DACA2 - libg

STARTDATE 2018-08-18
STARTTIME 15:07:06
GIT-REVISION fd49112

ftp://ftp.se.debian.org/debian/pool/main/libg/libg15/libg15_1.2.7.orig.tar.gz
libg15-1.2.7/libg15.c:302:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libg15-1.2.7/libg15.c:301:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libg15-1.2.7/libg15.c:302:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libg15-1.2.7/libg15.c:455:9: style: The scope of the variable 'transfercount' can be reduced. [variableScope]
libg15-1.2.7/libg15.c:616:9: style: Unused variable: i [unusedVariable]
libg15-1.2.7/libg15.c:707:9: style: Unused variable: i [unusedVariable]
libg15-1.2.7/libg15.c:231:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libg15render/libg15render_1.3.0~svn316.orig.tar.gz
libg15render-1.3.0.svn316/src/pixel.c:182:7: style: The scope of the variable 'x' can be reduced. [variableScope]
libg15render-1.3.0.svn316/src/pixel.c:182:14: style: The scope of the variable 'y' can be reduced. [variableScope]
libg15render-1.3.0.svn316/src/pixel.c:258:7: style: The scope of the variable 'y' can be reduced. [variableScope]
libg15render-1.3.0.svn316/src/pixel.c:481:18: style: The scope of the variable 'buflen' can be reduced. [variableScope]
libg15render-1.3.0.svn316/src/pixel.c:481:25: style: The scope of the variable 'header' can be reduced. [variableScope]
libg15render-1.3.0.svn316/src/pixel.c:516:16: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
libg15render-1.3.0.svn316/src/text.c:465:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
libg15render-1.3.0.svn316/src/text.c:35:52: style: Function 'g15r_renderCharacterLarge' argument 2 names different: declaration 'x' definition 'col'. [funcArgNamesDifferent]
libg15render-1.3.0.svn316/src/libg15render.h:139:59: note: Function 'g15r_renderCharacterLarge' argument 2 names different: declaration 'x' definition 'col'.
libg15render-1.3.0.svn316/src/text.c:35:52: note: Function 'g15r_renderCharacterLarge' argument 2 names different: declaration 'x' definition 'col'.
libg15render-1.3.0.svn316/src/text.c:35:61: style: Function 'g15r_renderCharacterLarge' argument 3 names different: declaration 'y' definition 'row'. [funcArgNamesDifferent]
libg15render-1.3.0.svn316/src/libg15render.h:139:66: note: Function 'g15r_renderCharacterLarge' argument 3 names different: declaration 'y' definition 'row'.
libg15render-1.3.0.svn316/src/text.c:35:61: note: Function 'g15r_renderCharacterLarge' argument 3 names different: declaration 'y' definition 'row'.
libg15render-1.3.0.svn316/src/text.c:54:53: style: Function 'g15r_renderCharacterMedium' argument 2 names different: declaration 'x' definition 'col'. [funcArgNamesDifferent]
libg15render-1.3.0.svn316/src/libg15render.h:143:60: note: Function 'g15r_renderCharacterMedium' argument 2 names different: declaration 'x' definition 'col'.
libg15render-1.3.0.svn316/src/text.c:54:53: note: Function 'g15r_renderCharacterMedium' argument 2 names different: declaration 'x' definition 'col'.
libg15render-1.3.0.svn316/src/text.c:54:62: style: Function 'g15r_renderCharacterMedium' argument 3 names different: declaration 'y' definition 'row'. [funcArgNamesDifferent]
libg15render-1.3.0.svn316/src/libg15render.h:143:67: note: Function 'g15r_renderCharacterMedium' argument 3 names different: declaration 'y' definition 'row'.
libg15render-1.3.0.svn316/src/text.c:54:62: note: Function 'g15r_renderCharacterMedium' argument 3 names different: declaration 'y' definition 'row'.
libg15render-1.3.0.svn316/src/text.c:74:52: style: Function 'g15r_renderCharacterSmall' argument 2 names different: declaration 'x' definition 'col'. [funcArgNamesDifferent]
libg15render-1.3.0.svn316/src/libg15render.h:147:59: note: Function 'g15r_renderCharacterSmall' argument 2 names different: declaration 'x' definition 'col'.
libg15render-1.3.0.svn316/src/text.c:74:52: note: Function 'g15r_renderCharacterSmall' argument 2 names different: declaration 'x' definition 'col'.
libg15render-1.3.0.svn316/src/text.c:74:61: style: Function 'g15r_renderCharacterSmall' argument 3 names different: declaration 'y' definition 'row'. [funcArgNamesDifferent]
libg15render-1.3.0.svn316/src/libg15render.h:147:66: note: Function 'g15r_renderCharacterSmall' argument 3 names different: declaration 'y' definition 'row'.
libg15render-1.3.0.svn316/src/text.c:74:61: note: Function 'g15r_renderCharacterSmall' argument 3 names different: declaration 'y' definition 'row'.
libg15render-1.3.0.svn316/src/text.c:297:9: error: Memory leak: font [memleak]
libg15render-1.3.0.svn316/src/text.c:301:9: error: Memory leak: font [memleak]
libg15render-1.3.0.svn316/src/text.c:305:9: error: Memory leak: font [memleak]
libg15render-1.3.0.svn316/src/text.c:314:11: error: Memory leak: font [memleak]
libg15render-1.3.0.svn316/src/text.c:317:7: error: Resource leak: file [resourceLeak]
libg15render-1.3.0.svn316/src/text.c:317:7: error: Memory leak: font [memleak]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libg3d/libg3d_0.0.8.orig.tar.gz
libg3d-0.0.8/plugins/image/img_gdkpixbuf.c:112:19: style: The scope of the variable 'format' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3dm/imp_3dm.c:99:16: style: The scope of the variable 'chunkinfo' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3dm/imp_3dm.c:55:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3dm/imp_3dm.c:106:9: style: Variable 'off' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3dm/imp_3dm_callbacks.c:136:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:619:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:621:7: note: Found duplicate branches for 'if' and 'else'.
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:619:5: note: Found duplicate branches for 'if' and 'else'.
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:190:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:311:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:450:18: style: The scope of the variable 'chunkdesc' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:85:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:83:12: style: Variable 'ver_min' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:82:12: style: Variable 'ver_maj' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:149:13: style: Variable 'typeseed' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3dmf/imp_3dmf.c:150:12: style: Variable 'refseed' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:441:21: style: The scope of the variable 'p0' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:748:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:42:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:314:11: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:774:8: style: Variable 'rev' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:777:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:832:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:833:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:834:6: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:859:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:867:10: style: Variable 'fnum' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:897:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:898:7: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:899:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:936:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_3ds/imp_3ds_callbacks.c:985:7: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:163:55: style: Function 'ac3d_read_object' argument 5 names different: declaration 'transform' definition 'parent_transform'. [funcArgNamesDifferent]
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:44:55: note: Function 'ac3d_read_object' argument 5 names different: declaration 'transform' definition 'parent_transform'.
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:163:55: note: Function 'ac3d_read_object' argument 5 names different: declaration 'transform' definition 'parent_transform'.
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:77:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:89:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:183:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:237:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_ac3d/imp_ac3d.c:455:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_acf/imp_acf.c:303:8: style: Variable 'ls' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_acf/imp_acf_airfoil.c:102:14: style: The scope of the variable 'afl' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_acf/imp_acf_def.c:32:12: style: The scope of the variable 'value' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_acf/imp_acf_wing.c:37:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar.c:49:14: style: The scope of the variable 'carini' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar.c:51:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar.c:52:9: style: The scope of the variable 'mname' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar.c:127:14: style: The scope of the variable 'dirent' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar_carini.c:188:0: error: Resource leak: f [resourceLeak]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar_decompress.c:114:10: style: The scope of the variable 'src' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ar/imp_ar_decompress.c:114:16: style: The scope of the variable 'dst' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ase/imp_ase.c:71:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_ase/imp_ase.c:121:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_blend/imp_blend_sdna.c:35:9: style: The scope of the variable 'ob' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_blend/imp_blend_sdna.c:172:21: style: The scope of the variable 'sprop' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_blend/imp_blend_sdna.c:189:19: style: The scope of the variable 'sstruct' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_blend/imp_blend_sdna.c:226:19: style: The scope of the variable 'sstruct' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_blend/imp_blend_sdna.c:327:21: style: The scope of the variable 'spdata' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_cob/imp_cob.c:219:12: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_cob/imp_cob.c:350:9: style: Variable 'uidx' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae.c:50:14: style: The scope of the variable 'lib' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:786:56: warning: Either the condition 'if(sid)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:795:4: note: Assuming that condition 'if(sid)' is not redundant
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:786:56: note: Null pointer addition
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:85:9: style: The scope of the variable 'soff' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:85:16: style: The scope of the variable 'ssem' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:86:12: style: The scope of the variable 'input' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:119:12: style: The scope of the variable 'input' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:242:34: style: The scope of the variable 'subfile' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:598:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:650:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_cb.c:774:21: style: The scope of the variable 'cnt' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_library.c:154:19: style: The scope of the variable 'nodelib' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_xml.c:94:9: style: The scope of the variable 'url' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dae/imp_dae_xml.c:94:15: style: The scope of the variable 'name' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dpm/imp_dpm.c:79:2: style: Variable 'num_meshs' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/plugins/import/imp_dpm/imp_dpm.c:68:2: note: Variable 'num_meshs' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dpm/imp_dpm.c:79:2: note: Variable 'num_meshs' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dpm/imp_dpm.c:48:10: style: The scope of the variable 'normals' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf.c:184:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf.c:186:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:70:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:68:3: note: Variable 'key' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:70:3: note: Variable 'key' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:72:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:70:3: note: Variable 'key' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:72:3: note: Variable 'key' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:80:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:78:3: note: Variable 'key' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:80:3: note: Variable 'key' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_callbacks.c:212:30: style: The scope of the variable 'subobject' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_color.c:29:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_section.c:58:16: style: The scope of the variable 'local' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_dxf/imp_dxf_section.c:113:16: style: The scope of the variable 'chunk_info' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_flt/imp_flt.c:38:13: style: The scope of the variable 'oi' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_flt/imp_flt.c:43:9: style: The scope of the variable 'pad' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_flt/imp_flt_callbacks.c:290:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_flt/imp_flt_callbacks.c:421:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_flt/imp_flt_callbacks.c:805:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libg3d-0.0.8/plugins/import/imp_flt/imp_flt_callbacks.c:261:10: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_glb/imp_glb.c:65:23: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_glb/imp_glb.c:70:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_joe/imp_joe.c:50:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_joe/imp_joe.c:51:14: style: The scope of the variable 'cardata' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_joe/imp_joe.c:52:9: style: The scope of the variable 'value' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_joe/imp_joe.c:174:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_joe/imp_joe.c:340:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_kmz/imp_kmz.c:47:29: style: The scope of the variable 'stream_model' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_kmz/imp_kmz.c:48:9: style: The scope of the variable 'daename' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_color.c:84:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_library.c:108:13: style: The scope of the variable 'part' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_library.c:128:9: style: The scope of the variable 'strc' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:54:13: style: The scope of the variable 'sub' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:55:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:71:13: style: The scope of the variable 'subobj' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:72:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:75:21: style: The scope of the variable 'strp' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:117:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:151:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_ldraw/imp_ldraw_part.c:208:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad.c:155:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad.c:277:15: style: Variable 'ktime' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad.c:240:14: style: Variable 'ktype' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad.c:234:6: style: Variable 'param' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:130:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:193:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:229:13: style: The scope of the variable 'stud' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:230:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:236:27: style: The scope of the variable 'connections' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:592:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:593:15: style: Variable 'lastupdate' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_leocad/imp_leocad_library.c:597:13: style: Variable 'nbinsize' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_lwo/imp_lwo_callbacks.c:176:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_lwo/imp_lwo_callbacks.c:291:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_lwo/imp_lwo_callbacks.c:378:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_lwo/imp_lwo_callbacks.c:471:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_lwo/imp_lwo_callbacks.c:542:9: style: Variable 'dim' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max.c:192:16: style: The scope of the variable 'found' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_max/imp_max.c:135:26: style: Variable 'mtitem' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:113:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:238:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:480:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:600:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:134:4: style: Variable 'w3' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:136:3: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:152:10: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:153:11: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:220:4: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:248:12: style: Variable 'numpoly' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:310:3: style: Variable 'cntpoly' is modified but its new value is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:328:8: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:368:3: style: Variable 'numpoly' is modified but its new value is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_max/imp_max_callbacks.c:573:3: style: Variable 'cnttris' is modified but its new value is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:302:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:504:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:505:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:542:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:543:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:605:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:607:11: style: The scope of the variable 'val' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:55:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:90:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:394:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:436:7: style: Variable 'x2' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:493:8: style: Variable 'x3' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_maya/imp_maya_callbacks.c:494:8: style: Variable 'x4' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_md3/imp_md3.c:109:32: style: The scope of the variable 'parts' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_md3/imp_md3.c:190:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_md3/imp_md3.c:195:19: style: The scope of the variable 'strp' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_md3/imp_md3.c:67:11: style: Variable 'nskins' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_md3/imp_md3.c:68:12: style: Variable 'off_bfs' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_md3/imp_md3.c:63:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:76:2: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:56:0: note: Variable 'object' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:76:2: note: Variable 'object' is reassigned a value before the old one has been used.
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:39:13: style: struct member 'ObjGroupOffset::object' is never used. [unusedStructMember]
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:205:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:207:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:282:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libg3d-0.0.8/plugins/import/imp_obj/imp_obj.c:326:0: error: Resource leak: f [resourceLeak]
libg3d-0.0.8/plugins/import/imp_osm/imp_osm.c:73:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_q3o/imp_q3o.c:493:23: style: The scope of the variable 'bufp' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_q3o/imp_q3o.c:352:13: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_r4/imp_r4_callbacks.c:101:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_r4/imp_r4_callbacks.c:105:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_r4/imp_r4_callbacks.c:200:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_skp/imp_skp.c:132:9: style: The scope of the variable 'part' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_skp/imp_skp_callbacks.c:550:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libg3d-0.0.8/plugins/import/imp_skp/imp_skp_callbacks.c:347:9: style: The scope of the variable 's1' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_skp/imp_skp_callbacks.c:347:14: style: The scope of the variable 's2' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_skp/imp_skp_callbacks.c:401:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_skp/imp_skp_callbacks.c:405:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_stl/imp_stl.c:91:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_stl/imp_stl.c:101:2: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/plugins/import/imp_ta/imp_ta_3do.c:41:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_test/imp_test.c:120:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_vrml/imp_vrml.c:44:18: style: The scope of the variable 'bufstate' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_vrml/imp_vrml.c:45:15: style: The scope of the variable 'material' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_vrml/imp_vrml.c:46:43: style: The scope of the variable 'bufp' can be reduced. [variableScope]
imp_vrml_v1.c:2732:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
imp_vrml_v1.c:1931:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
imp_vrml_v1.c:336:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
imp_vrml_v1.c:1931:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
imp_vrml_v1.c:1951:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
imp_vrml_v1.c:887:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
imp_vrml_v1.c:1951:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
imp_vrml_v1.c:2385:56: style: Function 'vrml_v1_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
imp_vrml_v1.c:296:55: note: Function 'vrml_v1_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
imp_vrml_v1.c:2385:56: note: Function 'vrml_v1_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
imp_vrml_v1.c:2398:56: style: Function 'vrml_v1_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
imp_vrml_v1.c:297:54: note: Function 'vrml_v1_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
imp_vrml_v1.c:2398:56: note: Function 'vrml_v1_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
imp_vrml_v1.c:2398:70: style: Function 'vrml_v1_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
imp_vrml_v1.c:297:64: note: Function 'vrml_v1_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
imp_vrml_v1.c:2398:70: note: Function 'vrml_v1_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
imp_vrml_v1.c:2593:32: style: Function 'vrml_v1_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
imp_vrml_v1.c:853:31: note: Function 'vrml_v1_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
imp_vrml_v1.c:2593:32: note: Function 'vrml_v1_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
imp_vrml_v1.c:2608:34: style: Function 'vrml_v1_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
imp_vrml_v1.c:842:35: note: Function 'vrml_v1_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
imp_vrml_v1.c:2608:34: note: Function 'vrml_v1_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
imp_vrml_v1.c:2637:44: style: Function 'vrml_v1_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
imp_vrml_v1.c:844:45: note: Function 'vrml_v1_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
imp_vrml_v1.c:2637:44: note: Function 'vrml_v1_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
imp_vrml_v1.c:2637:70: style: Function 'vrml_v1_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
imp_vrml_v1.c:844:68: note: Function 'vrml_v1_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
imp_vrml_v1.c:2637:70: note: Function 'vrml_v1_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
libg3d-0.0.8/plugins/import/imp_vrml2/imp_vrml_read.c:259:9: style: The scope of the variable 's' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_vrml2/imp_vrml_read.c:275:9: style: The scope of the variable 'token' can be reduced. [variableScope]
libg3d-0.0.8/plugins/import/imp_vrml2/imp_vrml_read.c:573:16: style: The scope of the variable 'property' can be reduced. [variableScope]
libg3d-0.0.8/programs/g3d-stat.c:130:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
libg3d-0.0.8/programs/g3d-stat.c:181:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
libg3d-0.0.8/programs/g3d-stat.c:273:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/src/iff.c:247:19: style: The scope of the variable 'info' can be reduced. [variableScope]
libg3d-0.0.8/src/model.c:43:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/src/model.c:67:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/src/model.c:232:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/src/model.c:291:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/src/model.c:308:15: style: The scope of the variable 'mat' can be reduced. [variableScope]
libg3d-0.0.8/src/model.c:346:13: style: The scope of the variable 'object' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:36:15: style: The scope of the variable 'mat' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:37:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:94:13: style: The scope of the variable 'matrix' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:119:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:178:19: style: The scope of the variable 'sub' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:178:25: style: The scope of the variable 'newsub' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:179:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/src/object.c:238:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/src/plugins.c:75:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libg3d-0.0.8/src/plugins.c:73:13: note: outer condition: *dir!=NULL
libg3d-0.0.8/src/plugins.c:75:11: note: identical inner condition: *dir!=NULL
libg3d-0.0.8/src/plugins.c:344:12: style: Condition 'plugin==NULL' is always true [knownConditionTrueFalse]
libg3d-0.0.8/src/plugins.c:337:22: note: Assignment 'plugin=NULL', assigned value is 0
libg3d-0.0.8/src/plugins.c:344:12: note: Condition 'plugin==NULL' is always true
libg3d-0.0.8/src/plugins.c:374:2: style: Variable 'plugin' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/src/plugins.c:368:0: note: Variable 'plugin' is reassigned a value before the old one has been used.
libg3d-0.0.8/src/plugins.c:374:2: note: Variable 'plugin' is reassigned a value before the old one has been used.
libg3d-0.0.8/src/plugins.c:421:2: style: Variable 'plugin' is reassigned a value before the old one has been used. [redundantAssignment]
libg3d-0.0.8/src/plugins.c:417:0: note: Variable 'plugin' is reassigned a value before the old one has been used.
libg3d-0.0.8/src/plugins.c:421:2: note: Variable 'plugin' is reassigned a value before the old one has been used.
libg3d-0.0.8/src/plugins.c:344:12: style: Same expression on both sides of '==' because the value of 'plugin' and 'NULL' are the same. [duplicateExpression]
libg3d-0.0.8/src/plugins.c:337:22: note: 'plugin' is assigned value 'NULL' here.
libg3d-0.0.8/src/plugins.c:344:12: note: Same expression on both sides of '==' because the value of 'plugin' and 'NULL' are the same.
libg3d-0.0.8/src/plugins.c:270:10: style: The scope of the variable 'pext' can be reduced. [variableScope]
libg3d-0.0.8/src/plugins.c:338:9: style: The scope of the variable 'lcext' can be reduced. [variableScope]
libg3d-0.0.8/src/plugins.c:369:13: style: The scope of the variable 'stream' can be reduced. [variableScope]
libg3d-0.0.8/src/plugins.c:437:13: style: The scope of the variable 'stream' can be reduced. [variableScope]
libg3d-0.0.8/src/primitive.c:47:11: style: The scope of the variable 'face' can be reduced. [variableScope]
libg3d-0.0.8/src/primitive.c:607:4: style: Variable 'normal' is assigned a value that is never used. [unreadVariable]
libg3d-0.0.8/src/stream_gsf.c:165:12: style: The scope of the variable 'input_dir' can be reduced. [variableScope]
libg3d-0.0.8/src/stream_gsf.c:166:9: style: The scope of the variable 'basename' can be reduced. [variableScope]
libg3d-0.0.8/src/stream_gsf.c:166:20: style: The scope of the variable 'dirname' can be reduced. [variableScope]
libg3d-0.0.8/src/stream_gsf.c:248:28: style: The scope of the variable 'input_tmp' can be reduced. [variableScope]
libg3d-0.0.8/src/texture.c:37:9: style: The scope of the variable 'basename' can be reduced. [variableScope]
libg3d-0.0.8/src/texture.c:37:27: style: The scope of the variable 'casedup' can be reduced. [variableScope]
libg3d-0.0.8/src/texture.c:37:37: style: The scope of the variable 'caseddown' can be reduced. [variableScope]
libg3d-0.0.8/tests/test_imgdump.c:32:12: style: The scope of the variable 'tex' can be reduced. [variableScope]
libg3d-0.0.8/tests/test_imgdump.c:33:8: style: The scope of the variable 'ppm' can be reduced. [variableScope]
libg3d-0.0.8/tests/test_imgdump.c:34:9: style: The scope of the variable 'outfile' can be reduced. [variableScope]
libg3d-0.0.8/tests/test_lib.c:55:13: style: The scope of the variable 'object' can be reduced. [variableScope]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgadu/libgadu_1.12.2.orig.tar.gz
libgadu-1.12.2/src/common.c:72:6: style: The scope of the variable 'size' can be reduced. [variableScope]
libgadu-1.12.2/src/common.c:74:10: style: The scope of the variable 'aq' can be reduced. [variableScope]
libgadu-1.12.2/src/common.c:411:18: style: The scope of the variable 'c' can be reduced. [variableScope]
libgadu-1.12.2/src/common.c:411:21: style: The scope of the variable 'i' can be reduced. [variableScope]
libgadu-1.12.2/src/dcc.c:129:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libgadu-1.12.2/src/dcc.c:387:23: style: The scope of the variable 'errno2' can be reduced. [variableScope]
libgadu-1.12.2/src/dcc.c:573:6: style: The scope of the variable 'foo' can be reduced. [variableScope]
libgadu-1.12.2/src/dcc.c:472:4: style: Unused variable: GG_PACKED [unusedVariable]
libgadu-1.12.2/src/dcc7.c:167:6: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:168:3: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:167:6: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:338:6: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:339:3: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:338:6: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1100:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1101:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1100:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1145:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1154:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1145:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1147:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1154:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1147:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1171:10: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1172:7: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1171:10: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1208:9: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1213:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1208:9: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1210:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1213:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1210:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1212:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1213:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1212:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1231:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1234:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1231:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1233:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1234:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1233:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1269:9: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1275:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1269:9: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1272:18: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1275:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1272:18: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1274:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1275:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1274:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1287:18: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1290:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1287:18: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1289:21: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1290:6: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1289:21: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1318:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1323:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1318:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1322:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1323:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1322:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1329:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1330:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1329:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1338:17: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1342:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1338:17: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1341:20: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1342:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1341:20: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1350:20: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1351:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1350:20: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1359:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1362:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1359:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1361:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1362:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1361:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1380:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1385:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1380:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1384:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1385:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1384:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1391:20: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1392:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1391:20: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1403:22: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1404:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1403:22: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1413:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1416:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1413:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1415:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1416:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1415:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1440:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1445:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1440:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1458:9: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1459:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1458:9: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1486:19: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1487:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1486:19: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1499:13: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1503:4: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1499:13: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1507:20: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1508:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1507:20: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1532:20: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1535:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1532:20: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1563:9: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1571:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1563:9: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1565:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1571:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1565:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1566:4: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1571:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1566:4: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1568:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1571:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1568:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1569:13: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1571:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1569:13: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1581:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1582:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1581:8: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1588:20: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1597:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1588:20: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1592:5: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1597:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1592:5: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1593:5: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1597:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1593:5: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1594:5: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1597:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1594:5: note: Null pointer dereference
libgadu-1.12.2/src/dcc7.c:1612:8: warning: Either the condition '(dcc)!=NULL' is redundant or there is possible null pointer dereference: dcc. [nullPointerRedundantCheck]
libgadu-1.12.2/src/dcc7.c:1613:5: note: Assuming that condition '(dcc)!=NULL' is not redundant
libgadu-1.12.2/src/dcc7.c:1612:8: note: Null pointer dereference
libgadu-1.12.2/src/encoding.c:185:10: style: The scope of the variable 'k' can be reduced. [variableScope]
libgadu-1.12.2/src/encoding.c:232:8: style: The scope of the variable 'result' can be reduced. [variableScope]
libgadu-1.12.2/src/encoding.c:71:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgadu-1.12.2/src/encoding.c:95:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgadu-1.12.2/src/encoding.c:139:27: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgadu-1.12.2/src/encoding.c:152:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgadu-1.12.2/src/handlers.c:885:32: warning: Invalid test for overflow 'p+count*sizeof(uin_t)<p'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
libgadu-1.12.2/src/libgadu.c:211:21: style: The scope of the variable 'z' can be reduced. [variableScope]
libgadu-1.12.2/src/libgadu.c:713:15: style: The scope of the variable 'payload_length' can be reduced. [variableScope]
libgadu-1.12.2/src/libgadu.c:1151:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgadu-1.12.2/src/libgadu.c:2223:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgadu-1.12.2/src/libgadu.c:2238:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgadu-1.12.2/src/libgadu.c:2311:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgadu-1.12.2/src/libgadu.c:2335:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgadu-1.12.2/src/libgadu.c:2723:4: style: Unused variable: GG_PACKED [unusedVariable]
libgadu-1.12.2/src/protobuf-c.c:737:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgadu-1.12.2/src/protobuf-c.c:738:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgadu-1.12.2/src/protobuf-c.c:739:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgadu-1.12.2/src/protobuf-c.c:740:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgadu-1.12.2/src/protobuf-c.c:3376:9: warning: Size of pointer 'service' used instead of size of its data. [pointerSize]
libgadu-1.12.2/src/pubdir.c:772:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgadu-1.12.2/src/pubdir.c:769:4: error: Memory leak: tokenid [memleak]
libgadu-1.12.2/src/pubdir50.c:328:27: warning: Either the condition '!packet' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libgadu-1.12.2/src/pubdir50.c:335:21: note: Assuming that condition '!packet' is not redundant
libgadu-1.12.2/src/pubdir50.c:328:27: note: Null pointer addition
libgadu-1.12.2/src/sha1.c:286:9: style: The scope of the variable 'chunk_len' can be reduced. [variableScope]
libgadu-1.12.2/src/sha1.c:112:19: style: union member 'CHAR64LONG16::c' is never used. [unusedStructMember]
libgadu-1.12.2/test/automatic/connect.c:38:0: error: #error "pthreads missing" [preprocessorErrorDirective]
libgadu-1.12.2/test/automatic/hash.c:160:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgadu-1.12.2/test/automatic/hash.c:165:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgadu-1.12.2/test/automatic/packet.c:370:2: error: Memory pointed to by 'send_buf' is freed twice. [doubleFree]
libgadu-1.12.2/test/manual/dcc7.c:172:3: style: Variable 'maxfd' is reassigned a value before the old one has been used. [redundantAssignment]
libgadu-1.12.2/test/manual/dcc7.c:164:0: note: Variable 'maxfd' is reassigned a value before the old one has been used.
libgadu-1.12.2/test/manual/dcc7.c:172:3: note: Variable 'maxfd' is reassigned a value before the old one has been used.
libgadu-1.12.2/test/manual/lib/oauth_parameter.c:72:3: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libgadu-1.12.2/test/manual/lib/oauth_parameter.c:69:12: note: Assuming that condition 'p!=NULL' is not redundant
libgadu-1.12.2/test/manual/lib/oauth_parameter.c:72:3: note: Null pointer dereference
libgadu-1.12.2/test/manual/lib/sha1.c:91:19: style: union member 'CHAR64LONG16::c' is never used. [unusedStructMember]
libgadu-1.12.2/test/manual/lib/urlencode.c:38:40: style: Function 'gg_urlencode_strlen' argument 1 names different: declaration 's' definition 'p'. [funcArgNamesDifferent]
libgadu-1.12.2/test/manual/lib/urlencode.h:25:40: note: Function 'gg_urlencode_strlen' argument 1 names different: declaration 's' definition 'p'.
libgadu-1.12.2/test/manual/lib/urlencode.c:38:40: note: Function 'gg_urlencode_strlen' argument 1 names different: declaration 's' definition 'p'.
libgadu-1.12.2/test/manual/lib/urlencode.c:53:33: style: Function 'gg_urlencode_strcpy' argument 1 names different: declaration 'dest' definition 'buf'. [funcArgNamesDifferent]
libgadu-1.12.2/test/manual/lib/urlencode.h:26:33: note: Function 'gg_urlencode_strcpy' argument 1 names different: declaration 'dest' definition 'buf'.
libgadu-1.12.2/test/manual/lib/urlencode.c:53:33: note: Function 'gg_urlencode_strcpy' argument 1 names different: declaration 'dest' definition 'buf'.
libgadu-1.12.2/test/manual/lib/urlencode.c:53:50: style: Function 'gg_urlencode_strcpy' argument 2 names different: declaration 'src' definition 'str'. [funcArgNamesDifferent]
libgadu-1.12.2/test/manual/lib/urlencode.h:26:51: note: Function 'gg_urlencode_strcpy' argument 2 names different: declaration 'src' definition 'str'.
libgadu-1.12.2/test/manual/lib/urlencode.c:53:50: note: Function 'gg_urlencode_strcpy' argument 2 names different: declaration 'src' definition 'str'.
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgaiagraphics/libgaiagraphics_0.5.orig.tar.gz
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:372:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:380:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1311:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1314:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1320:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1323:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1402:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1405:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1411:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1414:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1491:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1494:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1500:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1503:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1582:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1585:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1591:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1594:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1671:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1674:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1680:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1683:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1761:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1764:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1770:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1773:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1848:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1851:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1857:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1860:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1958:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1961:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1967:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:1970:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2049:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2052:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2058:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2061:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2138:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2141:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2147:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2150:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2228:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2231:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2237:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2240:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2315:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2318:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2324:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2327:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2424:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2427:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2433:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2436:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2514:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2517:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2523:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2526:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2601:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2604:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2610:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:2613:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:448:9: style: The scope of the variable 'x' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:449:9: style: The scope of the variable 'y' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_adam7.c:3069:8: style: The scope of the variable 'pixel' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:828:17: style: Expression is always false because 'else if' condition matches previous condition at line 815. [multiCondition]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1487:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1486:13: note: outer condition: ret!=GGRAPH_OK
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1487:10: note: identical inner condition: ret!=GGRAPH_OK
libgaiagraphics-0.5/src/gaiagraphics_aux.c:2329:28: warning: Identical condition 'img_out->signature!=GG_STRIP_IMAGE_MAGIC_SIGNATURE', second condition is always false [identicalConditionAfterEarlyExit]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:2327:28: note: first condition
libgaiagraphics-0.5/src/gaiagraphics_aux.c:2329:28: note: second condition
libgaiagraphics-0.5/src/gaiagraphics_aux.c:353:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:359:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:536:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:529:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:536:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:617:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:610:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:617:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:644:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:637:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:644:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:671:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:664:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:671:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:698:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:691:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:698:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:724:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:717:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:724:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1456:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1451:0: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1456:5: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1512:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1507:0: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1512:5: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1567:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1562:0: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1567:5: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3332:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3326:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3332:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3654:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3642:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3654:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_aux.c:193:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:305:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1047:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1180:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:1318:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:2698:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3865:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3866:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3960:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:3961:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:4062:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:4063:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:4163:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:4164:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:4261:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:4262:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:861:18: error: Uninitialized variable: red [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:861:38: error: Uninitialized variable: green [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_aux.c:861:53: error: Uninitialized variable: blue [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2988:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2994:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:3063:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:3069:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:623:5: style: Variable 'rule' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:620:0: note: Variable 'rule' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:623:5: note: Variable 'rule' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2123:9: style: The scope of the variable 'nt' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2318:20: style: The scope of the variable 'p_red' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2319:20: style: The scope of the variable 'p_green' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2320:20: style: The scope of the variable 'p_blue' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2321:20: style: The scope of the variable 'p_rgb' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2567:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2568:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2743:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2825:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:2939:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:3086:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_color_rules.c:789:2: error: Memory leak: buf [memleak]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:200:19: style: The scope of the variable 'count' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:247:15: style: The scope of the variable 'incode' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:221:66: style: Checking if unsigned variable 'count=GetDataBlock(fd,&scd->buf[2],ZeroDataBlockP)' is less than zero. [unsignedLessThanZero]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:918:20: style: Variable 'imw' is assigned a value that is never used. [unreadVariable]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:919:21: style: Variable 'imh' is assigned a value that is never used. [unreadVariable]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:1160:16: error: Uninitialized variable: rv [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_gif.c:1161:21: error: Uninitialized variable: size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:306:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:295:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_grids.c:306:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_grids.c:686:5: style: Variable 'hdr' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:658:0: note: Variable 'hdr' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_grids.c:686:5: note: Variable 'hdr' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1055:5: style: Variable 'hdr' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1030:0: note: Variable 'hdr' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1055:5: note: Variable 'hdr' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_grids.c:164:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:165:12: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1932:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:2096:9: style: The scope of the variable 'col' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:2097:9: style: The scope of the variable 'c' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:2098:12: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:2101:11: style: The scope of the variable 'p' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:2414:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:2482:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:312:2: error: Resource leak: in [resourceLeak]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:928:2: error: Resource leak: in [resourceLeak]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:994:2: error: Resource leak: in [resourceLeak]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1293:2: error: Resource leak: in [resourceLeak]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1623:27: error: Uninitialized variable: buf_size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1721:27: error: Uninitialized variable: buf_size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1804:27: error: Uninitialized variable: buf_size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_grids.c:1948:27: error: Uninitialized variable: scan_size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1337:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1347:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1410:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1418:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1514:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1520:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1561:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1566:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1960:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1972:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2048:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2057:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2120:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2126:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2194:36: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2200:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2268:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2274:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2342:34: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2348:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2422:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2496:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgaiagraphics-0.5/src/gaiagraphics_image.c:630:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:692:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:756:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:759:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:760:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:822:20: style: The scope of the variable 'p' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:892:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1589:12: style: The scope of the variable 'sy1' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1589:17: style: The scope of the variable 'sy2' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1606:10: style: The scope of the variable 'sx' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1819:12: style: The scope of the variable 'sy1' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1819:17: style: The scope of the variable 'sy2' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1843:10: style: The scope of the variable 'sx' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2078:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2079:12: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2152:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2153:21: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2226:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2227:10: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2300:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2301:19: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2374:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2375:12: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2448:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2449:13: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2524:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2525:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2620:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2621:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2719:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2720:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2817:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2818:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2912:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:2913:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3011:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3012:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3105:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3106:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3199:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3200:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3351:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3423:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3514:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3596:8: style: The scope of the variable 'pixel' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:3719:16: style: The scope of the variable 'col' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4532:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4533:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4572:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4573:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4617:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4618:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:4660:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_image.c:671:2: error: Memory leak: SrsName [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:671:2: error: Memory leak: Proj4Text [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:733:2: error: Memory leak: SrsName [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:733:2: error: Memory leak: Proj4Text [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:83:0: error: Memory leak: Proj4Text [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:185:0: error: Memory leak: Proj4Text [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:338:0: error: Memory leak: Proj4Text [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:501:0: error: Memory leak: Proj4Text [memleak]
libgaiagraphics-0.5/src/gaiagraphics_image.c:1353:0: error: Uninitialized variable: avg [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:108:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:1112:9: style: The scope of the variable 'inverted' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:600:9: style: Variable 'row' is assigned a value that is never used. [unreadVariable]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:387:23: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:388:23: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:389:23: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:598:23: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:599:23: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:600:23: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:1245:16: error: Uninitialized variable: rv [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_jpeg.c:1246:21: error: Uninitialized variable: size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:127:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_png.c:244:12: style: The scope of the variable 'j' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_png.c:454:8: style: The scope of the variable 'row_no' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_png.c:837:12: style: The scope of the variable 'j' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1571:0: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1577:0: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1593:20: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1572:0: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1578:0: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1594:20: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1573:0: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1579:0: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1595:20: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1833:0: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1839:0: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1855:20: error: Uninitialized variable: r [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1834:0: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1840:0: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1856:20: error: Uninitialized variable: g [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1835:0: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1841:0: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1857:20: error: Uninitialized variable: b [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:1858:20: error: Uninitialized variable: alpha [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2097:16: error: Uninitialized variable: rv [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2098:21: error: Uninitialized variable: size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2163:16: error: Uninitialized variable: rv [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2164:21: error: Uninitialized variable: size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2230:16: error: Uninitialized variable: rv [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2231:21: error: Uninitialized variable: size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2297:16: error: Uninitialized variable: rv [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_png.c:2298:21: error: Uninitialized variable: size [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:133:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:353:9: style: The scope of the variable 'n' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:354:9: style: The scope of the variable 'R' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:354:12: style: The scope of the variable 'G' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:354:15: style: The scope of the variable 'B' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:354:18: style: The scope of the variable 'cmax' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:355:16: style: The scope of the variable 'b2' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:609:12: style: The scope of the variable 'x' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:612:9: style: The scope of the variable 'pixel' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:613:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:614:9: style: The scope of the variable 'g' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:615:9: style: The scope of the variable 'b' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:768:12: style: The scope of the variable 'icolor' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:770:10: style: The scope of the variable 'cptr' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:771:9: style: The scope of the variable 'dist0' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:773:9: style: The scope of the variable 'xx0' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:775:9: style: The scope of the variable 'inR' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:775:14: style: The scope of the variable 'inG' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:775:19: style: The scope of the variable 'inB' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:776:9: style: The scope of the variable 'pixel' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:777:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:778:9: style: The scope of the variable 'g' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:779:9: style: The scope of the variable 'b' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:932:20: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:933:20: style: The scope of the variable 'p_out' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_quantize.c:1076:2: error: Memory leak: palette_pixels [memleak]
libgaiagraphics-0.5/src/gaiagraphics_svg.c:187:22: style: The scope of the variable 'pattern' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_svg.c:273:22: style: The scope of the variable 'pattern' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_svg.c:1900:34: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_svg.c:1901:11: style: The scope of the variable 'r' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_svg.c:1902:11: style: The scope of the variable 'g' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_svg.c:1903:11: style: The scope of the variable 'b' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_svg_aux.c:1575:4: warning: Variable 'p->pointer' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
libgaiagraphics-0.5/src/gaiagraphics_svg_aux.c:1572:4: note: Variable 'p->pointer' is reassigned a value before the old one has been used. 'break;' missing?
libgaiagraphics-0.5/src/gaiagraphics_svg_aux.c:1575:4: note: Variable 'p->pointer' is reassigned a value before the old one has been used. 'break;' missing?
libgaiagraphics-0.5/src/gaiagraphics_svg_aux.c:1932:12: error: Uninitialized variable: use [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_svg_aux.c:1991:33: error: Uninitialized variable: shape [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_svg_xml.c:334:25: warning: Either the condition 'ptr==NULL' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
libgaiagraphics-0.5/src/gaiagraphics_svg_xml.c:337:13: note: Assuming that condition 'ptr==NULL' is not redundant
libgaiagraphics-0.5/src/gaiagraphics_svg_xml.c:334:25: note: Null pointer dereference
libgaiagraphics-0.5/src/gaiagraphics_svg_xml.c:1749:9: style: The scope of the variable 'type' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:241:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:225:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:241:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:435:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:423:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:435:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:641:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:627:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:641:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1210:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1199:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1210:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1375:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1368:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1375:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1657:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1648:0: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1657:5: note: Variable 'in' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2557:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2543:0: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2557:5: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2773:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2756:0: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2773:5: note: Variable 'out' is reassigned a value before the old one has been used.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2704:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2711:5: note: Found duplicate branches for 'if' and 'else'.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2704:5: note: Found duplicate branches for 'if' and 'else'.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2945:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2952:5: note: Found duplicate branches for 'if' and 'else'.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2945:5: note: Found duplicate branches for 'if' and 'else'.
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1986:9: style: The scope of the variable 'y' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1987:9: style: The scope of the variable 'strip_no' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1988:9: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:1989:9: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2310:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2362:9: style: The scope of the variable 'strip_no' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2364:9: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:2365:9: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3321:18: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3391:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3393:20: style: The scope of the variable 'line_ptr' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3488:18: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3514:20: style: The scope of the variable 'line_ptr' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3563:18: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3589:20: style: The scope of the variable 'line_ptr' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3639:18: style: The scope of the variable 'p_in' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3705:20: style: The scope of the variable 'line_ptr' can be reduced. [variableScope]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3802:9: error: Uninitialized variable: ret [uninitvar]
libgaiagraphics-0.5/src/gaiagraphics_tiff.c:3806:12: error: Uninitialized variable: ret [uninitvar]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgaminggear/libgaminggear_0.15.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgap-sage/libgap-sage_4.8.8+3+20160327g69a66f0+dsx.orig.tar.xz
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/system.h:86:0: error: #error Something is wrong with this GAP installation: SIZEOF_VOID_P not defined [preprocessorErrorDirective]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:90:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:330:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:450:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:529:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:621:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:842:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:75:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:470:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:549:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_filt1.c:638:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:154:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:265:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:393:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:537:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:698:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:875:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1077:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1108:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1211:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1334:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1476:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1636:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1815:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2021:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2246:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2277:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2473:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2555:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2654:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2773:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2910:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3066:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3240:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3441:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3472:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3575:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3695:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3835:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3993:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4170:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4374:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4597:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4628:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:5384:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1093:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1134:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1241:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1367:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1511:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:1673:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2262:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2309:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2497:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2582:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2685:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2806:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:2945:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3103:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3457:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3498:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3604:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3728:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:3870:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4030:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4613:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_meths1.c:4643:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:535:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:1140:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:1171:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:1202:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2091:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2238:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2444:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2496:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2543:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2570:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2693:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2896:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:3087:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:3277:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:3855:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:1156:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:1187:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2268:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2468:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2514:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2558:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:2718:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_oper1.c:3296:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:111:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:228:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:319:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:49:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:183:9: style: Variable 'l_i' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:138:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_random.c:244:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:278:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:321:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:424:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:604:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:640:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:678:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:719:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:765:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:899:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1222:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1261:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1315:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1369:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1434:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1580:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1676:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1769:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1852:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1943:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2031:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2114:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2140:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2166:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2196:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2228:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2258:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2292:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2326:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2360:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2454:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2564:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2841:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:3026:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:3074:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:3452:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:3814:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:4784:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:239:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:295:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:348:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:623:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:660:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:700:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:743:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:786:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1241:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1286:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1341:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1397:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1456:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1608:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1705:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1788:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1878:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:1970:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2050:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2129:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2155:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2182:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2212:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2244:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2276:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2310:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2344:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2379:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2473:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2587:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:2861:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:3043:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
libgap-sage-4.8.8+3+20160327g69a66f0+dsx/gapcore/gap4r8p8/src/c_type1.c:3832:2: style: Variable 'SWITCH_TO_NEW_FRAME' is assigned a value that is never used. [unreadVariable]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgarmin/libgarmin_0~svn320.orig.tar.gz
libgarmin-0~svn320/src/garmin.c:337:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin.c:415:16: style: The scope of the variable 'xor' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin.c:416:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin.c:238:28: style: Function 'gar_init' argument 1 names different: declaration 'tbd' definition 'tdb'. [funcArgNamesDifferent]
libgarmin-0~svn320/src/libgarmin.h:133:28: note: Function 'gar_init' argument 1 names different: declaration 'tbd' definition 'tdb'.
libgarmin-0~svn320/src/garmin.c:238:28: note: Function 'gar_init' argument 1 names different: declaration 'tbd' definition 'tdb'.
libgarmin-0~svn320/src/garmin_fat.c:141:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_fat.c:289:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_lbl.c:66:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_lbl.c:165:6: style: The scope of the variable 'c' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_lbl.c:167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_lbl.c:827:6: style: The scope of the variable 'a' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_lbl.c:827:9: style: The scope of the variable 'b' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_lbl.c:728:40: style: Function 'gar_free_srch' argument 1 names different: declaration 'sub' definition 'f'. [funcArgNamesDifferent]
libgarmin-0~svn320/src/garmin_lbl.h:5:40: note: Function 'gar_free_srch' argument 1 names different: declaration 'sub' definition 'f'.
libgarmin-0~svn320/src/garmin_lbl.c:728:40: note: Function 'gar_free_srch' argument 1 names different: declaration 'sub' definition 'f'.
libgarmin-0~svn320/src/garmin_lbl.c:972:5: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
libgarmin-0~svn320/src/garmin_mdr.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_mdr.c:197:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_mps.c:57:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_mps.c:59:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:106:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:387:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:388:6: style: The scope of the variable 'sdidx' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:500:20: style: The scope of the variable 'rp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:776:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:777:15: style: The scope of the variable 'val' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:778:6: style: The scope of the variable 'lblidx' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:779:15: style: The scope of the variable 'roadptr' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:780:19: style: The scope of the variable 'ri' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_net.c:223:100: style: Function 'gar_match_sai' argument 4 names different: declaration 'cid' definition 'cityid'. [funcArgNamesDifferent]
libgarmin-0~svn320/src/garmin_net.h:59:100: note: Function 'gar_match_sai' argument 4 names different: declaration 'cid' definition 'cityid'.
libgarmin-0~svn320/src/garmin_net.c:223:100: note: Function 'gar_match_sai' argument 4 names different: declaration 'cid' definition 'cityid'.
libgarmin-0~svn320/src/garmin_net.c:733:7: warning: Size of pointer 'sr_offset' used instead of size of its data. [pointerSize]
libgarmin-0~svn320/src/garmin_net.c:683:0: error: Memory leak: ri [memleak]
libgarmin-0~svn320/src/garmin_nod.c:103:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/src/garmin_nod.c:117:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/src/garmin_nod.c:133:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/src/garmin_nod.c:707:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/src/garmin_nod.c:717:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/src/garmin_nod.c:440:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_nod.c:442:6: style: The scope of the variable 'x' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_nod.c:442:8: style: The scope of the variable 'y' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_nod.c:442:10: style: The scope of the variable 'p' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_nod.c:664:64: style: Function 'gar_read_graph' argument 2 names different: declaration 'fromclass' definition 'frclass'. [funcArgNamesDifferent]
libgarmin-0~svn320/src/garmin_nod.h:119:63: note: Function 'gar_read_graph' argument 2 names different: declaration 'fromclass' definition 'frclass'.
libgarmin-0~svn320/src/garmin_nod.c:664:64: note: Function 'gar_read_graph' argument 2 names different: declaration 'fromclass' definition 'frclass'.
libgarmin-0~svn320/src/garmin_nod.c:664:93: style: Function 'gar_read_graph' argument 4 names different: declaration 'toclass' definition 'dstclass'. [funcArgNamesDifferent]
libgarmin-0~svn320/src/garmin_nod.h:119:94: note: Function 'gar_read_graph' argument 4 names different: declaration 'toclass' definition 'dstclass'.
libgarmin-0~svn320/src/garmin_nod.c:664:93: note: Function 'gar_read_graph' argument 4 names different: declaration 'toclass' definition 'dstclass'.
libgarmin-0~svn320/src/garmin_nod.c:862:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libgarmin-0~svn320/src/garmin_obj.c:558:2: style: Variable 'from' is reassigned a value before the old one has been used. [redundantAssignment]
libgarmin-0~svn320/src/garmin_obj.c:554:0: note: Variable 'from' is reassigned a value before the old one has been used.
libgarmin-0~svn320/src/garmin_obj.c:558:2: note: Variable 'from' is reassigned a value before the old one has been used.
libgarmin-0~svn320/src/garmin_obj.c:831:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgarmin-0~svn320/src/garmin_obj.c:179:21: style: The scope of the variable 'sd' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_obj.c:1125:19: style: The scope of the variable 'rd' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_obj.c:1331:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_obj.c:1378:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:253:21: style: The scope of the variable 'sd' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:263:6: style: The scope of the variable 'lpos' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:264:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:672:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:672:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:672:10: style: The scope of the variable 'n' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:673:21: style: The scope of the variable 'sd' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:708:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:708:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:708:10: style: The scope of the variable 'n' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:709:21: style: The scope of the variable 'sd' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:832:23: style: The scope of the variable 'ml' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_rgn.c:1228:22: style: The scope of the variable 'sub' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_route.c:82:18: style: The scope of the variable 'rp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_subdiv.c:622:8: style: Condition 'j' is always true [knownConditionTrueFalse]
libgarmin-0~svn320/src/garmin_subdiv.c:621:8: note: Assignment 'j=1', assigned value is 1
libgarmin-0~svn320/src/garmin_subdiv.c:622:8: note: Condition 'j' is always true
libgarmin-0~svn320/src/garmin_subdiv.c:658:8: style: Condition 'j' is always true [knownConditionTrueFalse]
libgarmin-0~svn320/src/garmin_subdiv.c:657:8: note: Assignment 'j=1', assigned value is 1
libgarmin-0~svn320/src/garmin_subdiv.c:658:8: note: Condition 'j' is always true
libgarmin-0~svn320/src/garmin_subdiv.c:465:17: style: The scope of the variable 'gp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_tdb.c:52:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_tdb.c:54:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgarmin-0~svn320/src/garmin_tdb.c:146:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:147:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:148:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:149:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:202:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:203:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:204:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/garmin_tdb.c:205:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgarmin-0~svn320/src/geoutils.c:40:3: warning: Either the condition 'pref?":":""' is redundant or there is possible null pointer dereference: pref. [nullPointerRedundantCheck]
libgarmin-0~svn320/src/geoutils.c:40:14: note: Assuming that condition 'pref?":":""' is not redundant
libgarmin-0~svn320/src/geoutils.c:40:3: note: Null pointer dereference
libgarmin-0~svn320/src/geoutils.c:79:41: warning: Function 'gar_rects_overlaps' argument order different: declaration 'r2, r1' definition 'r1, r2' [funcArgOrderDifferent]
libgarmin-0~svn320/src/geoutils.h:4:41: note: Function 'gar_rects_overlaps' argument order different: declaration 'r2, r1' definition 'r1, r2'
libgarmin-0~svn320/src/geoutils.c:79:41: note: Function 'gar_rects_overlaps' argument order different: declaration 'r2, r1' definition 'r1, r2'
libgarmin-0~svn320/src/geoutils.c:102:46: warning: Function 'gar_rects_intersectboth' argument order different: declaration 'r2, r1' definition 'r1, r2' [funcArgOrderDifferent]
libgarmin-0~svn320/src/geoutils.h:5:46: note: Function 'gar_rects_intersectboth' argument order different: declaration 'r2, r1' definition 'r1, r2'
libgarmin-0~svn320/src/geoutils.c:102:46: note: Function 'gar_rects_intersectboth' argument order different: declaration 'r2, r1' definition 'r1, r2'
libgarmin-0~svn320/utils/bsptest.c:137:9: style: The scope of the variable 'y' can be reduced. [variableScope]
libgarmin-0~svn320/utils/bsptest.c:258:0: error: Memory leak: gp [memleak]
libgarmin-0~svn320/utils/garroute.c:109:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/utils/garroute.c:140:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgarmin-0~svn320/utils/garroute.c:217:36: warning: Either the condition 'if(g)' is redundant or there is possible null pointer dereference: g. [nullPointerRedundantCheck]
libgarmin-0~svn320/utils/garroute.c:218:6: note: Assuming that condition 'if(g)' is not redundant
libgarmin-0~svn320/utils/garroute.c:217:36: note: Null pointer dereference
libgarmin-0~svn320/utils/garroute.c:168:20: style: The scope of the variable 'g' can be reduced. [variableScope]
libgarmin-0~svn320/utils/garroute.c:169:22: style: The scope of the variable 'sub' can be reduced. [variableScope]
libgarmin-0~svn320/utils/garroute.c:175:15: style: The scope of the variable 'from' can be reduced. [variableScope]
libgarmin-0~svn320/utils/garxtract.c:35:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgc/libgc_7.4.4.orig.tar.gz
bdwgc-gc7_4_4/allchblk.c:124:19: style: The scope of the variable 'h' can be reduced. [variableScope]
bdwgc-gc7_4_4/allchblk.c:155:19: style: The scope of the variable 'h' can be reduced. [variableScope]
bdwgc-gc7_4_4/allchblk.c:175:12: style: The scope of the variable 'bytes' can be reduced. [variableScope]
bdwgc-gc7_4_4/allchblk.c:356:11: style: The scope of the variable 'second_hdr' can be reduced. [variableScope]
bdwgc-gc7_4_4/alloc.c:353:16: style: The scope of the variable 'n_partial_gcs' can be reduced. [variableScope]
bdwgc-gc7_4_4/alloc.c:501:9: style: The scope of the variable 'i' can be reduced. [variableScope]
bdwgc-gc7_4_4/alloc.c:689:21: style: The scope of the variable 'last_h' can be reduced. [variableScope]
bdwgc-gc7_4_4/alloc.c:767:21: style: The scope of the variable 'last_h' can be reduced. [variableScope]
bdwgc-gc7_4_4/alloc.c:769:11: style: The scope of the variable 'sz' can be reduced. [variableScope]
bdwgc-gc7_4_4/alloc.c:770:13: style: The scope of the variable 'bit_no' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordbscs.c:178:25: style: The scope of the variable 'right_len' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordbscs.c:435:27: style: The scope of the variable 'c' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordbscs.c:526:23: style: The scope of the variable 'c' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordbscs.c:606:37: style: The scope of the variable 'current' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordbscs.c:283:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
bdwgc-gc7_4_4/cord/cordbscs.c:459:23: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
bdwgc-gc7_4_4/cord/cordbscs.c:68:14: style: struct member 'Generic::null' is never used. [unusedStructMember]
bdwgc-gc7_4_4/cord/cordprnt.c:311:49: style: Condition 'long_arg>0' is always true [knownConditionTrueFalse]
bdwgc-gc7_4_4/cord/cordprnt.c:283:25: error: va_list 'vsprintf_args' used before va_start() was called. [va_list_usedBeforeStarted]
bdwgc-gc7_4_4/cord/cordprnt.c:334:52: error: va_list 'vsprintf_args' used before va_start() was called. [va_list_usedBeforeStarted]
bdwgc-gc7_4_4/cord/cordxtra.c:156:21: style: The scope of the variable 'avail' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordxtra.c:156:28: style: The scope of the variable 'yavail' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordxtra.c:200:19: style: The scope of the variable 'avail' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordxtra.c:200:26: style: The scope of the variable 'yavail' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordxtra.c:459:18: style: The scope of the variable 'c' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/cordxtra.c:174:49: style: Checking if unsigned variable 'avail=CORD_pos_chars_left(xpos)' is less than zero. [unsignedLessThanZero]
bdwgc-gc7_4_4/cord/cordxtra.c:175:53: style: Checking if unsigned variable 'yavail=CORD_pos_chars_left(ypos)' is less than zero. [unsignedLessThanZero]
bdwgc-gc7_4_4/cord/tests/cordtest.c:56:10: style: The scope of the variable 'c' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/tests/cordtest.c:194:28: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
bdwgc-gc7_4_4/cord/tests/cordtest.c:195:28: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
bdwgc-gc7_4_4/cord/tests/de.c:167:12: style: The scope of the variable 'next' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/tests/de.c:219:18: style: The scope of the variable 'c' can be reduced. [variableScope]
bdwgc-gc7_4_4/cord/tests/de_win.c:350:22: style: Function 'move_cursor' argument 1 names different: declaration 'column' definition 'c'. [funcArgNamesDifferent]
bdwgc-gc7_4_4/cord/tests/de_win.h:88:22: note: Function 'move_cursor' argument 1 names different: declaration 'column' definition 'c'.
bdwgc-gc7_4_4/cord/tests/de_win.c:350:22: note: Function 'move_cursor' argument 1 names different: declaration 'column' definition 'c'.
bdwgc-gc7_4_4/cord/tests/de_win.c:350:29: style: Function 'move_cursor' argument 2 names different: declaration 'line' definition 'l'. [funcArgNamesDifferent]
bdwgc-gc7_4_4/cord/tests/de_win.h:88:34: note: Function 'move_cursor' argument 2 names different: declaration 'line' definition 'l'.
bdwgc-gc7_4_4/cord/tests/de_win.c:350:29: note: Function 'move_cursor' argument 2 names different: declaration 'line' definition 'l'.
bdwgc-gc7_4_4/cord/tests/de_win.c:364:26: style: Function 'invalidate_line' argument 1 names different: declaration 'line' definition 'i'. [funcArgNamesDifferent]
bdwgc-gc7_4_4/cord/tests/de_win.h:93:26: note: Function 'invalidate_line' argument 1 names different: declaration 'line' definition 'i'.
bdwgc-gc7_4_4/cord/tests/de_win.c:364:26: note: Function 'invalidate_line' argument 1 names different: declaration 'line' definition 'i'.
bdwgc-gc7_4_4/extra/AmigaOS.c:142:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/extra/AmigaOS.c:143:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/extra/AmigaOS.c:151:11: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
bdwgc-gc7_4_4/finalize.c:79:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/finalize.c:80:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/finalize.c:81:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/finalize.c:84:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/typd_mlc.c:139:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/misc.c:1930:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
bdwgc-gc7_4_4/finalize.c:904:23: style: Condition 'prev_fo==0' is always true [knownConditionTrueFalse]
bdwgc-gc7_4_4/finalize.c:896:19: note: Assignment 'prev_fo=0', assigned value is 0
bdwgc-gc7_4_4/finalize.c:904:23: note: Condition 'prev_fo==0' is always true
bdwgc-gc7_4_4/malloc.c:234:11: style: The scope of the variable 'op' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:235:13: style: The scope of the variable 'opp' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:236:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:264:11: style: The scope of the variable 'op' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:265:12: style: The scope of the variable 'opp' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:266:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:297:12: style: The scope of the variable 'opp' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:298:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
bdwgc-gc7_4_4/malloc.c:486:12: style: The scope of the variable 'flh' can be reduced. [variableScope]
bdwgc-gc7_4_4/finalize.c:441:44: style: The scope of the variable 'prev_fo' can be reduced. [variableScope]
bdwgc-gc7_4_4/finalize.c:887:44: style: The scope of the variable 'prev_fo' can be reduced. [variableScope]
bdwgc-gc7_4_4/finalize.c:972:33: style: The scope of the variable 'curr_fo' can be reduced. [variableScope]
bdwgc-gc7_4_4/mark_rts.c:421:12: style: The scope of the variable 'mid' can be reduced. [variableScope]
bdwgc-gc7_4_4/mark_rts.c:441:24: style: The scope of the variable 'i' can be reduced. [variableScope]
bdwgc-gc7_4_4/reclaim.c:379:20: style: The scope of the variable 'rlh' can be reduced. [variableScope]
bdwgc-gc7_4_4/reclaim.c:618:16: style: The scope of the variable 'fop' can be reduced. [variableScope]
bdwgc-gc7_4_4/reclaim.c:619:16: style: The scope of the variable 'lim' can be reduced. [variableScope]
bdwgc-gc7_4_4/typd_mlc.c:606:13: style: The scope of the variable 'opp' can be reduced. [variableScope]
bdwgc-gc7_4_4/typd_mlc.c:644:13: style: The scope of the variable 'opp' can be reduced. [variableScope]
bdwgc-gc7_4_4/typd_mlc.c:682:13: style: The scope of the variable 'opp' can be reduced. [variableScope]
bdwgc-gc7_4_4/misc.c:791:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
bdwgc-gc7_4_4/misc.c:1473:11: style: The scope of the variable 'result' can be reduced. [variableScope]
bdwgc-gc7_4_4/misc.c:1532:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
bdwgc-gc7_4_4/mark.c:1414:2: style: Label 'was_marked' is not used. [unusedLabel]
bdwgc-gc7_4_4/mark.c:1462:3: style: Label 'mark_and_push_exit' is not used. [unusedLabel]
bdwgc-gc7_4_4/typd_mlc.c:498:42: style: Function 'GC_array_mark_proc' argument 4 names different: declaration 'env' definition 'GC_ATTR_UNUSED'. [funcArgNamesDifferent]
bdwgc-gc7_4_4/typd_mlc.c:355:62: note: Function 'GC_array_mark_proc' argument 4 names different: declaration 'env' definition 'GC_ATTR_UNUSED'.
bdwgc-gc7_4_4/typd_mlc.c:498:42: note: Function 'GC_array_mark_proc' argument 4 names different: declaration 'env' definition 'GC_ATTR_UNUSED'.
bdwgc-gc7_4_4/mark.c:1537:34: style: Variable 'greatest_ha' is assigned a value that is never used. [unreadVariable]
bdwgc-gc7_4_4/mark.c:1538:31: style: Variable 'least_ha' is assigned a value that is never used. [unreadVariable]
bdwgc-gc7_4_4/mark_rts.c:393:5: error: Address of auto-variable 'sp' returned [returnAddressOfAutoVariable]
bdwgc-gc7_4_4/mach_dep.c:275:38: error: Uninitialized variable: regs [uninitvar]
bdwgc-gc7_4_4/extra/symbian/init_global_static_roots.cpp:23:13: style: Variable 'dataStart' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
bdwgc-gc7_4_4/extra/symbian/init_global_static_roots.cpp:15:0: note: Variable 'dataStart' is reassigned a value before the old one has been used if variable is no semaphore variable.
bdwgc-gc7_4_4/extra/symbian/init_global_static_roots.cpp:23:13: note: Variable 'dataStart' is reassigned a value before the old one has been used if variable is no semaphore variable.
bdwgc-gc7_4_4/extra/symbian/init_global_static_roots.cpp:24:13: style: Variable 'dataEnd' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
bdwgc-gc7_4_4/extra/symbian/init_global_static_roots.cpp:16:0: note: Variable 'dataEnd' is reassigned a value before the old one has been used if variable is no semaphore variable.
bdwgc-gc7_4_4/extra/symbian/init_global_static_roots.cpp:24:13: note: Variable 'dataEnd' is reassigned a value before the old one has been used if variable is no semaphore variable.
bdwgc-gc7_4_4/tests/test_cpp.cc:139:19: style: C-style pointer casting [cstyleCast]
bdwgc-gc7_4_4/tests/test_cpp.cc:289:20: style: C-style pointer casting [cstyleCast]
bdwgc-gc7_4_4/tests/test_cpp.cc:290:20: style: C-style pointer casting [cstyleCast]
bdwgc-gc7_4_4/tests/test_cpp.cc:83:10: style: Technically the member function 'A::Test' can be const. [functionConst]
bdwgc-gc7_4_4/tests/test_cpp.cc:107:13: style: Class 'C' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
bdwgc-gc7_4_4/tests/test_cpp.cc:107:13: style: Class 'C' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
bdwgc-gc7_4_4/tests/test_cpp.cc:161:16: warning: The class 'F' defines member variable with name 'nFreed' also defined in its parent class 'E'. [duplInheritedMember]
bdwgc-gc7_4_4/tests/test_cpp.cc:181:16: note: The class 'F' defines member variable with name 'nFreed' also defined in its parent class 'E'.
bdwgc-gc7_4_4/tests/test_cpp.cc:161:16: note: The class 'F' defines member variable with name 'nFreed' also defined in its parent class 'E'.
bdwgc-gc7_4_4/tests/test_cpp.cc:162:16: warning: The class 'F' defines member variable with name 'nAllocated' also defined in its parent class 'E'. [duplInheritedMember]
bdwgc-gc7_4_4/tests/test_cpp.cc:182:16: note: The class 'F' defines member variable with name 'nAllocated' also defined in its parent class 'E'.
bdwgc-gc7_4_4/tests/test_cpp.cc:162:16: note: The class 'F' defines member variable with name 'nAllocated' also defined in its parent class 'E'.
bdwgc-gc7_4_4/tests/test_cpp.cc:82:5: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
bdwgc-gc7_4_4/tests/test_cpp.cc:91:5: style: Class 'B' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
bdwgc-gc7_4_4/tests/test_cpp.cc:104:5: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
bdwgc-gc7_4_4/tests/test_cpp.cc:136:5: style: Class 'D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
bdwgc-gc7_4_4/tools/if_not_there.c:37:5: error: Resource leak: f [resourceLeak]
bdwgc-gc7_4_4/tools/setjmp_t.c:93:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
bdwgc-gc7_4_4/tools/setjmp_t.c:116:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgcal/libgcal_0.9.6.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgcgi/libgcgi_0.9.5.dfsg.orig.tar.gz
libgcgi-0.9.5.dfsg.orig/src/code.c:331:17: warning: Logical disjunction always evaluates to true: EXPR >= 'A' || EXPR <= 'Z'. [incorrectLogicOperator]
libgcgi-0.9.5.dfsg.orig/src/code.c:331:45: warning: Logical disjunction always evaluates to true: EXPR >= 'a' || EXPR <= 'z'. [incorrectLogicOperator]
libgcgi-0.9.5.dfsg.orig/src/code.c:331:73: warning: Logical disjunction always evaluates to true: EXPR >= '0' || EXPR <= '9'. [incorrectLogicOperator]
libgcgi-0.9.5.dfsg.orig/src/code.c:43:19: style: The scope of the variable 'index' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/code.c:100:9: style: The scope of the variable 'index' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/code.c:384:18: style: The scope of the variable 'rem' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/code.c:384:23: style: The scope of the variable 'res' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/code.c:385:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/code.c:104:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
libgcgi-0.9.5.dfsg.orig/src/common.c:80:16: style: Checking if unsigned variable 'read' is less than zero. [unsignedLessThanZero]
libgcgi-0.9.5.dfsg.orig/src/common.c:64:27: style: Function 'readQueryFromStream' argument 1 names different: declaration 'stream' definition 'input'. [funcArgNamesDifferent]
libgcgi-0.9.5.dfsg.orig/src/common.h:77:40: note: Function 'readQueryFromStream' argument 1 names different: declaration 'stream' definition 'input'.
libgcgi-0.9.5.dfsg.orig/src/common.c:64:27: note: Function 'readQueryFromStream' argument 1 names different: declaration 'stream' definition 'input'.
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:297:6: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:297:6: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:224:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:261:19: style: The scope of the variable 'c' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:27:51: style: Function 'crlfsbuf_new' argument 3 names different: declaration 'lineLimit' definition 'linelimit'. [funcArgNamesDifferent]
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.h:51:67: note: Function 'crlfsbuf_new' argument 3 names different: declaration 'lineLimit' definition 'linelimit'.
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:27:51: note: Function 'crlfsbuf_new' argument 3 names different: declaration 'lineLimit' definition 'linelimit'.
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:27:69: style: Function 'crlfsbuf_new' argument 4 names different: declaration 'bufferLimit' definition 'buflimit'. [funcArgNamesDifferent]
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.h:51:85: note: Function 'crlfsbuf_new' argument 4 names different: declaration 'bufferLimit' definition 'buflimit'.
libgcgi-0.9.5.dfsg.orig/src/crlfstringbuf.c:27:69: note: Function 'crlfsbuf_new' argument 4 names different: declaration 'bufferLimit' definition 'buflimit'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:252:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1175:11: style: The scope of the variable 'ilen' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1176:11: style: The scope of the variable 'isize' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1321:11: style: The scope of the variable 'e' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1379:15: style: The scope of the variable 'qlen' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1379:21: style: The scope of the variable 'len' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:189:14: style: Checking if unsigned variable 'clen' is less than zero. [unsignedLessThanZero]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:108:22: style: Function 'gcgiSetLimits' argument 1 names different: declaration 'fieldLimit' definition 'flimit'. [funcArgNamesDifferent]
libgcgi-0.9.5.dfsg.orig/src/gcgi.h:117:38: note: Function 'gcgiSetLimits' argument 1 names different: declaration 'fieldLimit' definition 'flimit'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:108:22: note: Function 'gcgiSetLimits' argument 1 names different: declaration 'fieldLimit' definition 'flimit'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:108:37: style: Function 'gcgiSetLimits' argument 2 names different: declaration 'queryLimit' definition 'qlimit'. [funcArgNamesDifferent]
libgcgi-0.9.5.dfsg.orig/src/gcgi.h:117:57: note: Function 'gcgiSetLimits' argument 2 names different: declaration 'queryLimit' definition 'qlimit'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:108:37: note: Function 'gcgiSetLimits' argument 2 names different: declaration 'queryLimit' definition 'qlimit'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:314:28: style: Function 'decodeUrl' argument 1 names different: declaration 'qString' definition 'qstring'. [funcArgNamesDifferent]
libgcgi-0.9.5.dfsg.orig/src/gcgi_private.h:90:51: note: Function 'decodeUrl' argument 1 names different: declaration 'qString' definition 'qstring'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:314:28: note: Function 'decodeUrl' argument 1 names different: declaration 'qString' definition 'qstring'.
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1407:12: style: Variable 'flen' is assigned a value that is never used. [unreadVariable]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1436:12: style: Variable 'flen' is assigned a value that is never used. [unreadVariable]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1471:12: style: Variable 'flen' is assigned a value that is never used. [unreadVariable]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1123:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgcgi-0.9.5.dfsg.orig/src/gcgi.c:1158:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgcgi-0.9.5.dfsg.orig/src/mime.c:517:46: warning: Logical conjunction always evaluates to false: part->encoding == basesixtyfour && part->encoding == quotedprintable. [incorrectLogicOperator]
libgcgi-0.9.5.dfsg.orig/src/mime.c:113:23: warning: Either the condition 'buffer!=NULL' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
libgcgi-0.9.5.dfsg.orig/src/mime.c:113:57: note: Assuming that condition 'buffer!=NULL' is not redundant
libgcgi-0.9.5.dfsg.orig/src/mime.c:113:23: note: Null pointer dereference
libgcgi-0.9.5.dfsg.orig/src/mime.c:384:31: style: The scope of the variable 'p' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/mime.c:455:19: style: The scope of the variable 'peek' can be reduced. [variableScope]
libgcgi-0.9.5.dfsg.orig/src/parse.c:196:11: style: Variable 'outLen' is assigned a value that is never used. [unreadVariable]
libgcgi-0.9.5.dfsg.orig/src/parse.c:455:11: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgconf-bridge/libgconf-bridge_0.1.orig.tar.gz
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgcr410/libgcr410_2.4.0.orig.tar.gz
libgcr410-2.4.0.orig/gserial.c:765:2: style: Variable 'port_param' is reassigned a value before the old one has been used. [redundantAssignment]
libgcr410-2.4.0.orig/gserial.c:763:2: note: Variable 'port_param' is reassigned a value before the old one has been used.
libgcr410-2.4.0.orig/gserial.c:765:2: note: Variable 'port_param' is reassigned a value before the old one has been used.
libgcr410-2.4.0.orig/gserial.c:505:8: style: The scope of the variable 'iRetour' can be reduced. [variableScope]
libgcr410-2.4.0.orig/gserial.c:446:41: style: Function 'G_SerPortClose' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:167:42: note: Function 'G_SerPortClose' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:446:41: note: Function 'G_SerPortClose' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:476:15: style: Function 'G_SerPortWrite' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:171:16: note: Function 'G_SerPortWrite' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:476:15: note: Function 'G_SerPortWrite' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:501:15: style: Function 'G_SerPortRead' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:174:16: note: Function 'G_SerPortRead' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:501:15: note: Function 'G_SerPortRead' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:566:41: style: Function 'G_SerPortFlush' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:175:42: note: Function 'G_SerPortFlush' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:566:41: note: Function 'G_SerPortFlush' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:596:15: style: Function 'G_SerPortStatus' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:177:16: note: Function 'G_SerPortStatus' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:596:15: note: Function 'G_SerPortStatus' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:907:15: style: Function 'G_SerPortSetLineState' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:185:49: note: Function 'G_SerPortSetLineState' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:907:15: note: Function 'G_SerPortSetLineState' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:1037:15: style: Function 'G_SerPortGetLineState' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:192:49: note: Function 'G_SerPortGetLineState' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:1037:15: note: Function 'G_SerPortGetLineState' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:1099:45: style: Function 'G_SerPortSetEvent' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:199:45: note: Function 'G_SerPortSetEvent' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:1099:45: note: Function 'G_SerPortSetEvent' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:1141:15: style: Function 'G_SerPortGetEvent' argument 1 names different: declaration 'Handle' definition 'dum_Handle'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtser.h:200:45: note: Function 'G_SerPortGetEvent' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gserial.c:1141:15: note: Function 'G_SerPortGetEvent' argument 1 names different: declaration 'Handle' definition 'dum_Handle'.
libgcr410-2.4.0.orig/gtgbp.c:217:16: style: Checking if unsigned variable 'rHostAdd' is less than zero. [unsignedLessThanZero]
libgcr410-2.4.0.orig/gtgbp.c:225:15: style: Checking if unsigned variable 'rIFDAdd' is less than zero. [unsignedLessThanZero]
libgcr410-2.4.0.orig/gtgbp.c:206:16: style: Function 'G_GBPOpen' argument 1 names different: declaration 'HostAdd' definition 'rHostAdd'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtgbp.h:41:16: note: Function 'G_GBPOpen' argument 1 names different: declaration 'HostAdd' definition 'rHostAdd'.
libgcr410-2.4.0.orig/gtgbp.c:206:16: note: Function 'G_GBPOpen' argument 1 names different: declaration 'HostAdd' definition 'rHostAdd'.
libgcr410-2.4.0.orig/gtgbp.c:206:39: style: Function 'G_GBPOpen' argument 2 names different: declaration 'IFDAdd' definition 'rIFDAdd'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtgbp.h:41:38: note: Function 'G_GBPOpen' argument 2 names different: declaration 'IFDAdd' definition 'rIFDAdd'.
libgcr410-2.4.0.orig/gtgbp.c:206:39: note: Function 'G_GBPOpen' argument 2 names different: declaration 'IFDAdd' definition 'rIFDAdd'.
libgcr410-2.4.0.orig/gtgbp.c:206:60: style: Function 'G_GBPOpen' argument 3 names different: declaration 'PortCom' definition 'rPortCom'. [funcArgNamesDifferent]
libgcr410-2.4.0.orig/gtgbp.h:41:58: note: Function 'G_GBPOpen' argument 3 names different: declaration 'PortCom' definition 'rPortCom'.
libgcr410-2.4.0.orig/gtgbp.c:206:60: note: Function 'G_GBPOpen' argument 3 names different: declaration 'PortCom' definition 'rPortCom'.
libgcr410-2.4.0.orig/ifdhandler.c:1156:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
libgcr410-2.4.0.orig/ifdhandler.c:1122:0: note: Variable 'response' is reassigned a value before the old one has been used.
libgcr410-2.4.0.orig/ifdhandler.c:1156:2: note: Variable 'response' is reassigned a value before the old one has been used.
libgcr410-2.4.0.orig/ifdhandler.c:1172:5: style: Variable 'Icc.ICC_Presence' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libgcr410-2.4.0.orig/ifdhandler.c:1169:5: note: Variable 'Icc.ICC_Presence' is reassigned a value before the old one has been used if variable is no semaphore variable.
libgcr410-2.4.0.orig/ifdhandler.c:1172:5: note: Variable 'Icc.ICC_Presence' is reassigned a value before the old one has been used if variable is no semaphore variable.
libgcr410-2.4.0.orig/or3gbpco.c:359:8: style: The scope of the variable 'try_counter' can be reduced. [variableScope]
libgcr410-2.4.0.orig/or3gbpop.c:186:9: style: The scope of the variable 'end_time' can be reduced. [variableScope]
libgcr410-2.4.0.orig/or3icc.c:63:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgcr410-2.4.0.orig/or3icc.c:195:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgcr410-2.4.0.orig/or3icc.c:196:17: style: The scope of the variable 'PCK' can be reduced. [variableScope]
libgcr410-2.4.0.orig/or3icc.c:198:8: style: The scope of the variable 'rbuff' can be reduced. [variableScope]
libgcr410-2.4.0.orig/or3icc.c:126:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
libgcr410-2.4.0.orig/t0case3.c:84:35: style: The scope of the variable 'length' can be reduced. [variableScope]
libgcr410-2.4.0.orig/t0case3.c:312:35: style: The scope of the variable 'length' can be reduced. [variableScope]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20_1.8.3.orig.tar.bz2.asc

ftp://ftp.se.debian.org/debian/pool/main/libg/libgctp/libgctp_2.0.orig.tar.gz
libgctp-2.0/source/alconfor.c:55:6: style: Unused variable: i [unusedVariable]
libgctp-2.0/source/alconfor.c:56:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/alconinv.c:114:8: style: The scope of the variable 'esphi' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:115:8: style: The scope of the variable 'r' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:116:8: style: The scope of the variable 's' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:117:8: style: The scope of the variable 'br' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:118:8: style: The scope of the variable 'bi' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:119:8: style: The scope of the variable 'ai' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:120:8: style: The scope of the variable 'ar' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:121:8: style: The scope of the variable 'ci' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:122:8: style: The scope of the variable 'cr' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:123:8: style: The scope of the variable 'di' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:124:8: style: The scope of the variable 'dr' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:129:8: style: The scope of the variable 'fxyr' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:130:8: style: The scope of the variable 'fxyi' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:131:8: style: The scope of the variable 'fpxyr' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:132:8: style: The scope of the variable 'fpxyi' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:134:8: style: The scope of the variable 'den' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:135:8: style: The scope of the variable 'dxp' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:136:8: style: The scope of the variable 'dyp' can be reduced. [variableScope]
libgctp-2.0/source/alconinv.c:55:6: style: Unused variable: i [unusedVariable]
libgctp-2.0/source/alconinv.c:71:8: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
libgctp-2.0/source/alconinv.c:112:8: style: Unused variable: dlon [unusedVariable]
libgctp-2.0/source/alconinv.c:113:8: style: Unused variable: sinlon [unusedVariable]
libgctp-2.0/source/alconinv.c:113:15: style: Unused variable: coslon [unusedVariable]
libgctp-2.0/source/azimfor.c:84:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/azimfor.c:85:8: style: The scope of the variable 'z' can be reduced. [variableScope]
libgctp-2.0/source/azimfor.c:86:6: style: The scope of the variable 'mess' can be reduced. [variableScope]
libgctp-2.0/source/azimfor.c:48:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/aziminv.c:117:8: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
libgctp-2.0/source/cproj.c:97:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:118:8: style: The scope of the variable 'dphi' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:119:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:120:8: style: The scope of the variable 'com' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:158:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:159:8: style: The scope of the variable 'dphi' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:160:8: style: The scope of the variable 'sinpi' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:195:8: style: The scope of the variable 'dphi' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:230:8: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:231:8: style: The scope of the variable 'sin2ph' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:232:8: style: The scope of the variable 'tanphi' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:233:8: style: The scope of the variable 'ml' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:234:8: style: The scope of the variable 'mlp' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:235:8: style: The scope of the variable 'con1' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:236:8: style: The scope of the variable 'con2' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:237:8: style: The scope of the variable 'con3' can be reduced. [variableScope]
libgctp-2.0/source/cproj.c:238:8: style: The scope of the variable 'dphi' can be reduced. [variableScope]
libgctp-2.0/source/eqconfor.c:58:12: style: The scope of the variable 'ms2' can be reduced. [variableScope]
libgctp-2.0/source/eqconfor.c:59:12: style: The scope of the variable 'ml2' can be reduced. [variableScope]
libgctp-2.0/source/eqconinv.c:58:12: style: The scope of the variable 'ms2' can be reduced. [variableScope]
libgctp-2.0/source/eqconinv.c:59:12: style: The scope of the variable 'ml2' can be reduced. [variableScope]
libgctp-2.0/source/equifor.c:71:8: style: Unused variable: sinphi [unusedVariable]
libgctp-2.0/source/equifor.c:71:16: style: Unused variable: cosphi [unusedVariable]
libgctp-2.0/source/equifor.c:73:8: style: Unused variable: coslon [unusedVariable]
libgctp-2.0/source/equifor.c:74:8: style: Unused variable: ksp [unusedVariable]
libgctp-2.0/source/equifor.c:75:8: style: Unused variable: g [unusedVariable]
libgctp-2.0/source/equiinv.c:43:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/equiinv.c:72:8: style: Unused variable: sinphi [unusedVariable]
libgctp-2.0/source/equiinv.c:72:16: style: Unused variable: cosphi [unusedVariable]
libgctp-2.0/source/equiinv.c:73:8: style: Unused variable: dlon [unusedVariable]
libgctp-2.0/source/equiinv.c:74:8: style: Unused variable: coslon [unusedVariable]
libgctp-2.0/source/equiinv.c:75:8: style: Unused variable: ksp [unusedVariable]
libgctp-2.0/source/equiinv.c:76:8: style: Unused variable: g [unusedVariable]
libgctp-2.0/source/gctp.c:115:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libgctp-2.0/source/gctp.c:120:8: style: The scope of the variable 'temparr' can be reduced. [variableScope]
libgctp-2.0/source/goodfor.c:92:8: style: The scope of the variable 'theta' can be reduced. [variableScope]
libgctp-2.0/source/goodfor.c:93:8: style: The scope of the variable 'delta_theta' can be reduced. [variableScope]
libgctp-2.0/source/goodfor.c:94:8: style: The scope of the variable 'constant' can be reduced. [variableScope]
libgctp-2.0/source/goodfor.c:95:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgctp-2.0/source/goodinv.c:90:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
libgctp-2.0/source/goodinv.c:91:8: style: The scope of the variable 'theta' can be reduced. [variableScope]
libgctp-2.0/source/goodinv.c:92:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgctp-2.0/source/hamfor.c:47:6: style: Unused variable: i [unusedVariable]
libgctp-2.0/source/haminv.c:47:6: style: Unused variable: i [unusedVariable]
libgctp-2.0/source/haminv.c:74:8: style: Unused variable: dlon [unusedVariable]
libgctp-2.0/source/imolwfor.c:81:8: style: The scope of the variable 'delta_theta' can be reduced. [variableScope]
libgctp-2.0/source/imolwinv.c:76:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/lamazfor.c:85:6: style: The scope of the variable 'mess' can be reduced. [variableScope]
libgctp-2.0/source/lamccfor.c:122:8: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
libgctp-2.0/source/lamccfor.c:124:8: style: The scope of the variable 'ts' can be reduced. [variableScope]
libgctp-2.0/source/lamccinv.c:124:8: style: The scope of the variable 'ts' can be reduced. [variableScope]
libgctp-2.0/source/merfor.c:84:8: style: The scope of the variable 'ts' can be reduced. [variableScope]
libgctp-2.0/source/merfor.c:85:8: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
libgctp-2.0/source/merinv.c:85:8: style: Unused variable: sin_phii [unusedVariable]
libgctp-2.0/source/millinv.c:73:8: style: Unused variable: dlon [unusedVariable]
libgctp-2.0/source/molwfor.c:68:8: style: The scope of the variable 'delta_theta' can be reduced. [variableScope]
libgctp-2.0/source/obleqfor.c:92:8: style: Unused variable: sin_z [unusedVariable]
libgctp-2.0/source/obleqfor.c:93:8: style: Unused variable: cos_z [unusedVariable]
libgctp-2.0/source/obleqfor.c:102:8: style: Unused variable: diff_angle [unusedVariable]
libgctp-2.0/source/obleqfor.c:103:8: style: Unused variable: sin_diff_angle [unusedVariable]
libgctp-2.0/source/obleqfor.c:104:8: style: Unused variable: cos_diff_angle [unusedVariable]
libgctp-2.0/source/obleqinv.c:91:8: style: Unused variable: sin_Az [unusedVariable]
libgctp-2.0/source/obleqinv.c:92:8: style: Unused variable: cos_Az [unusedVariable]
libgctp-2.0/source/omerfor.c:67:8: style: The scope of the variable 'ts1' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:67:12: style: The scope of the variable 'ts2' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:68:8: style: The scope of the variable 'h' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:68:10: style: The scope of the variable 'l' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:69:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:69:10: style: The scope of the variable 'p' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:69:12: style: The scope of the variable 'dlon' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:71:8: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:220:11: style: The scope of the variable 't' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:221:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:222:8: style: The scope of the variable 'q' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:224:8: style: The scope of the variable 's' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:226:8: style: The scope of the variable 'ts1' can be reduced. [variableScope]
libgctp-2.0/source/omerfor.c:71:15: style: Unused variable: cosphi [unusedVariable]
libgctp-2.0/source/omerfor.c:217:8: style: Unused variable: theta [unusedVariable]
libgctp-2.0/source/omerfor.c:218:17: style: Unused variable: cos_phi [unusedVariable]
libgctp-2.0/source/omerfor.c:219:8: style: Unused variable: b [unusedVariable]
libgctp-2.0/source/omerfor.c:220:8: style: Unused variable: c [unusedVariable]
libgctp-2.0/source/omerfor.c:220:14: style: Unused variable: tq [unusedVariable]
libgctp-2.0/source/omerfor.c:221:13: style: Unused variable: n [unusedVariable]
libgctp-2.0/source/omerfor.c:221:16: style: Unused variable: ml [unusedVariable]
libgctp-2.0/source/omerinv.c:67:8: style: The scope of the variable 'h' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:67:10: style: The scope of the variable 'l' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:67:12: style: The scope of the variable 'ts1' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:67:16: style: The scope of the variable 'ts2' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:68:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:68:10: style: The scope of the variable 'p' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:68:12: style: The scope of the variable 'dlon' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:70:8: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:217:8: style: The scope of the variable 'theta' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:222:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:223:18: style: The scope of the variable 'ts1' can be reduced. [variableScope]
libgctp-2.0/source/omerinv.c:70:15: style: Unused variable: cosphi [unusedVariable]
libgctp-2.0/source/omerinv.c:216:8: style: Unused variable: delta_lon [unusedVariable]
libgctp-2.0/source/omerinv.c:218:8: style: Unused variable: delta_theta [unusedVariable]
libgctp-2.0/source/omerinv.c:219:8: style: Unused variable: sin_phi [unusedVariable]
libgctp-2.0/source/omerinv.c:219:17: style: Unused variable: cos_phi [unusedVariable]
libgctp-2.0/source/omerinv.c:220:8: style: Unused variable: b [unusedVariable]
libgctp-2.0/source/omerinv.c:221:8: style: Unused variable: c [unusedVariable]
libgctp-2.0/source/omerinv.c:221:14: style: Unused variable: tq [unusedVariable]
libgctp-2.0/source/omerinv.c:222:13: style: Unused variable: n [unusedVariable]
libgctp-2.0/source/omerinv.c:222:16: style: Unused variable: ml [unusedVariable]
libgctp-2.0/source/omerinv.c:224:14: style: Unused variable: bs [unusedVariable]
libgctp-2.0/source/omerinv.c:225:8: style: Unused variable: dlon [unusedVariable]
libgctp-2.0/source/orthfor.c:45:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/orthinv.c:78:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/polyfor.c:90:13: style: The scope of the variable 'ml' can be reduced. [variableScope]
libgctp-2.0/source/polyfor.c:91:8: style: The scope of the variable 'ms' can be reduced. [variableScope]
libgctp-2.0/source/polyfor.c:88:8: style: Unused variable: al [unusedVariable]
libgctp-2.0/source/polyfor.c:89:8: style: Unused variable: c [unusedVariable]
libgctp-2.0/source/polyinv.c:92:8: style: The scope of the variable 'b' can be reduced. [variableScope]
libgctp-2.0/source/polyinv.c:90:8: style: Unused variable: sin_phi [unusedVariable]
libgctp-2.0/source/polyinv.c:90:17: style: Unused variable: cos_phi [unusedVariable]
libgctp-2.0/source/polyinv.c:94:8: style: Unused variable: con [unusedVariable]
libgctp-2.0/source/polyinv.c:94:13: style: Unused variable: ml [unusedVariable]
libgctp-2.0/source/psfor.c:54:8: style: The scope of the variable 'con1' can be reduced. [variableScope]
libgctp-2.0/source/psinv.c:53:8: style: The scope of the variable 'con1' can be reduced. [variableScope]
libgctp-2.0/source/psinv.c:103:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgctp-2.0/source/report.c:297:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/report.c:301:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/robinv.c:125:8: style: The scope of the variable 'u' can be reduced. [variableScope]
libgctp-2.0/source/robinv.c:125:10: style: The scope of the variable 'v' can be reduced. [variableScope]
libgctp-2.0/source/robinv.c:125:12: style: The scope of the variable 't' can be reduced. [variableScope]
libgctp-2.0/source/robinv.c:125:14: style: The scope of the variable 'c' can be reduced. [variableScope]
libgctp-2.0/source/somfor.c:158:8: warning: Function 'somfor' argument order different: declaration 'lon, lat, x, y' definition 'lon, lat, y, x' [funcArgOrderDifferent]
libgctp-2.0/source/proj.h:299:20: note: Function 'somfor' argument order different: declaration 'lon, lat, x, y' definition 'lon, lat, y, x'
libgctp-2.0/source/somfor.c:158:8: note: Function 'somfor' argument order different: declaration 'lon, lat, x, y' definition 'lon, lat, y, x'
libgctp-2.0/source/sominv.c:158:18: style: The scope of the variable 'sav' can be reduced. [variableScope]
libgctp-2.0/source/sominv.c:158:22: style: The scope of the variable 'sd' can be reduced. [variableScope]
libgctp-2.0/source/sominv.c:158:25: style: The scope of the variable 'sdsq' can be reduced. [variableScope]
libgctp-2.0/source/sominv.c:158:30: style: The scope of the variable 'blon' can be reduced. [variableScope]
libgctp-2.0/source/sominv.c:158:35: style: The scope of the variable 'dif' can be reduced. [variableScope]
libgctp-2.0/source/sominv.c:154:8: warning: Function 'sominv' argument order different: declaration 'x, y, lon, lat' definition 'y, x, lon, lat' [funcArgOrderDifferent]
libgctp-2.0/source/proj.h:305:20: note: Function 'sominv' argument order different: declaration 'x, y, lon, lat' definition 'y, x, lon, lat'
libgctp-2.0/source/sominv.c:154:8: note: Function 'sominv' argument order different: declaration 'x, y, lon, lat' definition 'y, x, lon, lat'
libgctp-2.0/source/sominv.c:216:8: error: Uninitialized variable: dlat [uninitvar]
libgctp-2.0/source/sphdz.c:150:8: style: The scope of the variable 't_major' can be reduced. [variableScope]
libgctp-2.0/source/sphdz.c:151:8: style: The scope of the variable 't_minor' can be reduced. [variableScope]
libgctp-2.0/source/sphdz.c:152:6: style: The scope of the variable 'jsph' can be reduced. [variableScope]
libgctp-2.0/source/sterfor.c:79:8: style: The scope of the variable 'ksp' can be reduced. [variableScope]
libgctp-2.0/source/sterfor.c:45:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/sterinv.c:79:8: style: The scope of the variable 'con' can be reduced. [variableScope]
libgctp-2.0/source/sterinv.c:45:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/stplnfor.c:114:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplnfor.c:121:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplnfor.c:121:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplnfor.c:145:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplnfor.c:145:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplnfor.c:71:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgctp-2.0/source/stplnfor.c:229:27: error: Uninitialized variable: lon1 [uninitvar]
libgctp-2.0/source/stplnfor.c:229:37: error: Uninitialized variable: lon2 [uninitvar]
libgctp-2.0/source/stplnfor.c:229:32: error: Uninitialized variable: lat1 [uninitvar]
libgctp-2.0/source/stplnfor.c:229:42: error: Uninitialized variable: lat2 [uninitvar]
libgctp-2.0/source/stplninv.c:117:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplninv.c:124:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplninv.c:124:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplninv.c:149:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplninv.c:149:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/source/stplninv.c:73:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgctp-2.0/source/stplninv.c:233:27: error: Uninitialized variable: lon1 [uninitvar]
libgctp-2.0/source/stplninv.c:233:37: error: Uninitialized variable: lon2 [uninitvar]
libgctp-2.0/source/stplninv.c:233:32: error: Uninitialized variable: lat1 [uninitvar]
libgctp-2.0/source/stplninv.c:233:42: error: Uninitialized variable: lat2 [uninitvar]
libgctp-2.0/source/tmfor.c:113:8: style: The scope of the variable 'b' can be reduced. [variableScope]
libgctp-2.0/source/tmfor.c:109:8: style: Unused variable: theta [unusedVariable]
libgctp-2.0/source/tmfor.c:110:8: style: Unused variable: delta_theta [unusedVariable]
libgctp-2.0/source/tminv.c:109:8: style: The scope of the variable 'delta_phi' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:111:26: style: The scope of the variable 'tan_phi' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:8: style: The scope of the variable 'c' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:11: style: The scope of the variable 'cs' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:15: style: The scope of the variable 't' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:18: style: The scope of the variable 'ts' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:22: style: The scope of the variable 'n' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:25: style: The scope of the variable 'r' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:28: style: The scope of the variable 'd' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:112:31: style: The scope of the variable 'ds' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:113:8: style: The scope of the variable 'f' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:113:11: style: The scope of the variable 'h' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:113:14: style: The scope of the variable 'g' can be reduced. [variableScope]
libgctp-2.0/source/tminv.c:113:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgctp-2.0/source/utmfor.c:110:8: style: The scope of the variable 'b' can be reduced. [variableScope]
libgctp-2.0/source/utmfor.c:106:8: style: Unused variable: theta [unusedVariable]
libgctp-2.0/source/utmfor.c:107:8: style: Unused variable: delta_theta [unusedVariable]
libgctp-2.0/source/utminv.c:109:8: style: The scope of the variable 'delta_phi' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:111:26: style: The scope of the variable 'tan_phi' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:8: style: The scope of the variable 'c' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:11: style: The scope of the variable 'cs' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:15: style: The scope of the variable 't' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:18: style: The scope of the variable 'ts' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:22: style: The scope of the variable 'n' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:25: style: The scope of the variable 'r' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:28: style: The scope of the variable 'd' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:112:31: style: The scope of the variable 'ds' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:113:8: style: The scope of the variable 'f' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:113:11: style: The scope of the variable 'h' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:113:14: style: The scope of the variable 'g' can be reduced. [variableScope]
libgctp-2.0/source/utminv.c:113:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgctp-2.0/source/vandgfor.c:79:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/source/vandginv.c:72:8: style: Unused variable: dlon [unusedVariable]
libgctp-2.0/source/vandginv.c:74:8: style: Unused variable: al [unusedVariable]
libgctp-2.0/source/vandginv.c:74:11: style: Unused variable: asq [unusedVariable]
libgctp-2.0/source/wivfor.c:67:8: style: The scope of the variable 'delta_theta' can be reduced. [variableScope]
libgctp-2.0/source/wviiinv.c:68:8: style: Unused variable: temp [unusedVariable]
libgctp-2.0/test/test_proj/testproj.c:138:1: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
libgctp-2.0/test/test_proj/testproj.c:143:4: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
libgctp-2.0/test/test_proj/testproj.c:152:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/test/test_proj/testproj.c:394:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
libgctp-2.0/test/test_proj/testproj.c:250:8: warning: Either the condition '(fptr1=fopen(file1,"w"))==NULL' is redundant or there is possible null pointer dereference: fptr1. [nullPointerRedundantCheck]
libgctp-2.0/test/test_proj/testproj.c:249:31: note: Assuming that condition '(fptr1=fopen(file1,"w"))==NULL' is not redundant
libgctp-2.0/test/test_proj/testproj.c:250:8: note: Null pointer dereference
libgctp-2.0/test/test_proj/testproj.c:48:7: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgctp-2.0/test/test_proj/testproj.c:78:6: style: The scope of the variable 'count2' can be reduced. [variableScope]
libgctp-2.0/test/test_proj/testproj.c:86:6: style: The scope of the variable 'buf2' can be reduced. [variableScope]
libgctp-2.0/test/test_proj/testproj.c:87:6: style: The scope of the variable 'temp2' can be reduced. [variableScope]
libgctp-2.0/test/test_proj/testproj.c:91:6: style: The scope of the variable 'file3' can be reduced. [variableScope]
libgctp-2.0/test/test_proj/testproj.c:203:14: warning: Char literal compared with pointer 'fptr2'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
libgctp-2.0/test/test_proj/testproj.c:177:1: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
libgctp-2.0/test/test_proj/testproj.c:182:1: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
libgctp-2.0/test/test_proj/testproj.c:188:4: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
libgctp-2.0/test/test_proj/testproj.c:197:4: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
libgctp-2.0/test/test_proj/testproj.c:231:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-barcode-perl/libgd-barcode-perl_1.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-gd2-noxpm-perl/libgd-gd2-noxpm-perl_2.46.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-gd2-perl/libgd-gd2-perl_2.46.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-graph-perl/libgd-graph-perl_1.48.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-graph3d-perl/libgd-graph3d-perl_0.63.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-perl/libgd-perl_2.66.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-securityimage-perl/libgd-securityimage-perl_1.73.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-svg-perl/libgd-svg-perl_0.33.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd-text-perl/libgd-text-perl_0.86.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgd2/libgd2_2.2.5.orig.tar.gz
libgd-2.2.5/netware/nwlibc.c:136:27: style: Function 'GetOrSetUpData' argument 2 names different: declaration 'data' definition 'appData'. [funcArgNamesDifferent]
libgd-2.2.5/netware/nwlibc.c:40:46: note: Function 'GetOrSetUpData' argument 2 names different: declaration 'data' definition 'appData'.
libgd-2.2.5/netware/nwlibc.c:136:27: note: Function 'GetOrSetUpData' argument 2 names different: declaration 'data' definition 'appData'.
libgd-2.2.5/netware/nwlibc.c:137:23: style: Function 'GetOrSetUpData' argument 3 names different: declaration 'threaddata' definition 'threadData'. [funcArgNamesDifferent]
libgd-2.2.5/netware/nwlibc.c:40:70: note: Function 'GetOrSetUpData' argument 3 names different: declaration 'threaddata' definition 'threadData'.
libgd-2.2.5/netware/nwlibc.c:137:23: note: Function 'GetOrSetUpData' argument 3 names different: declaration 'threaddata' definition 'threadData'.
libgd-2.2.5/src/circletexttest.c:68:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgd-2.2.5/src/fontconfigtest.c:12:8: style: Unused variable: out [unusedVariable]
libgd-2.2.5/src/fontsizetest.c:14:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgd-2.2.5/src/fontwheeltest.c:25:9: style: The scope of the variable 'curangrads' can be reduced. [variableScope]
libgd-2.2.5/src/fontwheeltest.c:25:29: style: The scope of the variable 'x0' can be reduced. [variableScope]
libgd-2.2.5/src/fontwheeltest.c:25:33: style: The scope of the variable 'y0' can be reduced. [variableScope]
libgd-2.2.5/src/fontwheeltest.c:26:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgd-2.2.5/src/msinttypes/inttypes.h:33:0: error: #error "Use this header only with Microsoft Visual C++ compilers!" [preprocessorErrorDirective]
libgd-2.2.5/src/gd2time.c:18:13: style: The scope of the variable 'im' can be reduced. [variableScope]
libgd-2.2.5/src/gd2time.c:19:8: style: The scope of the variable 'in' can be reduced. [variableScope]
libgd-2.2.5/src/gd_bmp.c:324:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgd-2.2.5/src/gd_bmp.c:452:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgd-2.2.5/src/gd_bmp.c:309:3: style: Variable 'copy_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
libgd-2.2.5/src/gd_bmp.c:305:0: note: Variable 'copy_buffer' is reassigned a value before the old one has been used.
libgd-2.2.5/src/gd_bmp.c:309:3: note: Variable 'copy_buffer' is reassigned a value before the old one has been used.
libgd-2.2.5/src/gd_bmp.c:351:2: style: Variable 'uncompressed_row' is reassigned a value before the old one has been used. [redundantAssignment]
libgd-2.2.5/src/gd_bmp.c:349:0: note: Variable 'uncompressed_row' is reassigned a value before the old one has been used.
libgd-2.2.5/src/gd_bmp.c:351:2: note: Variable 'uncompressed_row' is reassigned a value before the old one has been used.
libgd-2.2.5/src/gd_bmp.c:1071:26: style: The scope of the variable 'row' can be reduced. [variableScope]
libgd-2.2.5/src/gd_bmp.c:344:40: style: Function 'compress_row' argument 1 names different: declaration 'uncompressed_row' definition 'row'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd_bmp.c:35:40: note: Function 'compress_row' argument 1 names different: declaration 'uncompressed_row' definition 'row'.
libgd-2.2.5/src/gd_bmp.c:344:40: note: Function 'compress_row' argument 1 names different: declaration 'uncompressed_row' definition 'row'.
libgd-2.2.5/src/gd_color_match.c:19:6: style: The scope of the variable 'count' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gd.c:313:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gd.c:222:53: style: Function 'gdImageCreateFromGd' argument 1 names different: declaration 'in' definition 'inFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:685:53: note: Function 'gdImageCreateFromGd' argument 1 names different: declaration 'in' definition 'inFile'.
libgd-2.2.5/src/gd_gd.c:222:53: note: Function 'gdImageCreateFromGd' argument 1 names different: declaration 'in' definition 'inFile'.
libgd-2.2.5/src/gd_gd.c:369:52: style: Function 'gdImageGd' argument 2 names different: declaration 'out' definition 'outFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1164:52: note: Function 'gdImageGd' argument 2 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_gd.c:369:52: note: Function 'gdImageGd' argument 2 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_gd2.c:1136:54: style: Function 'gdImageCreateFromGd2' argument 1 names different: declaration 'in' definition 'inFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:689:54: note: Function 'gdImageCreateFromGd2' argument 1 names different: declaration 'in' definition 'inFile'.
libgd-2.2.5/src/gd_gd2.c:1136:54: note: Function 'gdImageCreateFromGd2' argument 1 names different: declaration 'in' definition 'inFile'.
libgd-2.2.5/src/gd_gd2.c:1148:58: style: Function 'gdImageCreateFromGd2Part' argument 1 names different: declaration 'in' definition 'inFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:693:58: note: Function 'gdImageCreateFromGd2Part' argument 1 names different: declaration 'in' definition 'inFile'.
libgd-2.2.5/src/gd_gd2.c:1148:58: note: Function 'gdImageCreateFromGd2Part' argument 1 names different: declaration 'in' definition 'inFile'.
libgd-2.2.5/src/gd_gd2.c:1173:53: style: Function 'gdImageGd2' argument 2 names different: declaration 'out' definition 'outFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1165:53: note: Function 'gdImageGd2' argument 2 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_gd2.c:1173:53: note: Function 'gdImageGd2' argument 2 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_gif_in.c:428:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_in.c:449:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_in.c:449:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_in.c:450:16: style: The scope of the variable 'count' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_in.c:511:12: style: The scope of the variable 'incode' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_in.c:471:63: style: Checking if unsigned variable 'count=GetDataBlock(fd,&scd->buf[2],ZeroDataBlockP)' is less than zero. [unsignedLessThanZero]
libgd-2.2.5/src/gd_gif_in.c:156:52: style: Function 'gdImageCreateFromGif' argument 1 names different: declaration 'fd' definition 'fdFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:619:54: note: Function 'gdImageCreateFromGif' argument 1 names different: declaration 'fd' definition 'fdFile'.
libgd-2.2.5/src/gd_gif_in.c:156:52: note: Function 'gdImageCreateFromGif' argument 1 names different: declaration 'fd' definition 'fdFile'.
libgd-2.2.5/src/gd_gif_in.c:196:60: style: Function 'gdImageCreateFromGifCtx' argument 1 names different: declaration 'in' definition 'fd'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:620:61: note: Function 'gdImageCreateFromGifCtx' argument 1 names different: declaration 'in' definition 'fd'.
libgd-2.2.5/src/gd_gif_in.c:196:60: note: Function 'gdImageCreateFromGifCtx' argument 1 names different: declaration 'in' definition 'fd'.
libgd-2.2.5/src/gd_gif_out.c:381:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_out.c:1164:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gd_gif_out.c:199:51: style: Function 'gdImageGif' argument 2 names different: declaration 'out' definition 'outFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1045:53: note: Function 'gdImageGif' argument 2 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_gif_out.c:199:51: note: Function 'gdImageGif' argument 2 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_io.c:216:36: style: Function 'gdSeek' argument 2 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd_io.h:93:36: note: Function 'gdSeek' argument 2 names different: declaration 'offset' definition 'pos'.
libgd-2.2.5/src/gd_io.c:216:36: note: Function 'gdSeek' argument 2 names different: declaration 'offset' definition 'pos'.
libgd-2.2.5/src/gd_io_dp.c:72:44: style: Function 'gdNewDynamicCtx' argument 1 names different: declaration 'size' definition 'initialSize'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1501:45: note: Function 'gdNewDynamicCtx' argument 1 names different: declaration 'size' definition 'initialSize'.
libgd-2.2.5/src/gd_io_dp.c:72:44: note: Function 'gdNewDynamicCtx' argument 1 names different: declaration 'size' definition 'initialSize'.
libgd-2.2.5/src/gd_io_dp.c:81:46: style: Function 'gdNewDynamicCtxEx' argument 1 names different: declaration 'size' definition 'initialSize'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1510:47: note: Function 'gdNewDynamicCtxEx' argument 1 names different: declaration 'size' definition 'initialSize'.
libgd-2.2.5/src/gd_io_dp.c:81:46: note: Function 'gdNewDynamicCtxEx' argument 1 names different: declaration 'size' definition 'initialSize'.
libgd-2.2.5/src/gd_io_dp.c:81:75: style: Function 'gdNewDynamicCtxEx' argument 3 names different: declaration 'freeFlag' definition 'freeOKFlag'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1510:69: note: Function 'gdNewDynamicCtxEx' argument 3 names different: declaration 'freeFlag' definition 'freeOKFlag'.
libgd-2.2.5/src/gd_io_dp.c:81:75: note: Function 'gdNewDynamicCtxEx' argument 3 names different: declaration 'freeFlag' definition 'freeOKFlag'.
libgd-2.2.5/src/gd_io_ss.c:55:47: style: Function 'gdNewSSCtx' argument 1 names different: declaration 'in' definition 'src'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1511:48: note: Function 'gdNewSSCtx' argument 1 names different: declaration 'in' definition 'src'.
libgd-2.2.5/src/gd_io_ss.c:55:47: note: Function 'gdNewSSCtx' argument 1 names different: declaration 'in' definition 'src'.
libgd-2.2.5/src/gd_io_ss.c:55:62: style: Function 'gdNewSSCtx' argument 2 names different: declaration 'out' definition 'snk'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1511:62: note: Function 'gdNewSSCtx' argument 2 names different: declaration 'out' definition 'snk'.
libgd-2.2.5/src/gd_io_ss.c:55:62: note: Function 'gdNewSSCtx' argument 2 names different: declaration 'out' definition 'snk'.
libgd-2.2.5/src/gd_io_stream.cxx:31:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:50:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:65:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:74:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:81:9: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:100:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:117:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:126:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:135:25: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:142:9: style: C-style pointer casting [cstyleCast]
libgd-2.2.5/src/gd_io_stream.cxx:115:55: style: Function 'Putchar' argument 2 names different: declaration 'a' definition 'c'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd_io_stream.h:100:49: note: Function 'Putchar' argument 2 names different: declaration 'a' definition 'c'.
libgd-2.2.5/src/gd_io_stream.cxx:115:55: note: Function 'Putchar' argument 2 names different: declaration 'a' definition 'c'.
libgd-2.2.5/src/gd_io_stream.h:49:2: style: Class 'istreamIOCtx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgd-2.2.5/src/gd_io_stream.h:93:2: style: Class 'ostreamIOCtx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgd-2.2.5/src/gd_matrix.c:97:39: style: Function 'gdAffineFlip' argument 1 names different: declaration 'dst_affine' definition 'dst'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1578:39: note: Function 'gdAffineFlip' argument 1 names different: declaration 'dst_affine' definition 'dst'.
libgd-2.2.5/src/gd_matrix.c:97:39: note: Function 'gdAffineFlip' argument 1 names different: declaration 'dst_affine' definition 'dst'.
libgd-2.2.5/src/gd_matrix.c:97:60: style: Function 'gdAffineFlip' argument 2 names different: declaration 'src_affine' definition 'src'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1578:67: note: Function 'gdAffineFlip' argument 2 names different: declaration 'src_affine' definition 'src'.
libgd-2.2.5/src/gd_matrix.c:97:60: note: Function 'gdAffineFlip' argument 2 names different: declaration 'src_affine' definition 'src'.
libgd-2.2.5/src/gd_matrix.c:309:52: style: Function 'gdAffineRectilinear' argument 1 names different: declaration 'src' definition 'm'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1588:52: note: Function 'gdAffineRectilinear' argument 1 names different: declaration 'src' definition 'm'.
libgd-2.2.5/src/gd_matrix.c:309:52: note: Function 'gdAffineRectilinear' argument 1 names different: declaration 'src' definition 'm'.
libgd-2.2.5/src/gd_matrix.c:327:46: style: Function 'gdAffineEqual' argument 1 names different: declaration 'matrix1' definition 'm1'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1589:46: note: Function 'gdAffineEqual' argument 1 names different: declaration 'matrix1' definition 'm1'.
libgd-2.2.5/src/gd_matrix.c:327:46: note: Function 'gdAffineEqual' argument 1 names different: declaration 'matrix1' definition 'm1'.
libgd-2.2.5/src/gd_matrix.c:327:66: style: Function 'gdAffineEqual' argument 2 names different: declaration 'matrix2' definition 'm2'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1589:71: note: Function 'gdAffineEqual' argument 2 names different: declaration 'matrix2' definition 'm2'.
libgd-2.2.5/src/gd_matrix.c:327:66: note: Function 'gdAffineEqual' argument 2 names different: declaration 'matrix2' definition 'm2'.
libgd-2.2.5/src/gd_nnquant.c:197:19: style: The scope of the variable 'smallpos' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:197:28: style: The scope of the variable 'smallval' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:332:17: style: The scope of the variable 'dist' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:332:22: style: The scope of the variable 'a' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:332:24: style: The scope of the variable 'biasdist' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:332:33: style: The scope of the variable 'betafreq' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:404:25: style: The scope of the variable 'a' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:450:17: style: The scope of the variable 'j' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:450:19: style: The scope of the variable 'al' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:450:22: style: The scope of the variable 'b' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:450:24: style: The scope of the variable 'g' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:450:26: style: The scope of the variable 'r' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:568:16: style: The scope of the variable 'c' can be reduced. [variableScope]
libgd-2.2.5/src/gd_nnquant.c:337:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgd-2.2.5/src/gd_ss.c:49:62: style: Function 'gdImagePngToSink' argument 2 names different: declaration 'out' definition 'outSink'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1162:62: note: Function 'gdImagePngToSink' argument 2 names different: declaration 'out' definition 'outSink'.
libgd-2.2.5/src/gd_ss.c:49:62: note: Function 'gdImagePngToSink' argument 2 names different: declaration 'out' definition 'outSink'.
libgd-2.2.5/src/gd_ss.c:56:65: style: Function 'gdImageCreateFromPngSource' argument 1 names different: declaration 'in' definition 'inSource'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:683:65: note: Function 'gdImageCreateFromPngSource' argument 1 names different: declaration 'in' definition 'inSource'.
libgd-2.2.5/src/gd_ss.c:56:65: note: Function 'gdImageCreateFromPngSource' argument 1 names different: declaration 'in' definition 'inSource'.
libgd-2.2.5/src/gd_topal.c:331:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:542:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:543:6: style: The scope of the variable 'c0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:543:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:543:14: style: The scope of the variable 'c2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:543:18: style: The scope of the variable 'cmax' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:544:22: style: The scope of the variable 'b2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:824:9: style: The scope of the variable 'x' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:953:9: style: The scope of the variable 'icolor' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:955:11: style: The scope of the variable 'cptr' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:956:8: style: The scope of the variable 'dist0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:958:8: style: The scope of the variable 'xx0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:960:8: style: The scope of the variable 'inc0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:960:14: style: The scope of the variable 'inc1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:960:20: style: The scope of the variable 'inc2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1092:16: style: The scope of the variable 'inptr' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1093:26: style: The scope of the variable 'outptr' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1145:22: style: The scope of the variable 'cur0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1145:28: style: The scope of the variable 'cur1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1145:34: style: The scope of the variable 'cur2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1146:13: style: The scope of the variable 'belowerr0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1146:24: style: The scope of the variable 'belowerr1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1146:35: style: The scope of the variable 'belowerr2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1147:13: style: The scope of the variable 'bpreverr0' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1147:24: style: The scope of the variable 'bpreverr1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1147:35: style: The scope of the variable 'bpreverr2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1154:7: style: The scope of the variable 'inptr' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1155:17: style: The scope of the variable 'outptr' can be reduced. [variableScope]
libgd-2.2.5/src/gd_topal.c:1460:79: style: Function 'gdImageCreatePaletteFromTrueColor' argument 2 names different: declaration 'ditherFlag' definition 'dither'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:993:79: note: Function 'gdImageCreatePaletteFromTrueColor' argument 2 names different: declaration 'ditherFlag' definition 'dither'.
libgd-2.2.5/src/gd_topal.c:1460:79: note: Function 'gdImageCreatePaletteFromTrueColor' argument 2 names different: declaration 'ditherFlag' definition 'dither'.
libgd-2.2.5/src/gd_topal.c:1487:64: style: Function 'gdImageTrueColorToPalette' argument 2 names different: declaration 'ditherFlag' definition 'dither'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:996:64: note: Function 'gdImageTrueColorToPalette' argument 2 names different: declaration 'ditherFlag' definition 'dither'.
libgd-2.2.5/src/gd_topal.c:1487:64: note: Function 'gdImageTrueColorToPalette' argument 2 names different: declaration 'ditherFlag' definition 'dither'.
libgd-2.2.5/src/gd_transform.c:74:8: style: The scope of the variable 'px1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_transform.c:74:14: style: The scope of the variable 'px2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_transform.c:88:18: style: The scope of the variable 'px1' can be reduced. [variableScope]
libgd-2.2.5/src/gd_transform.c:88:24: style: The scope of the variable 'px2' can be reduced. [variableScope]
libgd-2.2.5/src/gd_wbmp.c:258:42: style: Function 'gdImageWBMP' argument 1 names different: declaration 'image' definition 'im'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1064:43: note: Function 'gdImageWBMP' argument 1 names different: declaration 'image' definition 'im'.
libgd-2.2.5/src/gd_wbmp.c:258:42: note: Function 'gdImageWBMP' argument 1 names different: declaration 'image' definition 'im'.
libgd-2.2.5/src/gd_wbmp.c:258:60: style: Function 'gdImageWBMP' argument 3 names different: declaration 'out' definition 'outFile'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1064:65: note: Function 'gdImageWBMP' argument 3 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_wbmp.c:258:60: note: Function 'gdImageWBMP' argument 3 names different: declaration 'out' definition 'outFile'.
libgd-2.2.5/src/gd_xbm.c:229:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gd_xbm.c:67:53: style: Function 'gdImageCreateFromXbm' argument 1 names different: declaration 'in' definition 'fd'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:700:54: note: Function 'gdImageCreateFromXbm' argument 1 names different: declaration 'in' definition 'fd'.
libgd-2.2.5/src/gd_xbm.c:67:53: note: Function 'gdImageCreateFromXbm' argument 1 names different: declaration 'in' definition 'fd'.
libgd-2.2.5/src/gd_xbm.c:90:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgd-2.2.5/src/gd_xbm.c:104:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgd-2.2.5/src/gd_xbm.c:105:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgd-2.2.5/src/gd_xbm.c:108:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgd-2.2.5/src/gd_xbm.c:109:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgd-2.2.5/src/gdfx.c:448:6: style: The scope of the variable 'x' can be reduced. [variableScope]
libgd-2.2.5/src/gdfx.c:448:9: style: The scope of the variable 'y' can be reduced. [variableScope]
libgd-2.2.5/src/gdfx.c:476:15: style: The scope of the variable 'nc' can be reduced. [variableScope]
libgd-2.2.5/src/gdhelpers.c:113:33: style: Function 'gdFree' argument 1 names different: declaration 'm' definition 'ptr'. [funcArgNamesDifferent]
libgd-2.2.5/src/gd.h:1073:33: note: Function 'gdFree' argument 1 names different: declaration 'm' definition 'ptr'.
libgd-2.2.5/src/gdhelpers.c:113:33: note: Function 'gdFree' argument 1 names different: declaration 'm' definition 'ptr'.
libgd-2.2.5/src/gdkanji.c:149:21: style: Redundant condition: If 'c >= 64', the comparison 'c != '\0'' is always true. [redundantCondition]
libgd-2.2.5/src/gdkanji.c:379:6: style: The scope of the variable 'jisx0208' can be reduced. [variableScope]
libgd-2.2.5/src/gdkanji.c:380:6: style: The scope of the variable 'hankaku' can be reduced. [variableScope]
libgd-2.2.5/src/gdkanji.c:443:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libgd-2.2.5/src/gdkanji.c:443:17: style: The scope of the variable 'j' can be reduced. [variableScope]
libgd-2.2.5/src/gdpp.h:90:13: style: Technically the member function 'GD::Point::as_gdPointPtr' can be const. [functionConst]
libgd-2.2.5/src/gdpp.h:159:2: style: Class 'TrueColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgd-2.2.5/src/gdpp.h:260:2: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgd-2.2.5/src/gdpp.h:274:2: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgd-2.2.5/src/gdpp.h:282:2: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgd-2.2.5/src/pngtogd.c:34:6: style: Condition '!im' is always true [knownConditionTrueFalse]
libgd-2.2.5/src/pngtogd.c:17:18: note: Assignment 'im=NULL', assigned value is 0
libgd-2.2.5/src/pngtogd.c:34:6: note: Condition '!im' is always true
libgd-2.2.5/src/pngtogd2.c:40:6: style: Condition '!im' is always true [knownConditionTrueFalse]
libgd-2.2.5/src/pngtogd2.c:36:7: note: Assignment 'im=NULL', assigned value is 0
libgd-2.2.5/src/pngtogd2.c:40:6: note: Condition '!im' is always true
libgd-2.2.5/src/wbmp.c:226:6: style: The scope of the variable 'bitpos' can be reduced. [variableScope]
libgd-2.2.5/src/wbmp.c:226:14: style: The scope of the variable 'octet' can be reduced. [variableScope]
libgd-2.2.5/src/wbmp.c:139:56: style: Function 'readwbmp' argument 3 names different: declaration 'wbmp' definition 'return_wbmp'. [funcArgNamesDifferent]
libgd-2.2.5/src/wbmp.h:42:56: note: Function 'readwbmp' argument 3 names different: declaration 'wbmp' definition 'return_wbmp'.
libgd-2.2.5/src/wbmp.c:139:56: note: Function 'readwbmp' argument 3 names different: declaration 'wbmp' definition 'return_wbmp'.
libgd-2.2.5/src/webpng.c:214:19: style: The scope of the variable 'x' can be reduced. [variableScope]
libgd-2.2.5/src/webpng.c:214:22: style: The scope of the variable 'y' can be reduced. [variableScope]
libgd-2.2.5/src/webpng.c:214:25: style: The scope of the variable 'alpha' can be reduced. [variableScope]
libgd-2.2.5/src/webpng.c:214:32: style: The scope of the variable 'pix' can be reduced. [variableScope]
libgd-2.2.5/tests/gd2/gd2_read.c:10:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
libgd-2.2.5/tests/gdimagecolorclosest/gdimagecolorclosest.c:28:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
libgd-2.2.5/tests/gdimagecolorclosest/gdimagecolorclosest.c:27:2: note: Variable 'c' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorclosest/gdimagecolorclosest.c:28:2: note: Variable 'c' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:28:2: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:24:2: note: Variable 'c1' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:28:2: note: Variable 'c1' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:29:2: style: Variable 'c2' is reassigned a value before the old one has been used. [redundantAssignment]
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:25:2: note: Variable 'c2' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:29:2: note: Variable 'c2' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:30:2: style: Variable 'c3' is reassigned a value before the old one has been used. [redundantAssignment]
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:26:2: note: Variable 'c3' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagecolorexact/gdimagecolorexact.c:30:2: note: Variable 'c3' is reassigned a value before the old one has been used.
libgd-2.2.5/tests/gdimagefile/gdnametest.c:53:21: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgd-2.2.5/tests/gdimagerotate/bug00067.c:10:8: style: The scope of the variable 'path' can be reduced. [variableScope]
libgd-2.2.5/tests/gdimagesetpixel/alpha_blending.c:18:9: style: The scope of the variable 'x' can be reduced. [variableScope]
libgd-2.2.5/tests/gdtest/gdtest.c:640:70: style: Function '_gdTestErrorMsg' argument 3 names different: declaration 'string' definition 'format'. [funcArgNamesDifferent]
libgd-2.2.5/tests/gdtest/gdtest.h:63:70: note: Function '_gdTestErrorMsg' argument 3 names different: declaration 'string' definition 'format'.
libgd-2.2.5/tests/gdtest/gdtest.c:640:70: note: Function '_gdTestErrorMsg' argument 3 names different: declaration 'string' definition 'format'.
libgd-2.2.5/tests/gdtest/gdtest.c:376:36: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
libgd-2.2.5/tests/gdtest/gdtest.c:390:11: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
libgd-2.2.5/tests/gif/bug00005.c:11:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
libgd-2.2.5/tests/gif/bug00006.c:11:6: style: The scope of the variable 'r_f' can be reduced. [variableScope]
libgd-2.2.5/tests/gif/bug00006.c:11:10: style: The scope of the variable 'g_f' can be reduced. [variableScope]
libgd-2.2.5/tests/gif/bug00006.c:11:14: style: The scope of the variable 'b_f' can be reduced. [variableScope]
libgd-2.2.5/tests/gif/bug00227.c:63:0: error: Resource leak: fp [resourceLeak]
libgd-2.2.5/tests/gif/bug00227.c:64:0: error: Memory leak: buf [memleak]
libgd-2.2.5/tests/png/bug00088.c:10:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
[15:07]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgda5/libgda5_5.2.4.orig.tar.xz
libgda-5.2.4/control-center/dsn-config.c:248:10: style: The scope of the variable 'dsn' can be reduced. [variableScope]
libgda-5.2.4/control-center/dsn-properties-dialog.c:232:12: warning: Either the condition 'if(error)' is redundant or there is possible null pointer dereference: error. [nullPointerRedundantCheck]
libgda-5.2.4/control-center/dsn-properties-dialog.c:233:9: note: Assuming that condition 'if(error)' is not redundant
libgda-5.2.4/control-center/dsn-properties-dialog.c:232:12: note: Null pointer dereference
libgda-5.2.4/control-center/dsn-properties-dialog.c:259:4: style: Variable 'sresult' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/control-center/dsn-properties-dialog.c:246:0: note: Variable 'sresult' is reassigned a value before the old one has been used.
libgda-5.2.4/control-center/dsn-properties-dialog.c:259:4: note: Variable 'sresult' is reassigned a value before the old one has been used.
libgda-5.2.4/control-center/dsn-properties-dialog.c:197:11: style: The scope of the variable 'title' can be reduced. [variableScope]
libgda-5.2.4/control-center/gdaui-dsn-editor.c:331:43: style: Function 'gdaui_dsn_editor_set_dsn' argument 1 names different: declaration 'config' definition 'editor'. [funcArgNamesDifferent]
libgda-5.2.4/control-center/gdaui-dsn-editor.h:53:68: note: Function 'gdaui_dsn_editor_set_dsn' argument 1 names different: declaration 'config' definition 'editor'.
libgda-5.2.4/control-center/gdaui-dsn-editor.c:331:43: note: Function 'gdaui_dsn_editor_set_dsn' argument 1 names different: declaration 'config' definition 'editor'.
libgda-5.2.4/control-center/gdaui-login-dialog.c:168:15: style: Function 'gdaui_login_dialog_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'. [funcArgNamesDifferent]
libgda-5.2.4/control-center/gdaui-login-dialog.c:36:13: note: Function 'gdaui_login_dialog_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'.
libgda-5.2.4/control-center/gdaui-login-dialog.c:168:15: note: Function 'gdaui_login_dialog_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'.
libgda-5.2.4/control-center/main.c:73:20: style: The scope of the variable 'dsn_info' can be reduced. [variableScope]
libgda-5.2.4/control-center/main.c:113:13: style: Variable 'provider' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/control-center/main.c:132:13: style: Variable 'provider' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda-report/DocBook/gda-report-docbook-document.c:153:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-report/DocBook/gda-report-docbook-document.c:138:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda-report/DocBook/gda-report-docbook-document.c:153:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda-report/RML/gda-report-rml-document.c:126:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-report/RML/gda-report-rml-document.c:111:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda-report/RML/gda-report-rml-document.c:126:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda-report/RML/gda-report-rml-document.c:34:6: style: struct member '_GdaReportRmlDocumentPrivate::foo' is never used. [unusedStructMember]
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:174:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:159:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:174:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:1118:6: style: Condition '!vcnc' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:1113:24: note: Assignment 'vcnc=NULL', assigned value is 0
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:1118:6: note: Condition '!vcnc' is always true
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:632:5: style: Variable 'cnc' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:627:0: note: Variable 'cnc' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-report/engine/gda-report-engine.c:632:5: note: Variable 'cnc' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-report/engine/rt-parser.c:115:30: style: Redundant condition: If 'retval == 15', the comparison 'retval != 0' is always true. [redundantCondition]
libgda-5.2.4/libgda-report/engine/rt-parser.c:122:31: style: Redundant condition: If 'retval == 15', the comparison 'retval != 0' is always true. [redundantCondition]
libgda-5.2.4/libgda-report/engine/rt-parser.c:159:16: warning: Redundant assignment of 'start_markup' to itself. [selfAssignment]
libgda-5.2.4/libgda-report/gda-report-document.c:136:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-report/gda-report-document.c:121:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda-report/gda-report-document.c:136:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda-report/gda-report-document.c:215:11: style: struct member '_SpawnedData::stdout_buf' is never used. [unusedStructMember]
libgda-5.2.4/libgda-report/gda-report-document.c:216:11: style: struct member '_SpawnedData::stderr_buf' is never used. [unusedStructMember]
libgda-5.2.4/libgda-ui/data-entries/common-bin.c:251:9: style: The scope of the variable 'size' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-bin.c:293:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c:124:70: style: Function 'gdaui_data_cell_renderer_boolean_init' argument 1 names different: declaration 'celltext' definition 'cell'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c:38:93: note: Function 'gdaui_data_cell_renderer_boolean_init' argument 1 names different: declaration 'celltext' definition 'cell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c:124:70: note: Function 'gdaui_data_cell_renderer_boolean_init' argument 1 names different: declaration 'celltext' definition 'cell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c:298:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-combo.c:287:25: style: Redundant condition: gvalues->data. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-combo.c:131:66: style: Function 'gdaui_data_cell_renderer_combo_init' argument 1 names different: declaration 'celltext' definition 'datacell'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-combo.c:35:89: note: Function 'gdaui_data_cell_renderer_combo_init' argument 1 names different: declaration 'celltext' definition 'datacell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-combo.c:131:66: note: Function 'gdaui_data_cell_renderer_combo_init' argument 1 names different: declaration 'celltext' definition 'datacell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-info.c:125:64: style: Function 'gdaui_data_cell_renderer_info_init' argument 1 names different: declaration 'celltext' definition 'cellinfo'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-info.c:38:87: note: Function 'gdaui_data_cell_renderer_info_init' argument 1 names different: declaration 'celltext' definition 'cellinfo'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-info.c:125:64: note: Function 'gdaui_data_cell_renderer_info_init' argument 1 names different: declaration 'celltext' definition 'cellinfo'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-textual.c:427:12: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-textual.c:151:70: style: Function 'gdaui_data_cell_renderer_textual_init' argument 1 names different: declaration 'celltext' definition 'datacell'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-textual.c:42:93: note: Function 'gdaui_data_cell_renderer_textual_init' argument 1 names different: declaration 'celltext' definition 'datacell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-textual.c:151:70: note: Function 'gdaui_data_cell_renderer_textual_init' argument 1 names different: declaration 'celltext' definition 'datacell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-data-cell-renderer-textual.c:523:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-bin.c:118:39: style: Function 'gdaui_entry_bin_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_bin'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-bin.c:31:51: note: Function 'gdaui_entry_bin_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_bin'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-bin.c:118:39: note: Function 'gdaui_entry_bin_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_bin'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-boolean.c:94:47: style: Function 'gdaui_entry_boolean_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_boolean'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-boolean.c:28:59: note: Function 'gdaui_entry_boolean_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_boolean'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-boolean.c:94:47: note: Function 'gdaui_entry_boolean_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_boolean'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:510:15: style: The scope of the variable 'node' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:636:17: style: The scope of the variable 'arg_value' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:197:42: style: Function 'gdaui_entry_combo_init' argument 1 names different: declaration 'wid' definition 'combo'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:30:54: note: Function 'gdaui_entry_combo_init' argument 1 names different: declaration 'wid' definition 'combo'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:197:42: note: Function 'gdaui_entry_combo_init' argument 1 names different: declaration 'wid' definition 'combo'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:733:46: style: Function 'gdaui_entry_combo_set_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:51:77: note: Function 'gdaui_entry_combo_set_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:733:46: note: Function 'gdaui_entry_combo_set_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:745:46: style: Function 'gdaui_entry_combo_get_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:52:77: note: Function 'gdaui_entry_combo_get_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:745:46: note: Function 'gdaui_entry_combo_get_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:759:50: style: Function 'gdaui_entry_combo_set_ref_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:53:77: note: Function 'gdaui_entry_combo_set_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:759:50: note: Function 'gdaui_entry_combo_set_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:771:50: style: Function 'gdaui_entry_combo_get_ref_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:54:77: note: Function 'gdaui_entry_combo_get_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:771:50: note: Function 'gdaui_entry_combo_get_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:785:54: style: Function 'gdaui_entry_combo_set_value_default' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:55:77: note: Function 'gdaui_entry_combo_set_value_default' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:785:54: note: Function 'gdaui_entry_combo_set_value_default' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:798:51: style: Function 'gdaui_entry_combo_set_attributes' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:56:77: note: Function 'gdaui_entry_combo_set_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:798:51: note: Function 'gdaui_entry_combo_set_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:934:51: style: Function 'gdaui_entry_combo_get_attributes' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:57:79: note: Function 'gdaui_entry_combo_get_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:934:51: note: Function 'gdaui_entry_combo_get_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:1037:47: style: Function 'gdaui_entry_combo_grab_focus' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:58:77: note: Function 'gdaui_entry_combo_grab_focus' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-combo.c:1037:47: note: Function 'gdaui_entry_combo_grab_focus' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-common-time.c:810:16: style: The scope of the variable 'date' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-common-time.c:166:53: style: Function 'gdaui_entry_common_time_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_common_time'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-common-time.c:34:66: note: Function 'gdaui_entry_common_time_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_common_time'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-common-time.c:166:53: note: Function 'gdaui_entry_common_time_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_common_time'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-date.c:66:55: style: Function 'gdaui_entry_date_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_date'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-date.c:31:53: note: Function 'gdaui_entry_date_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_date'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-date.c:66:55: note: Function 'gdaui_entry_date_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_date'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-none.c:90:41: style: Function 'gdaui_entry_none_init' argument 1 names different: declaration 'srv' definition 'entry'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-none.c:29:52: note: Function 'gdaui_entry_none_init' argument 1 names different: declaration 'srv' definition 'entry'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-none.c:90:41: note: Function 'gdaui_entry_none_init' argument 1 names different: declaration 'srv' definition 'entry'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-number.c:159:44: style: Function 'gdaui_entry_number_init' argument 1 names different: declaration 'srv' definition 'mgstr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-number.c:32:56: note: Function 'gdaui_entry_number_init' argument 1 names different: declaration 'srv' definition 'mgstr'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-number.c:159:44: note: Function 'gdaui_entry_number_init' argument 1 names different: declaration 'srv' definition 'mgstr'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-shell.c:344:14: style: The scope of the variable 'menu' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-shell.c:140:42: style: Function 'gdaui_entry_shell_init' argument 1 names different: declaration 'wid' definition 'shell'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-shell.c:30:54: note: Function 'gdaui_entry_shell_init' argument 1 names different: declaration 'wid' definition 'shell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-shell.c:140:42: note: Function 'gdaui_entry_shell_init' argument 1 names different: declaration 'wid' definition 'shell'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-string.c:171:44: style: Function 'gdaui_entry_string_init' argument 1 names different: declaration 'srv' definition 'mgstr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-string.c:34:56: note: Function 'gdaui_entry_string_init' argument 1 names different: declaration 'srv' definition 'mgstr'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-string.c:171:44: note: Function 'gdaui_entry_string_init' argument 1 names different: declaration 'srv' definition 'mgstr'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-time.c:66:55: style: Function 'gdaui_entry_time_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_time'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-time.c:31:53: note: Function 'gdaui_entry_time_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_time'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-time.c:66:55: note: Function 'gdaui_entry_time_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_time'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-timestamp.c:66:65: style: Function 'gdaui_entry_timestamp_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_timestamp'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-timestamp.c:31:63: note: Function 'gdaui_entry_timestamp_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_timestamp'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-timestamp.c:66:65: note: Function 'gdaui_entry_timestamp_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_timestamp'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:520:10: style: The scope of the variable 'evalue' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:169:40: style: Function 'check_correct_init' argument 1 names different: declaration 'wid' definition 'wrapper'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:41:52: note: Function 'check_correct_init' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:169:40: note: Function 'check_correct_init' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:218:35: style: Function 'block_signals' argument 1 names different: declaration 'wid' definition 'wrapper'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:42:47: note: Function 'block_signals' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:218:35: note: Function 'block_signals' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:224:37: style: Function 'unblock_signals' argument 1 names different: declaration 'wid' definition 'wrapper'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:43:49: note: Function 'unblock_signals' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:224:37: note: Function 'unblock_signals' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:231:46: style: Function 'gdaui_entry_wrapper_init' argument 1 names different: declaration 'wid' definition 'wrapper'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:27:58: note: Function 'gdaui_entry_wrapper_init' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:231:46: note: Function 'gdaui_entry_wrapper_init' argument 1 names different: declaration 'wid' definition 'wrapper'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:417:53: style: Function 'gdaui_entry_wrapper_set_value_type' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:47:79: note: Function 'gdaui_entry_wrapper_set_value_type' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:417:53: note: Function 'gdaui_entry_wrapper_set_value_type' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:447:53: style: Function 'gdaui_entry_wrapper_get_value_type' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:48:79: note: Function 'gdaui_entry_wrapper_get_value_type' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:447:53: note: Function 'gdaui_entry_wrapper_get_value_type' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:459:48: style: Function 'gdaui_entry_wrapper_set_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:49:79: note: Function 'gdaui_entry_wrapper_set_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:459:48: note: Function 'gdaui_entry_wrapper_set_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:489:48: style: Function 'gdaui_entry_wrapper_get_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:50:79: note: Function 'gdaui_entry_wrapper_get_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:489:48: note: Function 'gdaui_entry_wrapper_get_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:516:52: style: Function 'gdaui_entry_wrapper_set_ref_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:51:79: note: Function 'gdaui_entry_wrapper_set_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:516:52: note: Function 'gdaui_entry_wrapper_set_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:567:52: style: Function 'gdaui_entry_wrapper_get_ref_value' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:52:79: note: Function 'gdaui_entry_wrapper_get_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:567:52: note: Function 'gdaui_entry_wrapper_get_ref_value' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:576:56: style: Function 'gdaui_entry_wrapper_set_value_default' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:53:79: note: Function 'gdaui_entry_wrapper_set_value_default' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:576:56: note: Function 'gdaui_entry_wrapper_set_value_default' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:609:53: style: Function 'gdaui_entry_wrapper_set_attributes' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:54:79: note: Function 'gdaui_entry_wrapper_set_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:609:53: note: Function 'gdaui_entry_wrapper_set_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:722:53: style: Function 'gdaui_entry_wrapper_get_attributes' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:55:79: note: Function 'gdaui_entry_wrapper_get_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:722:53: note: Function 'gdaui_entry_wrapper_get_attributes' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:813:50: style: Function 'gdaui_entry_wrapper_get_handler' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:56:79: note: Function 'gdaui_entry_wrapper_get_handler' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:813:50: note: Function 'gdaui_entry_wrapper_get_handler' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:827:51: style: Function 'gdaui_entry_wrapper_set_editable' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:57:79: note: Function 'gdaui_entry_wrapper_set_editable' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:827:51: note: Function 'gdaui_entry_wrapper_set_editable' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:843:51: style: Function 'gdaui_entry_wrapper_get_editable' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:58:79: note: Function 'gdaui_entry_wrapper_get_editable' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:843:51: note: Function 'gdaui_entry_wrapper_get_editable' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:854:49: style: Function 'gdaui_entry_wrapper_grab_focus' argument 1 names different: declaration 'de' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:59:79: note: Function 'gdaui_entry_wrapper_grab_focus' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:854:49: note: Function 'gdaui_entry_wrapper_grab_focus' argument 1 names different: declaration 'de' definition 'iface'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry-wrapper.c:712:12: style: Variable 'current' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry.c:187:15: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry.c:188:9: style: The scope of the variable 'otext' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry.c:313:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry.c:583:64: style: Function 'insert_text_cb' argument 3 names different: declaration 'length' definition 'text_length'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry.c:85:76: note: Function 'insert_text_cb' argument 3 names different: declaration 'length' definition 'text_length'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-entry.c:583:64: note: Function 'insert_text_cb' argument 3 names different: declaration 'length' definition 'text_length'.
libgda-5.2.4/libgda-ui/data-entries/gdaui-formatted-entry.c:150:15: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:134:72: style: Function 'gdaui_data_cell_renderer_password_init' argument 1 names different: declaration 'celltext' definition 'datacell'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:32:95: note: Function 'gdaui_data_cell_renderer_password_init' argument 1 names different: declaration 'celltext' definition 'datacell'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:134:72: note: Function 'gdaui_data_cell_renderer_password_init' argument 1 names different: declaration 'celltext' definition 'datacell'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:236:7: style: Function 'gdaui_data_cell_renderer_password_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:39:21: note: Function 'gdaui_data_cell_renderer_password_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:236:7: note: Function 'gdaui_data_cell_renderer_password_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:448:8: style: Function 'gdaui_data_cell_renderer_password_start_editing' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:60:33: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:448:8: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:449:8: style: Function 'gdaui_data_cell_renderer_password_start_editing' argument 3 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:61:33: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 3 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:449:8: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 3 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:451:8: style: Function 'gdaui_data_cell_renderer_password_start_editing' argument 5 names different: declaration 'background_area' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:63:33: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 5 names different: declaration 'background_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:451:8: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 5 names different: declaration 'background_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:452:8: style: Function 'gdaui_data_cell_renderer_password_start_editing' argument 6 names different: declaration 'cell_area' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:64:33: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 6 names different: declaration 'cell_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:452:8: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 6 names different: declaration 'cell_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:453:8: style: Function 'gdaui_data_cell_renderer_password_start_editing' argument 7 names different: declaration 'flags' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:65:33: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 7 names different: declaration 'flags' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:453:8: note: Function 'gdaui_data_cell_renderer_password_start_editing' argument 7 names different: declaration 'flags' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-password.c:316:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:143:64: style: Function 'gdaui_data_cell_renderer_pict_init' argument 1 names different: declaration 'celltext' definition 'cell'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:42:87: note: Function 'gdaui_data_cell_renderer_pict_init' argument 1 names different: declaration 'celltext' definition 'cell'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:143:64: note: Function 'gdaui_data_cell_renderer_pict_init' argument 1 names different: declaration 'celltext' definition 'cell'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:437:7: style: Function 'gdaui_data_cell_renderer_pict_activate' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:58:37: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:437:7: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:440:7: style: Function 'gdaui_data_cell_renderer_pict_activate' argument 5 names different: declaration 'background_area' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:61:37: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 5 names different: declaration 'background_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:440:7: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 5 names different: declaration 'background_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:441:7: style: Function 'gdaui_data_cell_renderer_pict_activate' argument 6 names different: declaration 'cell_area' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:62:37: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 6 names different: declaration 'cell_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:441:7: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 6 names different: declaration 'cell_area' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:442:7: style: Function 'gdaui_data_cell_renderer_pict_activate' argument 7 names different: declaration 'flags' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:63:37: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 7 names different: declaration 'flags' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:442:7: note: Function 'gdaui_data_cell_renderer_pict_activate' argument 7 names different: declaration 'flags' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-data-cell-renderer-pict.c:328:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:215:8: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:108:41: style: Function 'gdaui_entry_cidr_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_cidr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:31:53: note: Function 'gdaui_entry_cidr_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_cidr'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:108:41: note: Function 'gdaui_entry_cidr_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_cidr'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:499:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:498:7: note: Assignment 'i=31', assigned value is 31
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-cidr.c:499:16: note: Shift
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-filesel.c:95:47: style: Function 'gdaui_entry_filesel_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_filesel'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-filesel.c:31:59: note: Function 'gdaui_entry_filesel_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_filesel'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-filesel.c:95:47: note: Function 'gdaui_entry_filesel_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_filesel'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-format.c:93:45: style: Function 'gdaui_entry_format_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_format'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-format.c:30:57: note: Function 'gdaui_entry_format_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_format'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-format.c:93:45: note: Function 'gdaui_entry_format_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_format'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-password.c:100:49: style: Function 'gdaui_entry_password_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_password'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-password.c:30:61: note: Function 'gdaui_entry_password_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_password'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-password.c:100:49: note: Function 'gdaui_entry_password_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_password'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:115:40: style: Function 'gdaui_entry_pict_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_pict'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:40:52: note: Function 'gdaui_entry_pict_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_pict'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:115:40: note: Function 'gdaui_entry_pict_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_pict'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:318:27: style: Function 'popup_menu_cb' argument 1 names different: declaration 'button' definition 'widget'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:209:43: note: Function 'popup_menu_cb' argument 1 names different: declaration 'button' definition 'widget'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:318:27: note: Function 'popup_menu_cb' argument 1 names different: declaration 'button' definition 'widget'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:325:22: style: Function 'event_cb' argument 1 names different: declaration 'button' definition 'widget'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:210:38: note: Function 'event_cb' argument 1 names different: declaration 'button' definition 'widget'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-pict.c:325:22: note: Function 'event_cb' argument 1 names different: declaration 'button' definition 'widget'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-rt.c:186:20: style: The scope of the variable 'dh' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-rt.c:187:11: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-rt.c:94:36: style: Function 'gdaui_entry_rt_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_rt'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-rt.c:31:49: note: Function 'gdaui_entry_rt_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_rt'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-rt.c:94:36: note: Function 'gdaui_entry_rt_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_rt'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-text.c:314:20: style: The scope of the variable 'dh' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-text.c:315:11: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-text.c:110:40: style: Function 'gdaui_entry_text_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_text'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-text.c:44:53: note: Function 'gdaui_entry_text_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_text'.
libgda-5.2.4/libgda-ui/data-entries/plugins/gdaui-entry-text.c:110:40: note: Function 'gdaui_entry_text_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_text'.
libgda-5.2.4/libgda-ui/data-entries/widget-embedder.c:410:20: style: The scope of the variable 'surface' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/data-entries/widget-embedder.c:251:36: style: Function 'widget_embedder_add' argument 2 names different: declaration 'child' definition 'widget'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/data-entries/widget-embedder.c:39:65: note: Function 'widget_embedder_add' argument 2 names different: declaration 'child' definition 'widget'.
libgda-5.2.4/libgda-ui/data-entries/widget-embedder.c:251:36: note: Function 'widget_embedder_add' argument 2 names different: declaration 'child' definition 'widget'.
libgda-5.2.4/libgda-ui/demos/form_model_change.c:79:23: style: The scope of the variable 'rb' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/demos/grid_model_change.c:79:23: style: The scope of the variable 'rb' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/demos/main.c:825:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/demos/main.c:821:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:825:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:828:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/demos/main.c:825:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:828:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:831:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/demos/main.c:828:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:831:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:835:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/demos/main.c:831:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:835:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:838:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/demos/main.c:835:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:838:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:842:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/demos/main.c:838:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:842:2: note: Variable 'tag' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/demos/main.c:358:9: style: The scope of the variable 'start_ptr' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/demos/main.c:539:13: style: The scope of the variable 'window' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/demos/main.c:597:24: style: The scope of the variable 'font_desc' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/demos/main.c:842:8: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:725:4: style: Variable 'can_expand' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:724:0: note: Variable 'can_expand' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:725:4: note: Variable 'can_expand' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:1824:4: style: Variable 'values' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:1822:0: note: Variable 'values' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:1824:4: note: Variable 'values' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:2245:9: style: Variable 'root_node' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:2244:0: note: Variable 'root_node' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:2245:9: note: Variable 'root_node' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:209:51: style: Function 'gdaui_basic_form_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:39:64: note: Function 'gdaui_basic_form_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda-ui/gdaui-basic-form.c:209:51: note: Function 'gdaui_basic_form_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:692:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-cloud.c:686:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:692:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:775:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-cloud.c:773:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:775:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:259:18: style: The scope of the variable 'cvalue' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-cloud.c:138:42: style: Function 'gdaui_cloud_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-cloud.c:31:55: note: Function 'gdaui_cloud_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:138:42: note: Function 'gdaui_cloud_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:344:31: style: Function 'gdaui_cloud_init' argument 1 names different: declaration 'wid' definition 'cloud'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-cloud.c:32:43: note: Function 'gdaui_cloud_init' argument 1 names different: declaration 'wid' definition 'cloud'.
libgda-5.2.4/libgda-ui/gdaui-cloud.c:344:31: note: Function 'gdaui_cloud_init' argument 1 names different: declaration 'wid' definition 'cloud'.
libgda-5.2.4/libgda-ui/gdaui-combo.c:460:20: style: The scope of the variable 'renderer' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-combo.c:833:17: style: The scope of the variable 'cvalue' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-combo.c:199:12: style: Function 'gdaui_combo_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-combo.c:47:17: note: Function 'gdaui_combo_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'.
libgda-5.2.4/libgda-ui/gdaui-combo.c:199:12: note: Function 'gdaui_combo_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'.
libgda-5.2.4/libgda-ui/gdaui-data-proxy-info.c:763:19: style: The scope of the variable 'list' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-data-proxy-info.c:115:60: style: Function 'gdaui_data_proxy_info_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-data-proxy-info.c:31:73: note: Function 'gdaui_data_proxy_info_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda-ui/gdaui-data-proxy-info.c:115:60: note: Function 'gdaui_data_proxy_info_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda-ui/gdaui-data-proxy-info.c:810:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/libgda-ui/gdaui-data-store.c:737:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-form.c:270:16: style: The scope of the variable 'model' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-form.c:192:29: style: Function 'gdaui_form_init' argument 1 names different: declaration 'wid' definition 'form'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-form.c:33:41: note: Function 'gdaui_form_init' argument 1 names different: declaration 'wid' definition 'form'.
libgda-5.2.4/libgda-ui/gdaui-form.c:192:29: note: Function 'gdaui_form_init' argument 1 names different: declaration 'wid' definition 'form'.
libgda-5.2.4/libgda-ui/gdaui-grid.c:182:29: style: Function 'gdaui_grid_init' argument 1 names different: declaration 'wid' definition 'grid'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-grid.c:33:41: note: Function 'gdaui_grid_init' argument 1 names different: declaration 'wid' definition 'grid'.
libgda-5.2.4/libgda-ui/gdaui-grid.c:182:29: note: Function 'gdaui_grid_init' argument 1 names different: declaration 'wid' definition 'grid'.
libgda-5.2.4/libgda-ui/gdaui-init.c:697:2: style: Variable 'isofile' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-init.c:684:0: note: Variable 'isofile' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-init.c:697:2: note: Variable 'isofile' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-login.c:233:15: style: Function 'gdaui_login_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-login.c:54:17: note: Function 'gdaui_login_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'.
libgda-5.2.4/libgda-ui/gdaui-login.c:233:15: note: Function 'gdaui_login_set_property' argument 2 names different: declaration 'paramid' definition 'param_id'.
libgda-5.2.4/libgda-ui/gdaui-provider-selector.c:162:15: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-form.c:504:14: style: The scope of the variable 'param' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-form.c:646:17: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:1125:3: style: Variable 'values' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:1104:0: note: Variable 'values' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:1125:3: note: Variable 'values' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2747:9: style: Variable 'root_node' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2746:0: note: Variable 'root_node' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2747:9: note: Variable 'root_node' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:3310:2: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:3297:0: note: Variable 'pos' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:3310:2: note: Variable 'pos' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2338:16: warning: Redundant assignment of 'model_to_use' to itself. [selfAssignment]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:1491:15: style: The scope of the variable 'path' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:1810:22: style: The scope of the variable 'renderer' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2328:10: style: The scope of the variable 'path' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2796:13: style: The scope of the variable 'param' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2797:14: style: The scope of the variable 'cdata' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2798:17: style: The scope of the variable 'group' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2993:15: style: The scope of the variable 'path' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:376:36: style: Function 'gdaui_raw_grid_init' argument 1 names different: declaration 'wid' definition 'grid'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:38:48: note: Function 'gdaui_raw_grid_init' argument 1 names different: declaration 'wid' definition 'grid'.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:376:36: note: Function 'gdaui_raw_grid_init' argument 1 names different: declaration 'wid' definition 'grid'.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2879:59: style: Function 'paramlist_public_data_changed_cb' argument 1 names different: declaration 'paramlist' definition 'info'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:56:57: note: Function 'paramlist_public_data_changed_cb' argument 1 names different: declaration 'paramlist' definition 'info'.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:2879:59: note: Function 'paramlist_public_data_changed_cb' argument 1 names different: declaration 'paramlist' definition 'info'.
libgda-5.2.4/libgda-ui/gdaui-raw-grid.c:132:30: style: struct member '_GdauiRawGridPriv::reordered_indexes' is never used. [unusedStructMember]
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:1220:30: style: Redundant condition: If 'retval == 15', the comparison 'retval != 0' is always true. [redundantCondition]
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:1225:31: style: Redundant condition: If 'retval == 15', the comparison 'retval != 0' is always true. [redundantCondition]
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:1481:26: style: Redundant condition: move_forward_first. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:715:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:713:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:715:4: note: Variable 'ret' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:301:38: style: Function 'gdaui_rt_editor_init' argument 1 names different: declaration 'wid' definition 'rte'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:34:50: note: Function 'gdaui_rt_editor_init' argument 1 names different: declaration 'wid' definition 'rte'.
libgda-5.2.4/libgda-ui/gdaui-rt-editor.c:301:38: note: Function 'gdaui_rt_editor_init' argument 1 names different: declaration 'wid' definition 'rte'.
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:739:7: style: Condition '!container' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:728:26: note: Assignment 'container=NULL', assigned value is 0
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:739:7: note: Condition '!container' is always true
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:546:21: style: The scope of the variable 'wid' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:546:27: style: The scope of the variable 'image' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:636:17: style: The scope of the variable 'parent' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:1231:65: style: Function 'create_table_grid_fields_iter_row_changed_cb' argument 1 names different: declaration 'grid_iter' definition 'iter1'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:1126:77: note: Function 'create_table_grid_fields_iter_row_changed_cb' argument 1 names different: declaration 'grid_iter' definition 'iter1'.
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:1231:65: note: Function 'create_table_grid_fields_iter_row_changed_cb' argument 1 names different: declaration 'grid_iter' definition 'iter1'.
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:1231:100: style: Function 'create_table_grid_fields_iter_row_changed_cb' argument 3 names different: declaration 'form_iter' definition 'iter2'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:1127:28: note: Function 'create_table_grid_fields_iter_row_changed_cb' argument 3 names different: declaration 'form_iter' definition 'iter2'.
libgda-5.2.4/libgda-ui/gdaui-server-operation.c:1231:100: note: Function 'create_table_grid_fields_iter_row_changed_cb' argument 3 names different: declaration 'form_iter' definition 'iter2'.
libgda-5.2.4/libgda-ui/gdaui-set.c:64:18: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-ui/gdaui-set.c:63:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda-ui/gdaui-set.c:64:18: note: Condition 'type==0' is always true
libgda-5.2.4/libgda-ui/gdaui-set.c:244:18: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda-ui/gdaui-set.c:243:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda-ui/gdaui-set.c:244:18: note: Condition 'type==0' is always true
libgda-5.2.4/libgda-ui/gdaui-set.c:176:12: warning: Redundant assignment of 'sg->group' to itself. [selfAssignment]
libgda-5.2.4/libgda-ui/gdaui-set.c:334:12: warning: Redundant assignment of 's->source' to itself. [selfAssignment]
libgda-5.2.4/libgda-ui/gdaui-set.c:591:27: style: Function 'gdaui_set_init' argument 1 names different: declaration 'wid' definition 'set'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-set.c:465:39: note: Function 'gdaui_set_init' argument 1 names different: declaration 'wid' definition 'set'.
libgda-5.2.4/libgda-ui/gdaui-set.c:591:27: note: Function 'gdaui_set_init' argument 1 names different: declaration 'wid' definition 'set'.
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:769:15: style: The scope of the variable 'parent' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:1103:70: style: Function 'tree_store_row_draggable' argument 2 names different: declaration 'dest' definition 'dest_path'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:110:21: note: Function 'tree_store_row_draggable' argument 2 names different: declaration 'dest' definition 'dest_path'.
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:1103:70: note: Function 'tree_store_row_draggable' argument 2 names different: declaration 'dest' definition 'dest_path'.
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:1153:30: style: Function 'tree_store_drag_data_received' argument 2 names different: declaration 'dest' definition 'dest_path'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:122:21: note: Function 'tree_store_drag_data_received' argument 2 names different: declaration 'dest' definition 'dest_path'.
libgda-5.2.4/libgda-ui/gdaui-tree-store.c:1153:30: note: Function 'tree_store_drag_data_received' argument 2 names different: declaration 'dest' definition 'dest_path'.
libgda-5.2.4/libgda-ui/internal/gdaui-provider-auth-editor.c:440:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/internal/gdaui-provider-auth-editor.c:439:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/internal/gdaui-provider-auth-editor.c:440:3: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/internal/gdaui-provider-auth-editor.c:445:11: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/internal/gdaui-provider-spec-editor.c:123:4: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/internal/gdaui-provider-spec-editor.c:122:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/internal/gdaui-provider-spec-editor.c:123:4: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/internal/gdaui-provider-spec-editor.c:128:12: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/libgda-ui/internal/utility.c:215:2: style: Variable 'attributes' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-ui/internal/utility.c:201:0: note: Variable 'attributes' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/internal/utility.c:215:2: note: Variable 'attributes' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-ui/internal/utility.c:560:95: style: Function 'tree_view_button_pressed_cb' argument 3 names different: declaration 'unuseddata' definition 'data'. [funcArgNamesDifferent]
libgda-5.2.4/libgda-ui/internal/utility.c:542:97: note: Function 'tree_view_button_pressed_cb' argument 3 names different: declaration 'unuseddata' definition 'data'.
libgda-5.2.4/libgda-ui/internal/utility.c:560:95: note: Function 'tree_view_button_pressed_cb' argument 3 names different: declaration 'unuseddata' definition 'data'.
libgda-5.2.4/libgda-xslt/sql_backend.c:492:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgda-5.2.4/libgda-xslt/sql_backend.c:494:10: style: The scope of the variable 'plist' can be reduced. [variableScope]
libgda-5.2.4/libgda-xslt/sql_exslt_internal.c:80:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-xslt/sql_exslt_internal.c:76:2: note: Variable 'res' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-xslt/sql_exslt_internal.c:80:2: note: Variable 'res' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-xslt/sqlexslt.c:86:2: style: Variable 'local' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda-xslt/sqlexslt.c:84:0: note: Variable 'local' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda-xslt/sqlexslt.c:86:2: note: Variable 'local' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/binreloc/gda-binreloc.c:226:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/binreloc/gda-binreloc.c:181:6: note: outer condition: !prefix
libgda-5.2.4/libgda/binreloc/gda-binreloc.c:226:7: note: identical inner condition: !prefix
libgda-5.2.4/libgda/binreloc/gda-binreloc.c:226:7: style: Condition '!prefix' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/binreloc/gda-binreloc.c:181:6: note: Assuming that condition '!prefix' is not redundant
libgda-5.2.4/libgda/binreloc/gda-binreloc.c:226:7: note: Condition '!prefix' is always true
libgda-5.2.4/libgda/data/Catalog.c:359:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:358:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:359:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:374:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:374:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:390:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:387:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:390:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:391:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:388:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:391:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:403:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:401:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:403:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:413:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:411:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:413:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:424:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:422:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:424:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:435:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:432:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:435:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:436:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:433:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:436:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:448:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:446:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:448:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:459:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:456:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:459:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:460:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Catalog.c:457:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:460:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Catalog.c:155:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:156:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:157:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:158:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:159:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:160:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:161:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:162:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:163:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:164:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:165:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:168:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:169:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:170:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:171:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:172:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:173:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:174:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:175:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:205:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:206:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:207:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:208:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:211:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:212:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:217:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:218:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:219:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:220:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:221:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:222:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:223:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:224:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:225:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:226:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:227:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:228:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:229:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:230:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:235:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:236:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:237:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:238:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:239:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:240:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:241:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:242:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:243:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:244:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:245:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:246:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:247:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:248:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:249:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:254:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:255:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:256:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Catalog.c:335:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/Catalog.c:341:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/Catalog.c:347:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/Catalog.c:353:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DataBase.c:379:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:366:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:379:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:380:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:367:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:380:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:384:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:382:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:384:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:385:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:383:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:385:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:408:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:406:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:408:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:498:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:497:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:498:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:513:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:511:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:513:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:524:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:521:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:524:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:525:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:522:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:525:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:535:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:547:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:547:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:558:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:558:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:569:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:566:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:569:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:570:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:567:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:570:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:584:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:580:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:584:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:585:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:581:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:585:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:586:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:582:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:586:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:635:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DataBase.c:632:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:635:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DataBase.c:162:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:163:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:179:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:180:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:181:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:182:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:183:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:184:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:185:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:186:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:187:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:188:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:189:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:192:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:193:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:194:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:195:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:196:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:197:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:198:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:199:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:229:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:230:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:231:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:232:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:235:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:236:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:241:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:242:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:243:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:244:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:245:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:246:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:247:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:248:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:249:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:250:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:251:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:252:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:253:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:254:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:259:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:260:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:261:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:262:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:263:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:264:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:265:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:266:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:267:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:268:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:269:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:270:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:271:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:272:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:273:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:278:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:279:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:280:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DataBase.c:480:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DataBase.c:486:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DataBase.c:492:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DbCatalog.c:113:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:114:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:115:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:116:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:117:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:118:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:119:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:120:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:125:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:126:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:142:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:143:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:144:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:145:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:146:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:147:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:148:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:149:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:150:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:151:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:152:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:153:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:154:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:155:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:156:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:157:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:158:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:159:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:160:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:161:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:162:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:192:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:193:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:194:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:195:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:196:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:197:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:198:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:199:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:204:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:205:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:206:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:207:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:208:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:209:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:210:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:211:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:212:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:213:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:214:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:215:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:216:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:217:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:222:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:223:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:224:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:225:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:226:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:227:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:228:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:229:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:230:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:231:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:232:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:233:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:234:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:235:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:236:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:241:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:242:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCatalog.c:243:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:121:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:122:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:123:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:124:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:125:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:126:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:127:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:128:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:133:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:134:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:139:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:140:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:156:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:157:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:158:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:159:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:160:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:161:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:162:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:163:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:164:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:165:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:166:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:167:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:168:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:169:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:170:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:171:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:172:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:173:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:174:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:175:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:176:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:206:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:207:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:208:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:209:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:210:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:211:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:212:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:213:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:218:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:219:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:220:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:221:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:222:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:223:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:224:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:225:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:226:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:227:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:228:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:229:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:230:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:231:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:236:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:237:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:238:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:239:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:240:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:241:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:242:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:243:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:244:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:245:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:246:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:247:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:248:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:249:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:250:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:255:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:256:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbCollection.c:257:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbField.c:96:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:93:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:96:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:94:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:124:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:123:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:124:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:131:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:130:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:131:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:138:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:137:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:138:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:145:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:144:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:145:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:152:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:151:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:152:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:159:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:158:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:159:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:166:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:165:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:166:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:173:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:172:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:173:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:180:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:179:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:180:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:187:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:186:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:187:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:194:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:193:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:194:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:249:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:231:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:249:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:250:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:232:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:250:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:251:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:233:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:251:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:252:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:234:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:252:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:253:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:235:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:253:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:278:3: style: Variable 'att_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:274:0: note: Variable 'att_collection' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:278:3: note: Variable 'att_collection' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:290:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:286:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:290:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:298:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:295:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:298:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:329:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:326:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:329:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:330:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:327:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:330:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:331:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:325:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:331:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:341:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:338:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:341:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:342:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:339:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:342:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:343:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:337:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:343:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:353:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:350:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:353:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:354:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:351:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:354:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:355:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:349:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:355:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:365:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:362:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:365:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:366:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:363:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:366:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:367:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:361:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:367:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:389:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:379:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:389:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:405:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:393:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:405:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:406:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:394:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:406:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:412:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:410:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:412:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:413:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:411:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:413:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:420:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:419:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:420:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:425:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:424:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:425:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:438:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:436:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:438:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:439:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:437:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:439:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:446:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:445:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:446:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:451:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:450:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:451:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:477:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:474:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:477:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:478:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:475:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:478:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:479:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:476:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:479:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:490:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:487:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:490:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:491:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:488:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:491:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:492:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:489:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:492:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:503:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:500:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:503:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:505:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:502:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:505:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:516:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:513:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:516:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:517:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:514:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:517:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:518:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:515:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:518:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:529:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:526:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:529:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:530:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:527:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:530:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:531:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:528:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:531:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:544:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:540:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:544:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:545:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:539:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:545:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:546:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:541:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:546:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:547:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:542:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:547:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:549:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:543:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:549:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:567:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:565:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:567:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:593:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:574:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:593:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:594:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:575:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:594:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:595:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:576:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:595:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:596:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:577:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:596:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:597:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:578:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:597:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:598:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:579:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:598:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:601:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:582:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:601:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:602:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:583:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:602:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:603:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:584:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:603:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:604:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:585:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:604:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:605:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:586:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:605:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:606:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:587:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:606:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:607:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:588:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:607:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:608:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:589:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:608:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:609:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:590:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:609:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:610:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:591:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:610:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:611:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:592:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:611:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:615:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbField.c:573:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:615:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbField.c:270:22: style: Variable '_attributes_size_' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DbField.c:279:28: style: Variable 'att_collection_length1' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DbField.c:276:0: style: Variable '_att_collection_size_' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/DbFieldInfo.c:388:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:385:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:388:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:397:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:386:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:397:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:412:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:410:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:412:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:413:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:409:0: note: Variable 'str' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:413:2: note: Variable 'str' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:417:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:415:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:417:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:418:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:416:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:418:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:425:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:423:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:425:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:426:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:424:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:426:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:433:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:431:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:433:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:434:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:432:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:434:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:441:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:439:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:441:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:442:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:440:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:442:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:449:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:447:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:449:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:450:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:448:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:450:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:457:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:455:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:457:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:458:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:456:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:458:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:465:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:463:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:465:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:466:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:464:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:466:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:473:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:471:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:473:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:474:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:472:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:474:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:481:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:480:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:481:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:504:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:493:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:504:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:581:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:573:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:581:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:582:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:574:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:582:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:583:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:575:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:583:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:584:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:576:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:584:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:585:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:577:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:585:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:596:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:593:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:596:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:636:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:617:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:636:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:637:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:618:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:637:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:638:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:619:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:638:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:639:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:620:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:639:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:640:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:621:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:640:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:660:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:657:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:660:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:674:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:671:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:674:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:688:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:685:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:688:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:702:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:699:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:702:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:724:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:722:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:724:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:762:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:732:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:762:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:763:2: style: Variable 'fk' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:731:0: note: Variable 'fk' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:763:2: note: Variable 'fk' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:764:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:733:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:764:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:765:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:734:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:765:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:770:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:767:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:770:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:771:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:768:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:771:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:772:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:769:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:772:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:780:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:779:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:780:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:788:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:784:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:788:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:789:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:785:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:789:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:790:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:786:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:790:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:791:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:787:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:791:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:802:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:800:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:802:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:803:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:801:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:803:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:956:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:953:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:956:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:960:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:954:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:960:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:977:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:976:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:977:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:984:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:983:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:984:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1002:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:999:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1002:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1034:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1031:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1034:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1041:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1032:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1041:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1058:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1057:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1058:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1065:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1064:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1065:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1072:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1071:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1072:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1079:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1078:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1079:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1086:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1085:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1086:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1109:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1101:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1109:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1170:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1167:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1170:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1171:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1168:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1171:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1172:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1169:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1172:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1191:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1192:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1213:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1193:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1213:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1263:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1255:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1263:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1264:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1256:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1264:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1265:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1257:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1265:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1266:3: style: Variable '_rc_list' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1254:0: note: Variable '_rc_list' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1266:3: note: Variable '_rc_list' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1267:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1259:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1267:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1338:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1315:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1338:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1339:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1314:0: note: Variable 's' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1339:2: note: Variable 's' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1349:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1342:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1349:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1350:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1343:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1350:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1351:3: style: Variable '_str_list' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1341:0: note: Variable '_str_list' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1351:3: note: Variable '_str_list' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1352:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1345:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1352:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1427:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1425:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1427:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1437:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1434:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1437:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1438:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1435:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1438:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1448:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1446:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1448:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1458:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1455:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1458:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1459:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1456:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1459:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1469:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1467:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1469:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1476:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1480:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1477:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1480:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1490:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1488:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1490:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1500:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1497:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1500:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1501:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbFieldInfo.c:1498:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:1501:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbFieldInfo.c:169:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:170:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:171:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:172:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:173:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:174:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:175:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:176:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:187:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:188:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:189:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:194:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:195:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:225:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:227:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:228:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:231:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:237:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:238:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:239:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:240:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:241:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:242:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:243:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:245:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:246:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:247:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:248:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:249:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:250:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:255:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:256:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:259:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:260:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:261:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:262:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:263:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:264:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:265:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:266:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:267:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:268:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbFieldInfo.c:269:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:364:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:358:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:364:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:365:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:359:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:365:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:366:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:360:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:366:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:367:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:361:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:367:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:368:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:362:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:368:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:369:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:363:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:369:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:379:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:373:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:379:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:380:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:374:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:380:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:407:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:401:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:407:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:408:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:402:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:408:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:409:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:403:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:409:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:410:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:404:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:410:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:411:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:405:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:411:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:412:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:406:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:412:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:422:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:416:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:422:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:423:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:417:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:423:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:467:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:467:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:468:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:463:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:468:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:469:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:464:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:469:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:473:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:471:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:473:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:474:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:472:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:474:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:489:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:480:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:489:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:490:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:481:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:490:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:491:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:482:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:491:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:492:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:483:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:492:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:493:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:484:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:493:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:494:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:485:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:494:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:495:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:486:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:495:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:496:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:487:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:496:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:497:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:488:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:497:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:511:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:505:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:511:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:512:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:506:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:512:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:513:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:507:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:513:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:514:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:508:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:514:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:515:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:509:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:515:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:516:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:510:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:516:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:525:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:520:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:525:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:526:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:521:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:526:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:542:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:535:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:542:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:543:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:536:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:543:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:544:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:537:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:544:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:545:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:538:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:545:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:546:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:534:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:546:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:591:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:585:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:591:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:592:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:586:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:592:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:593:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:587:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:593:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:594:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:588:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:594:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:595:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:589:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:595:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:596:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:590:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:596:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:605:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:600:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:605:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:606:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:601:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:606:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:622:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:615:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:622:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:623:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:616:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:623:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:624:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:617:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:624:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:625:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:618:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:625:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:626:5: style: Variable 'ktmp' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbRecord.c:614:0: note: Variable 'ktmp' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:626:5: note: Variable 'ktmp' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbRecord.c:114:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:115:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:116:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:117:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:118:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:119:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:120:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:121:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:143:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:144:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:145:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:146:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:147:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:152:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:153:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:169:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:170:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:172:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:173:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:174:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:175:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:176:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:177:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:178:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:179:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:180:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:181:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:182:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:183:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:184:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:185:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:186:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:187:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:188:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:189:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:194:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:195:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:196:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:201:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:202:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:220:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:221:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:222:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:223:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:224:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:225:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:226:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:227:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:228:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:229:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:230:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecord.c:232:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:121:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:122:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:123:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:124:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:127:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:128:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:133:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:134:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:150:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:151:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:152:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:153:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:154:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:155:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:156:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:157:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:158:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:159:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:160:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:161:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:162:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:163:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:164:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:165:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:166:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:167:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:168:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:169:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:170:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:175:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:176:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:177:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:182:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:183:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:213:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:214:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:215:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:216:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:217:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:218:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:219:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:220:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:225:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:226:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:227:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:228:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:229:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:230:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:231:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:232:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:233:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:234:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:236:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:237:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:238:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:243:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:244:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:245:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:246:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:247:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:248:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:249:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:250:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:251:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:252:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:253:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:254:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:255:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:256:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbRecordCollection.c:257:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:113:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:114:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:115:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:116:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:117:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:118:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:119:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:120:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:125:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:126:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:131:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:132:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:148:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:149:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:150:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:151:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:152:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:153:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:154:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:155:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:156:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:157:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:158:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:159:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:160:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:161:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:162:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:163:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:164:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:165:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:166:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:167:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:168:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:198:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:199:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:200:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:201:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:202:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:203:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:204:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:205:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:210:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:211:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:212:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:213:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:214:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:215:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:216:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:217:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:218:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:219:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:220:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:221:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:222:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:223:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:228:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:229:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:230:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:231:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:234:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:235:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:236:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:237:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:238:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:239:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:240:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:241:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbSchema.c:242:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:312:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:304:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:312:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:386:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:386:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:387:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:387:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:388:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:383:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:388:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:389:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:384:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:389:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:390:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:385:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:390:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:399:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:394:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:399:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:400:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:395:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:400:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:415:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:409:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:415:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:416:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:410:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:416:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:417:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:411:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:417:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:418:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:412:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:418:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:419:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:413:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:419:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:420:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:414:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:420:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:435:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:424:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:435:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:436:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:425:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:436:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:453:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:450:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:453:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:454:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:451:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:454:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:455:7: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:452:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:455:7: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:496:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:491:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:496:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:497:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:492:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:497:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:498:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:493:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:498:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:499:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:494:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:499:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:500:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:495:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:500:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:511:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:504:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:511:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:512:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:505:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:512:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:528:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:522:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:528:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:529:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:523:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:529:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:530:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:524:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:530:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:531:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:525:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:531:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:532:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:526:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:532:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:533:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:527:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:533:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:548:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:537:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:548:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:549:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:538:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:549:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:567:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:563:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:567:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:568:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:564:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:568:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:569:7: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/DbTable.c:565:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:569:7: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/DbTable.c:463:8: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgda-5.2.4/libgda/data/DbTable.c:114:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:115:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:116:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:117:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:118:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:119:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:120:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:121:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:126:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:127:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:145:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:146:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:147:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:148:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:149:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:150:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:151:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:152:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:153:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:154:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:155:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:156:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:157:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:158:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:159:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:160:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:161:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:162:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:163:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:170:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:175:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:176:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:206:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:207:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:208:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:209:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:210:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:211:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:212:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:213:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:218:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:220:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:222:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:223:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:224:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:225:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:226:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:227:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:228:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:229:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/DbTable.c:231:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Field.c:135:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:135:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:136:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:129:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:136:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:137:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:130:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:137:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:132:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:143:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:133:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:143:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:160:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:158:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:160:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:181:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:178:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:181:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:182:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:179:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:182:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:193:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:191:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:193:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:204:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:201:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:204:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:205:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:202:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:205:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:217:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Field.c:215:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Field.c:217:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:179:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:178:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:179:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:216:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:214:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:216:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:226:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:224:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:226:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:256:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:284:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:278:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:284:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:285:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:279:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:285:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:296:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:294:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:296:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:307:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:304:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:307:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:308:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:305:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:308:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:320:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:320:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:331:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:328:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:331:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:332:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:329:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:332:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:386:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:384:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:386:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:407:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:401:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:407:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:408:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/FieldInfo.c:402:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/FieldInfo.c:408:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1747:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Record.c:1749:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Record.c:1746:13: note: Assignment '_tmp23_=e', assigned value is 0
libgda-5.2.4/libgda/data/Record.c:1747:13: note: Null pointer dereference
libgda-5.2.4/libgda/data/Record.c:389:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:382:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:389:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:390:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:383:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:390:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:391:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:384:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:391:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:392:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:381:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:392:2: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:393:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:385:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:393:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:394:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:386:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:394:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:395:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:380:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:395:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:413:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:406:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:413:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:414:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:407:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:414:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:415:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:408:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:415:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:416:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:409:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:416:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:417:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:410:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:417:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:434:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:420:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:434:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:435:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:421:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:435:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:436:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:422:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:436:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:437:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:423:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:437:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:438:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:424:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:438:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:439:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:419:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:439:3: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:440:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:425:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:440:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:441:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:426:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:441:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:442:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:427:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:442:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:443:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:428:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:443:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:445:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:429:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:445:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:446:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:430:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:446:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:447:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:431:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:447:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:448:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:432:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:448:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:449:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:433:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:449:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:467:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:454:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:467:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:468:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:455:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:468:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:469:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:456:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:469:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:470:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:457:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:470:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:471:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:453:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:471:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:472:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:458:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:472:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:473:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:459:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:473:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:474:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:460:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:474:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:475:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:461:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:475:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:477:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:462:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:477:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:478:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:463:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:478:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:479:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:464:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:479:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:480:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:465:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:480:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:481:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:466:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:481:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:497:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:491:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:497:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:498:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:492:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:498:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:499:2: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:490:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:499:2: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:500:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:493:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:500:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:520:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:515:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:520:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:521:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:516:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:521:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:522:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:517:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:522:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:523:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:514:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:523:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:530:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:538:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:531:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:538:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:539:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:532:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:539:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:540:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:533:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:540:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:541:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:534:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:541:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:558:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:544:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:558:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:559:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:545:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:559:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:560:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:546:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:560:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:561:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:547:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:561:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:562:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:548:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:562:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:563:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:543:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:563:3: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:564:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:549:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:564:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:565:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:550:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:565:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:566:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:551:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:566:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:567:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:552:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:567:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:569:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:553:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:569:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:570:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:554:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:570:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:571:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:555:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:571:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:572:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:556:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:572:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:573:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:557:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:573:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:591:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:578:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:591:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:592:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:579:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:592:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:593:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:580:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:593:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:594:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:581:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:594:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:595:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:577:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:595:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:596:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:582:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:596:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:597:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:583:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:597:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:598:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:584:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:598:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:599:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:585:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:599:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:601:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:586:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:601:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:602:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:587:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:602:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:603:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:588:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:603:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:604:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:589:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:604:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:605:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:590:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:605:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:621:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:615:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:621:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:622:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:616:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:622:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:623:2: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:614:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:623:2: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:624:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:617:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:624:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:639:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:645:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:640:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:645:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:646:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:641:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:646:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:647:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:638:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:647:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:690:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:658:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:690:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:691:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:659:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:691:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:692:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:660:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:692:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:695:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:663:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:695:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:699:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:698:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:699:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:713:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:712:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:713:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:733:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:728:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:733:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:734:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:729:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:734:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:735:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:730:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:735:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:736:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:731:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:736:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:737:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:732:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:737:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:753:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:741:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:753:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:754:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:742:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:754:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:781:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:776:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:781:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:782:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:777:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:782:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:783:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:778:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:783:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:784:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:779:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:784:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:785:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:780:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:785:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:812:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:789:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:812:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:813:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:790:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:813:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:840:5: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:839:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:840:5: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:847:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:843:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:847:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:848:5: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:844:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:848:5: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:849:5: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:845:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:849:5: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:850:5: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:846:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:850:5: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:881:3: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:880:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:881:3: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:928:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:898:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:928:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:929:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:899:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:929:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:933:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:931:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:933:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:934:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:932:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:934:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:951:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:950:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:951:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:974:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:969:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:974:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:975:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:970:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:975:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:976:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:971:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:976:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:977:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:972:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:977:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:978:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:973:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:978:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1005:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:982:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1005:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1006:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:983:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1006:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1033:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1032:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1033:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1040:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1036:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1040:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1041:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1037:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1041:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1042:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1038:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1042:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1043:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1039:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1043:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1075:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1074:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1075:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1088:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1087:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1088:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1190:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1167:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1190:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1191:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1168:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1191:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1192:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1169:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1192:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1195:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1172:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1195:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1199:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1198:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1199:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1220:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1214:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1220:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1221:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1215:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1221:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1222:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1216:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1222:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1223:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1217:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1223:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1224:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1218:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1224:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1225:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1219:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1225:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1241:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1229:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1241:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1242:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1230:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1242:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1282:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1281:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1282:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1339:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1296:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1339:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1340:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1297:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1340:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1341:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1298:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1341:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1344:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1301:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1344:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1348:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1347:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1348:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1369:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1364:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1369:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1370:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1365:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1370:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1371:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1366:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1371:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1372:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1367:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1372:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1373:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1368:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1373:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1400:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1377:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1400:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1401:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1378:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1401:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1428:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1427:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1428:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1435:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1431:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1435:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1436:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1432:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1436:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1437:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1433:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1437:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1438:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1434:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1438:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1508:3: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1507:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1508:3: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1532:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1528:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1532:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1533:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1527:0: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1533:2: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1541:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1541:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1542:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1537:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1542:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1543:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1538:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1543:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1544:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1539:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1544:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1545:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1540:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1545:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1561:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1549:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1561:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1562:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1550:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1562:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1594:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1589:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1594:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1595:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1590:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1595:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1596:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1591:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1596:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1597:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1592:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1597:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1598:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1593:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1598:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1617:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1602:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1617:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1618:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1603:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1618:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1669:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1664:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1669:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1670:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1665:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1670:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1671:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1666:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1671:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1672:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1667:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1672:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1673:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1668:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1673:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1697:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1677:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1697:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1698:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1678:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1698:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1744:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1741:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1744:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1746:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1742:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1746:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1747:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1743:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1747:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1764:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1763:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1764:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1779:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1777:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1779:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1795:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1792:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1795:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1796:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1793:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1796:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1810:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1806:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1810:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1811:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1807:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1811:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1812:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1808:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1812:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1825:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1821:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1825:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1826:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1822:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1826:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1827:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1823:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1827:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1838:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1836:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1838:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1849:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1846:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1849:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1850:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1847:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1850:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1862:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1860:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1862:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1872:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1870:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1872:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1942:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1942:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1944:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Record.c:1939:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:1944:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Record.c:164:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:167:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:168:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:169:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:170:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:171:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:176:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:177:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:193:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:194:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:196:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:197:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:198:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:199:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:200:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:201:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:202:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:203:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:204:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:205:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:206:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:207:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:208:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:209:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:210:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:211:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:212:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:213:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:218:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:219:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:220:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:225:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:226:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:244:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:245:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:246:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:247:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:248:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:249:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:250:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:251:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:252:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:253:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:254:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Record.c:256:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:484:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/RecordCollection.c:486:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/RecordCollection.c:483:13: note: Assignment '_tmp23_=e', assigned value is 0
libgda-5.2.4/libgda/data/RecordCollection.c:484:13: note: Null pointer dereference
libgda-5.2.4/libgda/data/RecordCollection.c:548:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/RecordCollection.c:550:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/RecordCollection.c:547:12: note: Assignment '_tmp8_=e', assigned value is 0
libgda-5.2.4/libgda/data/RecordCollection.c:548:12: note: Null pointer dereference
libgda-5.2.4/libgda/data/RecordCollection.c:683:16: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp33_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/RecordCollection.c:686:6: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/RecordCollection.c:682:16: note: Assignment '_tmp33_=e', assigned value is 0
libgda-5.2.4/libgda/data/RecordCollection.c:683:16: note: Null pointer dereference
libgda-5.2.4/libgda/data/RecordCollection.c:855:16: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp33_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/RecordCollection.c:858:6: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/RecordCollection.c:854:16: note: Assignment '_tmp33_=e', assigned value is 0
libgda-5.2.4/libgda/data/RecordCollection.c:855:16: note: Null pointer dereference
libgda-5.2.4/libgda/data/RecordCollection.c:376:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:369:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:376:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:377:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:370:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:377:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:378:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:371:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:378:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:404:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:402:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:404:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:418:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:412:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:418:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:419:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:413:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:419:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:420:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:414:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:420:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:421:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:415:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:421:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:422:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:416:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:422:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:423:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:417:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:423:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:443:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:427:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:443:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:444:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:428:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:444:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:481:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:478:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:481:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:483:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:479:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:483:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:484:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:480:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:484:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:508:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:505:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:508:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:509:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:506:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:509:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:510:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:504:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:510:3: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:517:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:512:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:517:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:518:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:513:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:518:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:545:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:542:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:545:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:547:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:543:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:547:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:548:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:544:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:548:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:571:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:564:0: note: Variable 'found' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:571:2: note: Variable 'found' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:572:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:566:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:572:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:573:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:567:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:573:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:574:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:565:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:574:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:579:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:576:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:579:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:580:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:577:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:580:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:592:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:586:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:592:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:593:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:587:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:593:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:594:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:588:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:594:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:595:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:589:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:595:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:596:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:590:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:596:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:597:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:591:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:597:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:606:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:601:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:606:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:607:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:602:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:607:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:636:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:616:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:636:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:637:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:617:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:637:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:639:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:619:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:639:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:640:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:620:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:640:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:641:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:621:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:641:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:642:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:622:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:642:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:643:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:623:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:643:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:645:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:625:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:645:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:680:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:677:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:680:6: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:682:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:678:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:682:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:683:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:679:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:683:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:721:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:716:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:721:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:722:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:717:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:722:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:742:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:737:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:742:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:743:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:738:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:743:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:744:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:736:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:744:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:750:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:746:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:750:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:751:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:747:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:751:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:764:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:758:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:764:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:765:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:759:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:765:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:766:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:760:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:766:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:767:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:761:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:767:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:768:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:762:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:768:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:769:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:763:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:769:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:778:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:773:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:778:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:779:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:774:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:779:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:808:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:788:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:808:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:809:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:789:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:809:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:811:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:791:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:811:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:812:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:792:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:812:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:813:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:793:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:813:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:814:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:794:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:814:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:815:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:795:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:815:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:817:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:797:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:817:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:852:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:849:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:852:6: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:854:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:850:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:854:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:855:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:851:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:855:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:880:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:876:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:880:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:881:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:877:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:881:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:919:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:923:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:920:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:923:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:924:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:918:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:924:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:935:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:932:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:935:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:936:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:933:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:936:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:947:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:945:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:947:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:958:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:956:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:958:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:969:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:966:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:969:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:970:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:967:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:970:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:985:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:981:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:985:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:1005:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollection.c:1002:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:1005:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollection.c:675:5: style: Label '__catch12_g_error' is not used. [unusedLabel]
libgda-5.2.4/libgda/data/RecordCollection.c:847:5: style: Label '__catch13_g_error' is not used. [unusedLabel]
libgda-5.2.4/libgda/data/RecordCollection.c:144:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:145:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:146:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:147:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:150:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:151:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:156:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:157:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:173:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:174:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:175:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:176:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:177:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:178:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:179:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:180:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:181:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:182:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:183:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:184:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:185:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:186:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:187:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:188:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:189:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:190:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:191:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:192:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:193:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:198:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:199:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:200:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:205:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:206:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:236:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:237:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:238:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:239:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:240:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:241:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:242:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:243:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:248:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:249:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:250:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:251:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:252:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:253:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:254:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:255:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:256:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:257:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:259:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:260:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:261:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:266:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:267:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:268:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:269:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:270:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:271:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:272:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:273:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:274:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:275:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:276:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:277:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:278:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:279:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollection.c:280:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:504:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp26_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:506:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:503:13: note: Assignment '_tmp26_=e', assigned value is 0
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:504:13: note: Null pointer dereference
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:608:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:610:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:607:12: note: Assignment '_tmp7_=e', assigned value is 0
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:608:12: note: Null pointer dereference
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:350:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:343:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:350:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:351:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:344:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:351:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:352:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:345:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:352:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:382:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:382:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:383:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:371:0: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:383:2: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:384:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:374:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:384:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:385:2: style: Variable '_tmp1__target' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:375:0: note: Variable '_tmp1__target' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:385:2: note: Variable '_tmp1__target' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:386:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:376:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:386:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:387:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:377:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:387:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:388:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:388:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:389:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:373:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:389:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:390:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:380:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:390:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:393:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:392:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:393:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:424:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:415:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:424:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:425:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:414:0: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:425:2: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:426:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:416:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:426:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:427:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:417:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:427:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:428:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:418:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:428:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:429:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:419:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:429:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:431:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:420:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:431:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:432:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:421:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:432:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:440:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:439:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:440:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:501:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:498:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:501:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:503:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:499:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:503:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:504:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:500:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:504:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:534:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:524:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:534:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:537:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:527:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:537:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:539:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:529:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:539:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:540:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:530:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:540:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:542:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:532:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:542:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:559:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:557:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:559:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:563:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:563:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:564:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:562:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:564:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:586:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:579:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:586:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:588:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:581:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:588:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:589:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:582:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:589:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:590:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:583:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:590:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:605:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:602:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:605:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:607:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:603:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:607:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:608:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:604:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:608:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:630:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:624:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:630:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:632:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:626:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:632:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:633:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:627:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:633:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:634:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:628:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:634:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:643:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:637:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:643:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:645:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:639:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:645:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:646:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:640:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:646:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:647:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:641:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:647:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:648:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:642:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:648:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:665:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:662:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:665:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:666:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:663:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:666:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:145:9: style: struct member '_GdaDataDbObjectIface::append' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:146:9: style: struct member '_GdaDataDbObjectIface::update' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:147:9: style: struct member '_GdaDataDbObjectIface::save' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:148:9: style: struct member '_GdaDataDbObjectIface::drop' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:149:19: style: struct member '_GdaDataDbObjectIface::get_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:150:9: style: struct member '_GdaDataDbObjectIface::set_connection' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:151:13: style: struct member '_GdaDataDbObjectIface::get_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:152:9: style: struct member '_GdaDataDbObjectIface::set_update_meta' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:157:17: style: struct member '_GdaDataDbNamedObjectIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:158:9: style: struct member '_GdaDataDbNamedObjectIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:174:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:175:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:176:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:177:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:178:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:179:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:180:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:181:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:182:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:183:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:184:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:185:17: style: struct member '_GdaDataDbFieldInfoIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:186:9: style: struct member '_GdaDataDbFieldInfoIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:187:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:188:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:189:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:190:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:191:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:192:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:193:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:194:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:199:22: style: struct member '_GdaDataDbSchemaIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:200:9: style: struct member '_GdaDataDbSchemaIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:201:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:206:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:207:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:237:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:238:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:239:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:240:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:241:17: style: struct member '_GdaDataDbFieldIface::get_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:242:9: style: struct member '_GdaDataDbFieldIface::set_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:243:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:244:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:249:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:250:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:251:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:252:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:253:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:254:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:255:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:256:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:257:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:258:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:259:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:260:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:261:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:262:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:267:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:268:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:269:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:270:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:271:22: style: struct member '_GdaDataDbTableIface::get_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:272:9: style: struct member '_GdaDataDbTableIface::set_catalog' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:273:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:274:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:275:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:276:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:277:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:278:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:279:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:280:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/RecordCollectionIterator.c:281:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:419:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:390:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:419:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:420:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:391:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:420:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:467:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:466:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:467:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:595:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:594:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:595:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:610:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:608:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:610:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:621:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:618:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:621:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:622:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:619:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:622:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:634:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:632:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:634:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:642:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:655:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:653:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:655:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:666:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:663:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:666:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:667:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:664:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:667:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:679:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:677:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:679:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:690:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:687:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:690:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:691:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:688:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:691:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:705:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:701:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:705:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:706:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:702:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:706:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:707:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:703:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:707:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:759:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Schema.c:756:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:759:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Schema.c:155:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:156:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:172:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:173:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:174:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:175:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:176:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:177:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:178:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:179:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:180:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:181:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:182:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:185:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:186:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:187:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:188:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:189:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:190:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:191:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:192:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:222:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:223:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:224:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:225:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:228:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:229:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:234:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:235:9: style: struct member '_GdaDataDbRecordIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:236:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:237:20: style: struct member '_GdaDataDbRecordIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:238:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:239:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:240:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:241:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:242:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:243:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:244:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:245:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:246:19: style: struct member '_GdaDataDbRecordIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:247:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:252:9: style: struct member '_GdaDataDbTableIface::set_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:253:24: style: struct member '_GdaDataDbTableIface::get_field' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:254:13: style: struct member '_GdaDataDbTableIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:255:13: style: struct member '_GdaDataDbTableIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:258:21: style: struct member '_GdaDataDbTableIface::get_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:259:9: style: struct member '_GdaDataDbTableIface::set_schema' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:260:28: style: struct member '_GdaDataDbTableIface::get_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:261:9: style: struct member '_GdaDataDbTableIface::set_table_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:262:19: style: struct member '_GdaDataDbTableIface::get_records' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:263:19: style: struct member '_GdaDataDbTableIface::get_depends' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:264:19: style: struct member '_GdaDataDbTableIface::get_referenced' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:265:19: style: struct member '_GdaDataDbTableIface::get_fields' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:266:19: style: struct member '_GdaDataDbTableIface::get_primary_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Schema.c:577:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/Schema.c:583:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/Schema.c:589:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/data/SelectQuery.c:81:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:80:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:81:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:95:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:93:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:95:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:107:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:102:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:107:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:103:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:111:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:104:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:111:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:112:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:105:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:112:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:120:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:134:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/SelectQuery.c:135:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/SelectQuery.c:138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:709:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:723:5: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:708:14: note: Assignment '_tmp15_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:709:14: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:841:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp46_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:856:6: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:840:15: note: Assignment '_tmp46_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:841:15: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:954:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp80_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:968:6: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:953:15: note: Assignment '_tmp80_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:954:15: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:1625:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp283_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:1639:5: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:1624:15: note: Assignment '_tmp283_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:1625:15: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:1703:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp302_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:1717:5: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:1702:15: note: Assignment '_tmp302_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:1703:15: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:2161:18: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp388_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:2175:8: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:2160:18: note: Assignment '_tmp388_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:2161:18: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:3814:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp13_. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/data/Table.c:3816:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/libgda/data/Table.c:3813:13: note: Assignment '_tmp13_=e', assigned value is 0
libgda-5.2.4/libgda/data/Table.c:3814:13: note: Null pointer dereference
libgda-5.2.4/libgda/data/Table.c:504:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:502:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:504:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:513:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:507:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:513:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:514:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:508:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:514:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:515:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:509:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:515:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:516:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:510:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:516:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:517:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:511:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:517:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:518:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:512:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:518:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:532:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:522:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:532:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:533:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:523:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:533:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:651:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:587:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:651:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:653:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:589:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:653:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:654:2: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:588:0: note: Variable 'cond' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:654:2: note: Variable 'cond' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:655:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:590:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:655:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:656:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:591:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:656:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:667:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:659:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:667:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:668:3: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:658:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:668:3: note: Variable 'ctx' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:669:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:660:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:669:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:671:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:661:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:671:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:672:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:662:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:672:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:673:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:663:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:673:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:676:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:665:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:676:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:677:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:666:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:677:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:684:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:681:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:684:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:685:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:682:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:685:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:686:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:683:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:686:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:706:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:695:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:706:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:708:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:696:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:708:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:709:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:697:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:709:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:710:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:698:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:710:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:711:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:699:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:711:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:712:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:700:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:712:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:713:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:701:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:713:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:718:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:703:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:718:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:719:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:704:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:719:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:720:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:705:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:720:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:721:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:702:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:721:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:798:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:758:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:798:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:799:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:759:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:799:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:808:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:803:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:808:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:809:5: style: Variable 'cxc' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:802:0: note: Variable 'cxc' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:809:5: note: Variable 'cxc' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:810:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:804:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:810:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:812:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:805:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:812:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:813:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:806:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:813:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:814:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:807:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:814:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:838:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:825:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:838:5: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:840:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:826:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:840:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:841:5: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:827:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:841:5: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:842:5: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:828:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:842:5: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:844:5: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:829:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:844:5: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:845:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:830:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:845:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:846:5: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:831:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:846:5: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:851:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:833:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:851:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:852:5: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:834:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:852:5: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:853:5: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:835:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:853:5: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:854:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:832:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:854:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:921:5: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:916:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:921:5: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:922:5: style: Variable 'cxs' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:915:0: note: Variable 'cxs' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:922:5: note: Variable 'cxs' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:923:5: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:917:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:923:5: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:925:5: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:918:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:925:5: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:926:5: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:919:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:926:5: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:927:5: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:920:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:927:5: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:951:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:938:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:951:5: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:953:5: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:939:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:953:5: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:954:5: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:940:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:954:5: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:955:5: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:941:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:955:5: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:956:5: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:942:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:956:5: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:957:5: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:943:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:957:5: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:958:5: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:944:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:958:5: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:963:5: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:946:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:963:5: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:964:5: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:947:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:964:5: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:965:5: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:948:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:965:5: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:966:5: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:945:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:966:5: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1062:3: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1051:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1062:3: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1063:3: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1052:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1063:3: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1064:3: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1053:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1064:3: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1065:3: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1054:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1065:3: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1066:3: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1055:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1066:3: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1067:3: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1056:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1067:3: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1068:3: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1057:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1068:3: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1069:3: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1058:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1069:3: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1070:3: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1059:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1070:3: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1074:3: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1060:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1074:3: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1075:3: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1061:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1075:3: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1098:3: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1096:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1098:3: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1230:5: style: Variable '_tmp160_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1228:0: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1230:5: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1231:5: style: Variable '_tmp161_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1229:0: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1231:5: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1235:5: style: Variable '_tmp162_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1234:0: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1235:5: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1281:5: style: Variable '_tmp178_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1277:0: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1281:5: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1282:5: style: Variable '_tmp179_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1278:0: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1282:5: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1316:5: style: Variable '_tmp190_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1314:0: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1316:5: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1317:5: style: Variable '_tmp191_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1315:0: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1317:5: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1322:5: style: Variable '_tmp192_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1321:0: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1322:5: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1332:5: style: Variable '_tmp194_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1328:0: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1332:5: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1333:5: style: Variable '_tmp195_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1329:0: note: Variable '_tmp195_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1333:5: note: Variable '_tmp195_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1368:5: style: Variable '_tmp206_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1366:0: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1368:5: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1369:5: style: Variable '_tmp207_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1367:0: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1369:5: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1374:5: style: Variable '_tmp208_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1373:0: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1374:5: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1412:5: style: Variable '_tmp219_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1403:0: note: Variable '_tmp219_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1412:5: note: Variable '_tmp219_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1413:5: style: Variable '_tmp220_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1404:0: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1413:5: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1417:5: style: Variable '_tmp223_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1407:0: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1417:5: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1418:5: style: Variable '_tmp224_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1408:0: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1418:5: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1419:5: style: Variable '_tmp225_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1409:0: note: Variable '_tmp225_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1419:5: note: Variable '_tmp225_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1420:5: style: Variable '_tmp226_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1410:0: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1420:5: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1421:5: style: Variable '_tmp227_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1411:0: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1421:5: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1445:5: style: Variable '_tmp229_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1428:0: note: Variable '_tmp229_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1445:5: note: Variable '_tmp229_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1446:5: style: Variable '_tmp230_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1429:0: note: Variable '_tmp230_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1446:5: note: Variable '_tmp230_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1447:5: style: Variable '_tmp231_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1430:0: note: Variable '_tmp231_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1447:5: note: Variable '_tmp231_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1448:5: style: Variable '_tmp232_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1431:0: note: Variable '_tmp232_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1448:5: note: Variable '_tmp232_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1449:5: style: Variable '_tmp233_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1432:0: note: Variable '_tmp233_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1449:5: note: Variable '_tmp233_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1450:5: style: Variable '_tmp234_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1433:0: note: Variable '_tmp234_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1450:5: note: Variable '_tmp234_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1451:5: style: Variable '_tmp235_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1434:0: note: Variable '_tmp235_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1451:5: note: Variable '_tmp235_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1452:5: style: Variable 'hld' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1427:0: note: Variable 'hld' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1452:5: note: Variable 'hld' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1453:5: style: Variable '_tmp236_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1436:0: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1453:5: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1454:5: style: Variable '_tmp237_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1437:0: note: Variable '_tmp237_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1454:5: note: Variable '_tmp237_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1455:5: style: Variable '_tmp238_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1438:0: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1455:5: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1456:5: style: Variable '_tmp239_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1439:0: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1456:5: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1457:5: style: Variable '_tmp240_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1440:0: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1457:5: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1460:5: style: Variable 'strv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1435:0: note: Variable 'strv' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1460:5: note: Variable 'strv' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1461:5: style: Variable '_tmp242_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1442:0: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1461:5: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1462:5: style: Variable '_tmp243_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1443:0: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1462:5: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1463:5: style: Variable '_tmp244_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1444:0: note: Variable '_tmp244_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1463:5: note: Variable '_tmp244_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1491:5: style: Variable '_tmp247_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1474:0: note: Variable '_tmp247_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1491:5: note: Variable '_tmp247_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1492:5: style: Variable '_tmp248_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1475:0: note: Variable '_tmp248_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1492:5: note: Variable '_tmp248_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1495:5: style: Variable '_tmp251_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1478:0: note: Variable '_tmp251_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1495:5: note: Variable '_tmp251_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1496:5: style: Variable '_tmp246_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1473:0: note: Variable '_tmp246_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1496:5: note: Variable '_tmp246_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1547:5: style: Variable '_tmp264_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1539:0: note: Variable '_tmp264_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1547:5: note: Variable '_tmp264_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1548:5: style: Variable '_tmp265_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1540:0: note: Variable '_tmp265_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1548:5: note: Variable '_tmp265_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1551:5: style: Variable '_tmp268_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1543:0: note: Variable '_tmp268_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1551:5: note: Variable '_tmp268_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1552:5: style: Variable '_tmp263_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1538:0: note: Variable '_tmp263_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1552:5: note: Variable '_tmp263_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1592:4: style: Variable '_tmp278_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1587:0: note: Variable '_tmp278_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1592:4: note: Variable '_tmp278_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1593:4: style: Variable 'cxcr' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1586:0: note: Variable 'cxcr' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1593:4: note: Variable 'cxcr' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1594:4: style: Variable '_tmp279_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1588:0: note: Variable '_tmp279_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1594:4: note: Variable '_tmp279_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1596:4: style: Variable '_tmp280_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1589:0: note: Variable '_tmp280_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1596:4: note: Variable '_tmp280_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1597:4: style: Variable '_tmp281_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1590:0: note: Variable '_tmp281_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1597:4: note: Variable '_tmp281_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1598:4: style: Variable '_tmp282_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1591:0: note: Variable '_tmp282_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1598:4: note: Variable '_tmp282_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1622:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1609:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1622:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1624:4: style: Variable '_tmp283_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1610:0: note: Variable '_tmp283_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1624:4: note: Variable '_tmp283_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1625:4: style: Variable '_tmp284_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1611:0: note: Variable '_tmp284_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1625:4: note: Variable '_tmp284_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1626:4: style: Variable '_tmp285_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1612:0: note: Variable '_tmp285_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1626:4: note: Variable '_tmp285_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1627:4: style: Variable '_tmp286_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1613:0: note: Variable '_tmp286_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1627:4: note: Variable '_tmp286_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1628:4: style: Variable '_tmp287_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1614:0: note: Variable '_tmp287_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1628:4: note: Variable '_tmp287_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1629:4: style: Variable '_tmp288_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1615:0: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1629:4: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1634:4: style: Variable '_tmp290_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1617:0: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1634:4: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1635:4: style: Variable '_tmp291_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1618:0: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1635:4: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1636:4: style: Variable '_tmp292_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1619:0: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1636:4: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1637:4: style: Variable '_tmp289_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1616:0: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1637:4: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1670:4: style: Variable '_tmp297_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1665:0: note: Variable '_tmp297_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1670:4: note: Variable '_tmp297_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1671:4: style: Variable 'cxcr2' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1664:0: note: Variable 'cxcr2' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1671:4: note: Variable 'cxcr2' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1672:4: style: Variable '_tmp298_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1666:0: note: Variable '_tmp298_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1672:4: note: Variable '_tmp298_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1674:4: style: Variable '_tmp299_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1667:0: note: Variable '_tmp299_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1674:4: note: Variable '_tmp299_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1675:4: style: Variable '_tmp300_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1668:0: note: Variable '_tmp300_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1675:4: note: Variable '_tmp300_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1676:4: style: Variable '_tmp301_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1669:0: note: Variable '_tmp301_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1676:4: note: Variable '_tmp301_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1700:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1687:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1700:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1702:4: style: Variable '_tmp302_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1688:0: note: Variable '_tmp302_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1702:4: note: Variable '_tmp302_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1703:4: style: Variable '_tmp303_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1689:0: note: Variable '_tmp303_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1703:4: note: Variable '_tmp303_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1704:4: style: Variable '_tmp304_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1690:0: note: Variable '_tmp304_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1704:4: note: Variable '_tmp304_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1705:4: style: Variable '_tmp305_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1691:0: note: Variable '_tmp305_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1705:4: note: Variable '_tmp305_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1706:4: style: Variable '_tmp306_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1692:0: note: Variable '_tmp306_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1706:4: note: Variable '_tmp306_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1707:4: style: Variable '_tmp307_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1693:0: note: Variable '_tmp307_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1707:4: note: Variable '_tmp307_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1712:4: style: Variable '_tmp309_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1695:0: note: Variable '_tmp309_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1712:4: note: Variable '_tmp309_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1713:4: style: Variable '_tmp310_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1696:0: note: Variable '_tmp310_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1713:4: note: Variable '_tmp310_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1714:4: style: Variable '_tmp311_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1697:0: note: Variable '_tmp311_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1714:4: note: Variable '_tmp311_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1715:4: style: Variable '_tmp308_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1694:0: note: Variable '_tmp308_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1715:4: note: Variable '_tmp308_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1758:3: style: Variable '_tmp321_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1756:0: note: Variable '_tmp321_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1758:3: note: Variable '_tmp321_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1908:5: style: Variable '_tmp353_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1898:0: note: Variable '_tmp353_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1908:5: note: Variable '_tmp353_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1909:5: style: Variable '_tmp354_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1899:0: note: Variable '_tmp354_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1909:5: note: Variable '_tmp354_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1910:5: style: Variable '_tmp355_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1900:0: note: Variable '_tmp355_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1910:5: note: Variable '_tmp355_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1911:5: style: Variable '_tmp356_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1901:0: note: Variable '_tmp356_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1911:5: note: Variable '_tmp356_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1912:5: style: Variable '_tmp357_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1902:0: note: Variable '_tmp357_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1912:5: note: Variable '_tmp357_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1913:5: style: Variable '_tmp358_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1903:0: note: Variable '_tmp358_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1913:5: note: Variable '_tmp358_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1914:5: style: Variable '_tmp359_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1904:0: note: Variable '_tmp359_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1914:5: note: Variable '_tmp359_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1915:5: style: Variable '_tmp360_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1905:0: note: Variable '_tmp360_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1915:5: note: Variable '_tmp360_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1916:5: style: Variable '_tmp361_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1906:0: note: Variable '_tmp361_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1916:5: note: Variable '_tmp361_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1917:5: style: Variable '_tmp362_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1907:0: note: Variable '_tmp362_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:1917:5: note: Variable '_tmp362_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2118:5: style: Variable '_tmp381_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1962:0: note: Variable '_tmp381_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2118:5: note: Variable '_tmp381_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2119:5: style: Variable '_tmp382_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:1963:0: note: Variable '_tmp382_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2119:5: note: Variable '_tmp382_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2128:7: style: Variable '_tmp383_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2123:0: note: Variable '_tmp383_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2128:7: note: Variable '_tmp383_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2129:7: style: Variable 'cxcr3' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2122:0: note: Variable 'cxcr3' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2129:7: note: Variable 'cxcr3' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2130:7: style: Variable '_tmp384_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2124:0: note: Variable '_tmp384_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2130:7: note: Variable '_tmp384_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2132:7: style: Variable '_tmp385_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2125:0: note: Variable '_tmp385_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2132:7: note: Variable '_tmp385_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2133:7: style: Variable '_tmp386_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2126:0: note: Variable '_tmp386_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2133:7: note: Variable '_tmp386_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2134:7: style: Variable '_tmp387_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2127:0: note: Variable '_tmp387_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2134:7: note: Variable '_tmp387_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2158:7: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2145:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2158:7: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2160:7: style: Variable '_tmp388_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2146:0: note: Variable '_tmp388_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2160:7: note: Variable '_tmp388_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2161:7: style: Variable '_tmp389_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2147:0: note: Variable '_tmp389_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2161:7: note: Variable '_tmp389_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2162:7: style: Variable '_tmp390_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2148:0: note: Variable '_tmp390_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2162:7: note: Variable '_tmp390_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2163:7: style: Variable '_tmp391_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2149:0: note: Variable '_tmp391_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2163:7: note: Variable '_tmp391_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2164:7: style: Variable '_tmp392_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2150:0: note: Variable '_tmp392_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2164:7: note: Variable '_tmp392_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2165:7: style: Variable '_tmp393_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2151:0: note: Variable '_tmp393_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2165:7: note: Variable '_tmp393_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2170:7: style: Variable '_tmp395_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2153:0: note: Variable '_tmp395_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2170:7: note: Variable '_tmp395_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2171:7: style: Variable '_tmp396_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2154:0: note: Variable '_tmp396_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2171:7: note: Variable '_tmp396_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2172:7: style: Variable '_tmp397_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2155:0: note: Variable '_tmp397_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2172:7: note: Variable '_tmp397_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2173:7: style: Variable '_tmp394_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2152:0: note: Variable '_tmp394_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2173:7: note: Variable '_tmp394_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2522:7: style: Variable '_tmp549_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2521:0: note: Variable '_tmp549_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2522:7: note: Variable '_tmp549_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2636:3: style: Variable '_tmp580_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2634:0: note: Variable '_tmp580_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2636:3: note: Variable '_tmp580_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2749:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2735:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2749:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2750:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2736:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2750:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2751:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2737:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2751:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2752:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2734:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2752:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2770:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2769:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2770:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2786:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2781:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2786:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2787:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2782:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2787:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2788:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2783:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2788:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2789:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2784:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2789:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2790:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2785:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2790:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2845:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2794:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2845:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2846:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2795:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2846:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2913:5: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2905:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2913:5: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2914:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2906:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2914:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2917:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2909:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2917:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2918:5: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2910:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2918:5: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2919:5: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2911:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2919:5: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2920:5: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2912:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2920:5: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2944:5: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2936:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2944:5: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2945:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2937:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2945:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2948:5: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2940:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2948:5: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2949:5: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2941:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2949:5: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2950:5: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2942:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2950:5: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2951:5: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2943:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2951:5: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2975:5: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2967:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2975:5: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2976:5: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2968:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2976:5: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2979:5: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2971:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2979:5: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2980:5: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2972:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2980:5: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2981:5: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2973:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2981:5: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2982:5: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2974:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:2982:5: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3006:5: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2998:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3006:5: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3007:5: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:2999:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3007:5: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3010:5: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3002:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3010:5: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3011:5: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3003:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3011:5: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3012:5: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3004:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3012:5: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3013:5: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3005:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3013:5: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3045:5: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3029:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3045:5: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3046:5: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3030:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3046:5: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3047:5: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3031:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3047:5: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3048:5: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3032:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3048:5: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3049:5: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3033:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3049:5: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3050:5: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3034:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3050:5: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3051:5: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3035:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3051:5: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3052:5: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3036:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3052:5: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3053:5: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3037:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3053:5: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3054:5: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3038:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3054:5: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3057:5: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3041:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3057:5: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3058:5: style: Variable '_tmp106_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3042:0: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3058:5: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3059:5: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3043:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3059:5: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3060:5: style: Variable '_tmp108_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3044:0: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3060:5: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3124:5: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3077:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3124:5: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3125:5: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3078:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3125:5: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3126:5: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3079:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3126:5: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3127:5: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3080:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3127:5: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3128:5: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3081:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3128:5: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3129:5: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3082:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3129:5: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3130:5: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3083:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3130:5: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3131:5: style: Variable '_tmp119_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3084:0: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3131:5: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3133:5: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3086:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3133:5: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3134:5: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3087:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3134:5: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3135:5: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3088:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3135:5: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3136:5: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3089:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3136:5: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3137:5: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3090:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3137:5: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3138:5: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3091:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3138:5: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3164:6: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3153:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3164:6: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3165:6: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3154:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3165:6: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3166:6: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3155:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3166:6: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3167:6: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3156:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3167:6: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3168:6: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3157:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3168:6: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3169:6: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3158:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3169:6: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3170:6: style: Variable '_fkc_list' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3152:0: note: Variable '_fkc_list' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3170:6: note: Variable '_fkc_list' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3171:6: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3160:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3171:6: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3377:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3369:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3377:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3378:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3370:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3378:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3379:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3371:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3379:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3380:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3372:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3380:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3381:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3373:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3381:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3382:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3368:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3382:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3412:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3400:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3412:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3415:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3414:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3415:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3429:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3425:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3429:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3454:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3445:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3454:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3455:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3446:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3455:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3456:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3447:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3456:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3465:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3458:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3465:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3466:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3459:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3466:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3467:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3460:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3467:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3468:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3461:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3468:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3469:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3462:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3469:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3470:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3463:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3470:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3471:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3464:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3471:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3488:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3487:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3488:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3503:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3501:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3503:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3514:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3511:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3514:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3515:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3512:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3515:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3527:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3525:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3527:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3535:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3548:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3546:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3548:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3562:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3562:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3563:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3563:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3568:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3566:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3568:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3569:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3567:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3569:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3609:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3605:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3609:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3610:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3606:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3610:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3611:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3607:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3611:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3626:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3621:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3626:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3627:2: style: Variable 'pk' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3620:0: note: Variable 'pk' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3627:2: note: Variable 'pk' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3635:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3630:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3635:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3636:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3631:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3636:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3637:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3632:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3637:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3638:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3633:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3638:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3639:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3634:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3639:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3652:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3643:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3652:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3653:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3644:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3653:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3669:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3666:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3669:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3680:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3675:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3680:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3681:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3676:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3681:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3682:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3677:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3682:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3683:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3678:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3683:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3684:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3679:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3684:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3705:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3703:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3705:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3716:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3713:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3716:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3717:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3714:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3717:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3729:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3727:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3729:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3740:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3737:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3740:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3741:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3738:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3741:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3772:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3757:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3772:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3773:3: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3756:0: note: Variable 'q' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3773:3: note: Variable 'q' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3774:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3758:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3774:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3775:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3759:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3775:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3776:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3760:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3776:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3778:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3761:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3778:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3780:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3763:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3780:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3781:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3764:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3781:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3782:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3762:0: note: Variable 's' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3782:3: note: Variable 's' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3811:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3808:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3811:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3813:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3809:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3813:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3814:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3810:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3814:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3838:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3838:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3839:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3835:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3839:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3840:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3836:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3840:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3853:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3849:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3853:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3854:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3850:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3854:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3855:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3851:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3855:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3928:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3920:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3928:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3930:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3921:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3930:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3932:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3922:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3932:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3934:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/data/Table.c:3923:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:3934:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/data/Table.c:212:13: style: struct member '_GdaDataDbFieldInfoIface::compatible' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:213:13: style: struct member '_GdaDataDbFieldInfoIface::equivalent' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:214:11: style: struct member '_GdaDataDbFieldInfoIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:215:9: style: struct member '_GdaDataDbFieldInfoIface::get_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:216:9: style: struct member '_GdaDataDbFieldInfoIface::set_ordinal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:217:10: style: struct member '_GdaDataDbFieldInfoIface::get_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:218:9: style: struct member '_GdaDataDbFieldInfoIface::set_value_type' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:219:32: style: struct member '_GdaDataDbFieldInfoIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:220:9: style: struct member '_GdaDataDbFieldInfoIface::set_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:221:12: style: struct member '_GdaDataDbFieldInfoIface::get_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:222:9: style: struct member '_GdaDataDbFieldInfoIface::set_default_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:225:17: style: struct member '_GdaDataDbFieldInfoIface::get_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:226:9: style: struct member '_GdaDataDbFieldInfoIface::set_desc' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:227:9: style: struct member '_GdaDataDbFieldInfoIface::get_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:228:9: style: struct member '_GdaDataDbFieldInfoIface::set_precision' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:229:9: style: struct member '_GdaDataDbFieldInfoIface::get_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:230:9: style: struct member '_GdaDataDbFieldInfoIface::set_scale' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:231:34: style: struct member '_GdaDataDbFieldInfoIface::get_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:232:9: style: struct member '_GdaDataDbFieldInfoIface::set_fkey' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:239:19: style: struct member '_GdaDataDbSchemaIface::get_tables' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:244:19: style: struct member '_GdaDataDbCatalogIface::get_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:245:9: style: struct member '_GdaDataDbCatalogIface::set_shemas' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:275:13: style: struct member '_GdaDataDbFieldIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:276:11: style: struct member '_GdaDataDbFieldIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:277:12: style: struct member '_GdaDataDbFieldIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:278:9: style: struct member '_GdaDataDbFieldIface::set_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:281:17: style: struct member '_GdaDataDbFieldIface::get_column_name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:282:28: style: struct member '_GdaDataDbFieldIface::get_attributes' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:287:12: style: struct member '_GdaDataDbRecordIface::get_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:289:9: style: struct member '_GdaDataDbRecordIface::set_field_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:291:9: style: struct member '_GdaDataDbRecordIface::set_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:292:9: style: struct member '_GdaDataDbRecordIface::set_key_value' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:293:20: style: struct member '_GdaDataDbRecordIface::get_key' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:294:11: style: struct member '_GdaDataDbRecordIface::to_string' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:295:9: style: struct member '_GdaDataDbRecordIface::copy' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:296:13: style: struct member '_GdaDataDbRecordIface::equal' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:297:20: style: struct member '_GdaDataDbRecordIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:298:9: style: struct member '_GdaDataDbRecordIface::set_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:300:19: style: struct member '_GdaDataDbRecordIface::get_keys' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:326:18: style: struct member '_GdaDataDbRecordCollectionIface::get_model' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:327:20: style: struct member '_GdaDataDbRecordCollectionIface::get_table' is never used. [unusedStructMember]
libgda-5.2.4/libgda/data/Table.c:2726:25: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/dir-blob-op.c:68:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/dir-blob-op.c:53:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/dir-blob-op.c:68:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/dir-blob-op.c:218:13: style: The scope of the variable 'bin' can be reduced. [variableScope]
libgda-5.2.4/libgda/dir-blob-op.c:76:37: style: Function 'gda_dir_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/dir-blob-op.c:35:55: note: Function 'gda_dir_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/libgda/dir-blob-op.c:76:37: note: Function 'gda_dir_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/libgda/gda-batch.c:99:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-batch.c:83:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-batch.c:99:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-blob-op.c:59:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-blob-op.c:43:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-blob-op.c:59:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-column.c:198:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-column.c:183:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-column.c:198:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-column.c:333:2: style: Variable 'old_name' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-column.c:328:0: note: Variable 'old_name' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-column.c:333:2: note: Variable 'old_name' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-config.c:77:18: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-config.c:76:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-config.c:77:18: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-config.c:921:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-config.c:908:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-config.c:921:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-config.c:936:15: style: The scope of the variable 'cstr' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-connection-event.c:72:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-connection-event.c:57:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-connection-event.c:72:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-connection.c:6266:13: style: Redundant condition: error. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda/gda-connection.c:674:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-connection.c:653:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-connection.c:674:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-connection.c:855:6: style: Variable 'cdata' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-connection.c:854:0: note: Variable 'cdata' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-connection.c:855:6: note: Variable 'cdata' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-connection.c:1110:54: style: Same expression on both sides of '||'. [duplicateExpression]
libgda-5.2.4/libgda/gda-connection.c:4385:10: style: The scope of the variable 'retlist' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-connection.c:4415:10: style: The scope of the variable 'retlist' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-access-wrapper.c:130:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-access-wrapper.c:108:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-access-wrapper.c:130:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-comparator.c:108:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-comparator.c:92:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-comparator.c:108:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-comparator.c:511:3: style: Variable 'erow' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-data-comparator.c:506:0: note: Variable 'erow' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-data-comparator.c:511:3: note: Variable 'erow' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-data-comparator.c:173:46: style: Function 'gda_data_comparator_init' argument 1 names different: declaration 'srv' definition 'comparator'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-comparator.c:33:58: note: Function 'gda_data_comparator_init' argument 1 names different: declaration 'srv' definition 'comparator'.
libgda-5.2.4/libgda/gda-data-comparator.c:173:46: note: Function 'gda_data_comparator_init' argument 1 names different: declaration 'srv' definition 'comparator'.
libgda-5.2.4/libgda/gda-data-handler.c:56:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-handler.c:41:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-handler.c:56:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-meta-wrapper.c:144:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-meta-wrapper.c:122:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-meta-wrapper.c:144:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-meta-wrapper.c:589:3: style: Variable 'crow' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-data-meta-wrapper.c:588:0: note: Variable 'crow' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-data-meta-wrapper.c:589:3: note: Variable 'crow' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-data-model-array.c:628:49: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
libgda-5.2.4/libgda/gda-data-model-array.c:627:41: note: outer condition: nb_warnings<max_warnings
libgda-5.2.4/libgda/gda-data-model-array.c:628:49: note: opposite inner condition: nb_warnings==max_warnings
libgda-5.2.4/libgda/gda-data-model-array.c:149:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model-array.c:126:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-model-array.c:149:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-model-array.c:607:23: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model-array.c:694:23: style: The scope of the variable 'gdavalue' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model-bdb.c:253:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model-bdb.c:232:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-model-bdb.c:253:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/global.h:28:0: error: #error Could not identify a four byte word type [preprocessorErrorDirective]
libgda-5.2.4/libgda/gda-data-model-dsn-list.c:254:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model-dsn-list.c:233:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-model-dsn-list.c:254:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-model-import.c:216:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model-import.c:194:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-model-import.c:216:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-model-import.c:1029:13: style: The scope of the variable 'column' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model-import.c:1105:10: style: The scope of the variable 'row' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model-import.c:1201:17: style: The scope of the variable 'spec' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model-iter.c:127:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model-iter.c:110:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-model-iter.c:127:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-model-iter.c:203:45: style: Function 'gda_data_model_iter_init' argument 1 names different: declaration 'qf' definition 'iter'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-model-iter.c:42:57: note: Function 'gda_data_model_iter_init' argument 1 names different: declaration 'qf' definition 'iter'.
libgda-5.2.4/libgda/gda-data-model-iter.c:203:45: note: Function 'gda_data_model_iter_init' argument 1 names different: declaration 'qf' definition 'iter'.
libgda-5.2.4/libgda/gda-data-model-ldap.c:158:13: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model-ldap.c:135:7: note: Assuming that condition '!type' is not redundant
libgda-5.2.4/libgda/gda-data-model-ldap.c:158:13: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-model.c:122:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-model.c:107:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-model.c:122:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-model.c:279:14: style: The scope of the variable 'column' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model.c:281:17: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model.c:1172:31: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model.c:2658:14: style: The scope of the variable 'gdacol' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model.c:2737:29: style: The scope of the variable 'prov' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-model.c:2883:29: style: The scope of the variable 'prov' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-pivot.c:160:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-pivot.c:138:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-pivot.c:160:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-pivot.c:2016:27: style: Same expression on both sides of '||'. [duplicateExpression]
libgda-5.2.4/libgda/gda-data-pivot.c:1358:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-pivot.c:1478:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:537:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-proxy.c:515:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-proxy.c:537:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-proxy.c:1139:9: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:1149:9: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:1223:9: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:1241:9: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:1463:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:1700:12: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:1983:15: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:2142:12: style: The scope of the variable 'list' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:3742:17: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:4222:18: style: The scope of the variable 'v1' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:4222:23: style: The scope of the variable 'v2' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-proxy.c:568:47: style: Function 'gda_data_proxy_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-proxy.c:54:60: note: Function 'gda_data_proxy_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda/gda-data-proxy.c:568:47: note: Function 'gda_data_proxy_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/libgda/gda-data-proxy.c:786:36: style: Function 'gda_data_proxy_init' argument 1 names different: declaration 'srv' definition 'proxy'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-proxy.c:55:48: note: Function 'gda_data_proxy_init' argument 1 names different: declaration 'srv' definition 'proxy'.
libgda-5.2.4/libgda/gda-data-proxy.c:786:36: note: Function 'gda_data_proxy_init' argument 1 names different: declaration 'srv' definition 'proxy'.
libgda-5.2.4/libgda/gda-data-proxy.c:3568:56: style: Function 'gda_data_proxy_get_value_at' argument 2 names different: declaration 'col' definition 'column'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-proxy.c:73:87: note: Function 'gda_data_proxy_get_value_at' argument 2 names different: declaration 'col' definition 'column'.
libgda-5.2.4/libgda/gda-data-proxy.c:3568:56: note: Function 'gda_data_proxy_get_value_at' argument 2 names different: declaration 'col' definition 'column'.
libgda-5.2.4/libgda/gda-data-proxy.c:3568:69: style: Function 'gda_data_proxy_get_value_at' argument 3 names different: declaration 'row' definition 'proxy_row'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-proxy.c:73:97: note: Function 'gda_data_proxy_get_value_at' argument 3 names different: declaration 'row' definition 'proxy_row'.
libgda-5.2.4/libgda/gda-data-proxy.c:3568:69: note: Function 'gda_data_proxy_get_value_at' argument 3 names different: declaration 'row' definition 'proxy_row'.
libgda-5.2.4/libgda/gda-data-proxy.c:3789:66: style: Function 'gda_data_proxy_set_value_at' argument 3 names different: declaration 'row' definition 'proxy_row'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-data-proxy.c:79:97: note: Function 'gda_data_proxy_set_value_at' argument 3 names different: declaration 'row' definition 'proxy_row'.
libgda-5.2.4/libgda/gda-data-proxy.c:3789:66: note: Function 'gda_data_proxy_set_value_at' argument 3 names different: declaration 'row' definition 'proxy_row'.
libgda-5.2.4/libgda/gda-data-proxy.c:3457:9: style: struct member 'ExtraColAttrs::name' is never used. [unusedStructMember]
libgda-5.2.4/libgda/gda-data-select.c:780:38: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libgda-5.2.4/libgda/gda-data-select.c:223:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-data-select.c:201:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-data-select.c:223:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-data-select.c:3581:54: warning: Either the condition 'if(tmplist)' is redundant or there is possible null pointer dereference: tmplist. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/gda-data-select.c:3590:8: note: Assuming that condition 'if(tmplist)' is not redundant
libgda-5.2.4/libgda/gda-data-select.c:3581:54: note: Null pointer dereference
libgda-5.2.4/libgda/gda-data-select.c:2066:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-select.c:3270:13: style: The scope of the variable 'holder' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-data-select.c:3271:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-holder.c:165:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-holder.c:143:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-holder.c:165:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-holder.c:698:16: style: The scope of the variable 'cvalue' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-lockable.c:48:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-lockable.c:33:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-lockable.c:48:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-meta-store.c:4840:33: style: Redundant condition: catalog. '!catalog || (catalog && schema)' is equivalent to '!catalog || schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-store.c:4841:37: style: Redundant condition: ref_catalog. '!ref_catalog || (ref_catalog && ref_schema)' is equivalent to '!ref_catalog || ref_schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-store.c:5062:33: style: Redundant condition: catalog. '!catalog || (catalog && schema)' is equivalent to '!catalog || schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-store.c:5063:37: style: Redundant condition: ref_catalog. '!ref_catalog || (ref_catalog && ref_schema)' is equivalent to '!ref_catalog || ref_schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-store.c:80:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-meta-store.c:77:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-meta-store.c:80:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-meta-store.c:527:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-meta-store.c:512:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-meta-store.c:527:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-meta-store.c:3384:5: style: Variable 'change' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-meta-store.c:3383:0: note: Variable 'change' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-meta-store.c:3384:5: note: Variable 'change' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-meta-store.c:201:10: style: The scope of the variable 'v' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-store.c:980:15: style: The scope of the variable 'cnc_string' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-store.c:3949:11: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/gda-meta-store.c:4065:16: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/gda-meta-store.c:1293:35: style: Function 'create_server_operation_for_view' argument 1 names different: declaration 'specific_hash' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-meta-store.c:1167:75: note: Function 'create_server_operation_for_view' argument 1 names different: declaration 'specific_hash' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:1293:35: note: Function 'create_server_operation_for_view' argument 1 names different: declaration 'specific_hash' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:2064:57: style: Function 'make_expr_EQUAL' argument 3 names different: declaration 'type' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-meta-store.c:1620:85: note: Function 'make_expr_EQUAL' argument 3 names different: declaration 'type' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:2064:57: note: Function 'make_expr_EQUAL' argument 3 names different: declaration 'type' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:2180:38: style: Function 'reorder_db_objects' argument 2 names different: declaration 'hash' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-meta-store.c:1328:65: note: Function 'reorder_db_objects' argument 2 names different: declaration 'hash' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:2180:38: note: Function 'reorder_db_objects' argument 2 names different: declaration 'hash' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:2203:41: style: Function 'complement_db_objects' argument 2 names different: declaration 'hash' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-meta-store.c:1329:69: note: Function 'complement_db_objects' argument 2 names different: declaration 'hash' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-store.c:2203:41: note: Function 'complement_db_objects' argument 2 names different: declaration 'hash' definition 'G_GNUC_UNUSED'.
libgda-5.2.4/libgda/gda-meta-struct.c:476:33: style: Redundant condition: catalog. '!catalog || (catalog && schema)' is equivalent to '!catalog || schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-struct.c:1455:33: style: Redundant condition: catalog. '!catalog || (catalog && schema)' is equivalent to '!catalog || schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-struct.c:1900:33: style: Redundant condition: catalog. '!catalog || (catalog && schema)' is equivalent to '!catalog || schema' [redundantCondition]
libgda-5.2.4/libgda/gda-meta-struct.c:113:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-meta-struct.c:97:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-meta-struct.c:113:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-meta-struct.c:826:2: style: Variable 'dbo' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-meta-struct.c:822:0: note: Variable 'dbo' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-meta-struct.c:826:2: note: Variable 'dbo' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-meta-struct.c:2483:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-meta-struct.c:2475:0: note: Variable 'model' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-meta-struct.c:2483:2: note: Variable 'model' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-meta-struct.c:2190:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/libgda/gda-meta-struct.c:2314:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/libgda/gda-meta-struct.c:1036:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1428:15: style: The scope of the variable 'sql1' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1432:15: style: The scope of the variable 'sql2' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1438:15: style: The scope of the variable 'sql3' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1441:15: style: The scope of the variable 'sql4' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1446:15: style: The scope of the variable 'sql5' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1449:15: style: The scope of the variable 'sql6' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1805:9: style: The scope of the variable 'key' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:1806:19: style: The scope of the variable 'dbo' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-meta-struct.c:2161:29: style: Function 'determine_db_object_from_schema_and_name' argument 2 names different: declaration 'int_out_type' definition 'in_out_type'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-meta-struct.c:374:31: note: Function 'determine_db_object_from_schema_and_name' argument 2 names different: declaration 'int_out_type' definition 'in_out_type'.
libgda-5.2.4/libgda/gda-meta-struct.c:2161:29: note: Function 'determine_db_object_from_schema_and_name' argument 2 names different: declaration 'int_out_type' definition 'in_out_type'.
libgda-5.2.4/libgda/gda-meta-struct.c:2285:31: style: Function 'determine_db_object_from_short_name' argument 2 names different: declaration 'int_out_type' definition 'in_out_type'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-meta-struct.c:378:33: note: Function 'determine_db_object_from_short_name' argument 2 names different: declaration 'int_out_type' definition 'in_out_type'.
libgda-5.2.4/libgda/gda-meta-struct.c:2285:31: note: Function 'determine_db_object_from_short_name' argument 2 names different: declaration 'int_out_type' definition 'in_out_type'.
libgda-5.2.4/libgda/gda-row.c:206:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-row.c:191:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-row.c:206:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-server-operation.c:380:22: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '/'' is always true. [redundantCondition]
libgda-5.2.4/libgda/gda-server-operation.c:406:22: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '/'' is always true. [redundantCondition]
libgda-5.2.4/libgda/gda-server-operation.c:298:7: style: Condition '!type' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-server-operation.c:281:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-server-operation.c:298:7: note: Condition '!type' is always true
libgda-5.2.4/libgda/gda-server-operation.c:1346:2: style: Variable 'topnode' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-server-operation.c:1340:0: note: Variable 'topnode' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-server-operation.c:1346:2: note: Variable 'topnode' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-server-operation.c:2088:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-server-operation.c:2076:0: note: Variable 'value' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-server-operation.c:2088:2: note: Variable 'value' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-server-operation.c:2162:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-server-operation.c:2157:0: note: Variable 'value' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-server-operation.c:2162:2: note: Variable 'value' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-server-operation.c:2680:22: style: The scope of the variable 'op' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-server-operation.c:2697:12: style: The scope of the variable 'dbms_type' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-server-provider-extra.c:380:12: style: Redundant condition: file. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda/gda-server-provider.c:223:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-server-provider.c:208:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-server-provider.c:223:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-set.c:76:18: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-set.c:75:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-set.c:76:18: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-set.c:276:18: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-set.c:275:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-set.c:276:18: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-set.c:454:18: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-set.c:453:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-set.c:454:18: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-set.c:808:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-set.c:792:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-set.c:808:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-set.c:565:9: warning: Either the condition 'if(node&&(G_TYPE_CHECK_INSTANCE_TYPE(node_model,gda_data_model_get_type())))' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/gda-set.c:2168:5: note: Assuming that condition 'if(node&&(G_TYPE_CHECK_INSTANCE_TYPE(node_model,gda_data_model_get_type())))' is not redundant
libgda-5.2.4/libgda/gda-set.c:2167:44: note: Calling function 'gda_set_node_get_data_model', 1st argument 'node' value is 0
libgda-5.2.4/libgda/gda-set.c:565:9: note: Null pointer dereference
libgda-5.2.4/libgda/gda-set.c:1969:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libgda-5.2.4/libgda/gda-set.c:1971:2: note: Found duplicate branches for 'if' and 'else'.
libgda-5.2.4/libgda/gda-set.c:1969:7: note: Found duplicate branches for 'if' and 'else'.
libgda-5.2.4/libgda/gda-set.c:1115:9: style: The scope of the variable 'id' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-set.c:1497:11: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-set.c:1786:16: style: The scope of the variable 'source' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-set.c:1787:15: style: The scope of the variable 'group' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-set.c:2189:17: style: The scope of the variable 'sublist' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-set.c:2232:16: style: The scope of the variable 'source_model' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-set.c:1651:68: style: Function 'source_changed_holder_cb' argument 2 names different: declaration 'dataset' definition 'set'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-set.c:642:66: note: Function 'source_changed_holder_cb' argument 2 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1651:68: note: Function 'source_changed_holder_cb' argument 2 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1657:99: style: Function 'att_holder_changed_cb' argument 4 names different: declaration 'dataset' definition 'set'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-set.c:643:111: note: Function 'att_holder_changed_cb' argument 4 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1657:99: note: Function 'att_holder_changed_cb' argument 4 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1669:76: style: Function 'validate_change_holder_cb' argument 3 names different: declaration 'dataset' definition 'set'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-set.c:641:91: note: Function 'validate_change_holder_cb' argument 3 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1669:76: note: Function 'validate_change_holder_cb' argument 3 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1688:47: style: Function 'changed_holder_cb' argument 2 names different: declaration 'dataset' definition 'set'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-set.c:640:59: note: Function 'changed_holder_cb' argument 2 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-set.c:1688:47: note: Function 'changed_holder_cb' argument 2 names different: declaration 'dataset' definition 'set'.
libgda-5.2.4/libgda/gda-sql-builder.c:101:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-sql-builder.c:85:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-sql-builder.c:101:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-sql-builder.c:1649:11: style: The scope of the variable 'part' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-statement.c:120:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-statement.c:104:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-statement.c:120:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-statement.c:1188:49: style: Function 'default_render_distinct' argument 1 names different: declaration 'select' definition 'stmt'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-statement.c:656:63: note: Function 'default_render_distinct' argument 1 names different: declaration 'select' definition 'stmt'.
libgda-5.2.4/libgda/gda-statement.c:1188:49: note: Function 'default_render_distinct' argument 1 names different: declaration 'select' definition 'stmt'.
libgda-5.2.4/libgda/gda-transaction-status.c:123:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-transaction-status.c:109:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-transaction-status.c:123:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-manager.c:194:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-manager.c:178:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-manager.c:194:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-columns.c:193:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-mgr-columns.c:177:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-mgr-columns.c:193:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-columns.c:131:47: style: Function 'gda_tree_mgr_columns_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-tree-mgr-columns.c:38:65: note: Function 'gda_tree_mgr_columns_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-columns.c:131:47: note: Function 'gda_tree_mgr_columns_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-label.c:131:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-mgr-label.c:115:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-mgr-label.c:131:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-label.c:82:43: style: Function 'gda_tree_mgr_label_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-tree-mgr-label.c:32:61: note: Function 'gda_tree_mgr_label_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-label.c:82:43: note: Function 'gda_tree_mgr_label_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-ldap.c:150:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-mgr-ldap.c:134:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-mgr-ldap.c:150:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-ldap.c:97:41: style: Function 'gda_tree_mgr_ldap_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-tree-mgr-ldap.c:32:59: note: Function 'gda_tree_mgr_ldap_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-ldap.c:97:41: note: Function 'gda_tree_mgr_ldap_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-schemas.c:161:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-mgr-schemas.c:145:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-mgr-schemas.c:161:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-schemas.c:104:47: style: Function 'gda_tree_mgr_schemas_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-tree-mgr-schemas.c:34:65: note: Function 'gda_tree_mgr_schemas_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-schemas.c:104:47: note: Function 'gda_tree_mgr_schemas_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-select.c:157:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-mgr-select.c:141:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-mgr-select.c:157:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-select.c:349:17: style: The scope of the variable 'cvalue' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-tree-mgr-select.c:96:45: style: Function 'gda_tree_mgr_select_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-tree-mgr-select.c:36:63: note: Function 'gda_tree_mgr_select_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-select.c:96:45: note: Function 'gda_tree_mgr_select_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-tables.c:185:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-mgr-tables.c:169:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-mgr-tables.c:185:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree-mgr-tables.c:122:45: style: Function 'gda_tree_mgr_tables_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/gda-tree-mgr-tables.c:38:63: note: Function 'gda_tree_mgr_tables_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-mgr-tables.c:122:45: note: Function 'gda_tree_mgr_tables_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/libgda/gda-tree-node.c:329:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree-node.c:313:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree-node.c:329:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree.c:254:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-tree.c:238:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-tree.c:254:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-tree.c:454:10: style: The scope of the variable 'mgrlist' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-tree.c:455:18: style: The scope of the variable 'mgr' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-tree.c:456:15: style: The scope of the variable 'top' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-tree.c:533:10: style: The scope of the variable 'segments' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-types.c:35:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-types.c:32:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-types.c:35:26: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-util.c:2031:13: style: Redundant condition: If 'EXPR == '"'', the comparison 'EXPR' is always true. [redundantCondition]
libgda-5.2.4/libgda/gda-util.c:2033:13: style: Redundant condition: If 'EXPR == '"'', the comparison 'EXPR' is always true. [redundantCondition]
libgda-5.2.4/libgda/gda-util.c:330:14: style: The scope of the variable 'att' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-util.c:377:14: style: The scope of the variable 'att' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-value.c:1161:15: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
libgda-5.2.4/libgda/gda-value.c:1170:15: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
libgda-5.2.4/libgda/gda-value.c:476:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-value.c:472:0: note: Variable 'copy' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:476:2: note: Variable 'copy' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:573:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-value.c:569:0: note: Variable 'copy' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:573:2: note: Variable 'copy' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:1214:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-value.c:1210:0: note: Variable 'copy' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:1214:2: note: Variable 'copy' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:1707:2: style: Variable 'ltm' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/gda-value.c:1687:0: note: Variable 'ltm' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:1707:2: note: Variable 'ltm' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/gda-value.c:1162:15: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/gda-xa-transaction.c:236:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/gda-xa-transaction.c:222:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/gda-xa-transaction.c:236:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/gda-xa-transaction.c:507:23: style: The scope of the variable 'prov' can be reduced. [variableScope]
libgda-5.2.4/libgda/gda-xa-transaction.c:537:23: style: The scope of the variable 'prov' can be reduced. [variableScope]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:84:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:62:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:84:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:117:39: style: Function 'gda_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:33:51: note: Function 'gda_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:117:39: note: Function 'gda_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:171:67: style: Function 'gda_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:39:77: note: Function 'gda_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:171:67: note: Function 'gda_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:205:67: style: Function 'gda_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:40:77: note: Function 'gda_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:205:67: note: Function 'gda_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:226:67: style: Function 'gda_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:41:77: note: Function 'gda_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:226:67: note: Function 'gda_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:251:67: style: Function 'gda_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:43:77: note: Function 'gda_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:251:67: note: Function 'gda_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:251:87: style: Function 'gda_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:43:94: note: Function 'gda_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:251:87: note: Function 'gda_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:277:49: style: Function 'gda_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:45:76: note: Function 'gda_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:277:49: note: Function 'gda_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:294:44: style: Function 'gda_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:47:77: note: Function 'gda_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-bin.c:294:44: note: Function 'gda_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:83:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:61:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:83:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:116:46: style: Function 'gda_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:30:59: note: Function 'gda_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:116:46: note: Function 'gda_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:161:71: style: Function 'gda_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:36:81: note: Function 'gda_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:161:71: note: Function 'gda_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:175:71: style: Function 'gda_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:37:81: note: Function 'gda_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:175:71: note: Function 'gda_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:182:71: style: Function 'gda_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:38:81: note: Function 'gda_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:182:71: note: Function 'gda_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:214:72: style: Function 'gda_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:43:82: note: Function 'gda_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:214:72: note: Function 'gda_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:225:67: style: Function 'gda_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:45:80: note: Function 'gda_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:225:67: note: Function 'gda_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:232:48: style: Function 'gda_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:47:81: note: Function 'gda_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-boolean.c:232:48: note: Function 'gda_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:83:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:61:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:83:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:116:51: style: Function 'gda_handler_numerical_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:30:63: note: Function 'gda_handler_numerical_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:116:51: note: Function 'gda_handler_numerical_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:182:73: style: Function 'gda_handler_numerical_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:36:83: note: Function 'gda_handler_numerical_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:182:73: note: Function 'gda_handler_numerical_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:196:73: style: Function 'gda_handler_numerical_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:37:83: note: Function 'gda_handler_numerical_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:196:73: note: Function 'gda_handler_numerical_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:368:73: style: Function 'gda_handler_numerical_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:38:83: note: Function 'gda_handler_numerical_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:368:73: note: Function 'gda_handler_numerical_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:374:73: style: Function 'gda_handler_numerical_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:40:83: note: Function 'gda_handler_numerical_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:374:73: note: Function 'gda_handler_numerical_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:380:74: style: Function 'gda_handler_numerical_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:42:84: note: Function 'gda_handler_numerical_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:380:74: note: Function 'gda_handler_numerical_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:389:55: style: Function 'gda_handler_numerical_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:44:82: note: Function 'gda_handler_numerical_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:389:55: note: Function 'gda_handler_numerical_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:405:50: style: Function 'gda_handler_numerical_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:46:83: note: Function 'gda_handler_numerical_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-numerical.c:405:50: note: Function 'gda_handler_numerical_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:85:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:63:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/handlers/gda-handler-string.c:85:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/handlers/gda-handler-string.c:118:45: style: Function 'gda_handler_string_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:32:57: note: Function 'gda_handler_string_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:118:45: note: Function 'gda_handler_string_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:201:56: style: Function 'gda_handler_string_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:38:80: note: Function 'gda_handler_string_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:201:56: note: Function 'gda_handler_string_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:229:70: style: Function 'gda_handler_string_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:39:80: note: Function 'gda_handler_string_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:229:70: note: Function 'gda_handler_string_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:236:56: style: Function 'gda_handler_string_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:40:80: note: Function 'gda_handler_string_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:236:56: note: Function 'gda_handler_string_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:271:70: style: Function 'gda_handler_string_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:42:80: note: Function 'gda_handler_string_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:271:70: note: Function 'gda_handler_string_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:271:90: style: Function 'gda_handler_string_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:42:97: note: Function 'gda_handler_string_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:271:90: note: Function 'gda_handler_string_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:282:71: style: Function 'gda_handler_string_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:44:81: note: Function 'gda_handler_string_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:282:71: note: Function 'gda_handler_string_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:292:52: style: Function 'gda_handler_string_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:46:79: note: Function 'gda_handler_string_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:292:52: note: Function 'gda_handler_string_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:299:47: style: Function 'gda_handler_string_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-string.c:48:80: note: Function 'gda_handler_string_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-string.c:299:47: note: Function 'gda_handler_string_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:113:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:91:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/handlers/gda-handler-time.c:113:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/handlers/gda-handler-time.c:503:10: style: The scope of the variable 'vdate' can be reduced. [variableScope]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:678:10: style: The scope of the variable 'vdate' can be reduced. [variableScope]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:782:10: style: The scope of the variable 'vdate' can be reduced. [variableScope]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:606:54: style: Function 'gda_handler_time_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:52:78: note: Function 'gda_handler_time_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:606:54: note: Function 'gda_handler_time_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:725:54: style: Function 'gda_handler_time_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:53:78: note: Function 'gda_handler_time_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:725:54: note: Function 'gda_handler_time_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:891:54: style: Function 'gda_handler_time_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:54:78: note: Function 'gda_handler_time_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:891:54: note: Function 'gda_handler_time_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:917:54: style: Function 'gda_handler_time_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:56:78: note: Function 'gda_handler_time_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:917:54: note: Function 'gda_handler_time_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:917:74: style: Function 'gda_handler_time_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:56:95: note: Function 'gda_handler_time_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:917:74: note: Function 'gda_handler_time_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:1220:69: style: Function 'gda_handler_time_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:59:79: note: Function 'gda_handler_time_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:1220:69: note: Function 'gda_handler_time_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:1288:50: style: Function 'gda_handler_time_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:61:77: note: Function 'gda_handler_time_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:1288:50: note: Function 'gda_handler_time_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:1305:45: style: Function 'gda_handler_time_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-time.c:63:78: note: Function 'gda_handler_time_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-time.c:1305:45: note: Function 'gda_handler_time_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:80:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:58:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/handlers/gda-handler-type.c:80:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/handlers/gda-handler-type.c:113:41: style: Function 'gda_handler_type_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:30:53: note: Function 'gda_handler_type_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:113:41: note: Function 'gda_handler_type_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:159:68: style: Function 'gda_handler_type_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:36:78: note: Function 'gda_handler_type_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:159:68: note: Function 'gda_handler_type_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:178:68: style: Function 'gda_handler_type_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:37:78: note: Function 'gda_handler_type_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:178:68: note: Function 'gda_handler_type_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:195:68: style: Function 'gda_handler_type_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:38:78: note: Function 'gda_handler_type_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:195:68: note: Function 'gda_handler_type_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:220:68: style: Function 'gda_handler_type_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:40:78: note: Function 'gda_handler_type_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:220:68: note: Function 'gda_handler_type_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:220:88: style: Function 'gda_handler_type_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:40:95: note: Function 'gda_handler_type_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:220:88: note: Function 'gda_handler_type_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:237:50: style: Function 'gda_handler_type_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:42:77: note: Function 'gda_handler_type_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:237:50: note: Function 'gda_handler_type_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:244:45: style: Function 'gda_handler_type_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/handlers/gda-handler-type.c:44:78: note: Function 'gda_handler_type_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/handlers/gda-handler-type.c:244:45: note: Function 'gda_handler_type_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/libcsv.c:145:16: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/libcsv.c:150:9: note: Assuming that condition 'p==NULL' is not redundant
libgda-5.2.4/libgda/libcsv.c:145:16: note: Null pointer dereference
libgda-5.2.4/libgda/libcsv.c:146:16: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/libcsv.c:150:9: note: Assuming that condition 'p==NULL' is not redundant
libgda-5.2.4/libgda/libcsv.c:146:16: note: Null pointer dereference
libgda-5.2.4/libgda/libcsv.c:147:19: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/libcsv.c:150:9: note: Assuming that condition 'p==NULL' is not redundant
libgda-5.2.4/libgda/libcsv.c:147:19: note: Null pointer dereference
libgda-5.2.4/libgda/libcsv.c:148:22: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/libcsv.c:150:9: note: Assuming that condition 'p==NULL' is not redundant
libgda-5.2.4/libgda/libcsv.c:148:22: note: Null pointer dereference
libgda-5.2.4/libgda/libcsv.c:240:8: style: The scope of the variable 'c' can be reduced. [variableScope]
libgda-5.2.4/libgda/libcsv.c:80:18: style: Function 'csv_strerror' argument 1 names different: declaration 'error' definition 'status'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/csv.h:52:25: note: Function 'csv_strerror' argument 1 names different: declaration 'error' definition 'status'.
libgda-5.2.4/libgda/libcsv.c:80:18: note: Function 'csv_strerror' argument 1 names different: declaration 'error' definition 'status'.
libgda-5.2.4/libgda/libcsv.c:167:7: style: Variable 'pstate' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/libcsv.c:106:5: error: Memory leak: p [memleak]
libgda-5.2.4/libgda/libcsv.c:110:5: error: Memory leak: p [memleak]
libgda-5.2.4/libgda/libcsv.c:124:3: error: Memory leak: p [memleak]
libgda-5.2.4/libgda/providers-support/gda-pstmt.c:64:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/providers-support/gda-pstmt.c:48:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/providers-support/gda-pstmt.c:64:12: note: Condition 'type==0' is always true
delimiter.c:994:7: style: The scope of the variable 'yyact' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:141:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:119:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:141:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:686:16: style: The scope of the variable 'stmt' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:231:36: style: Function 'gda_sql_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:40:48: note: Function 'gda_sql_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/libgda/sql-parser/gda-sql-parser.c:231:36: note: Function 'gda_sql_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/libgda/sql-parser/gda-statement-struct.c:224:44: warning: Logical conjunction always evaluates to false: EXPR == 'M' && EXPR == 'P'. [incorrectLogicOperator]
libgda-5.2.4/libgda/sql-parser/gda-statement-struct.c:280:59: warning: Either the condition 'if(infos&&infos->serialize)' is redundant or there is possible null pointer dereference: infos. [nullPointerRedundantCheck]
libgda-5.2.4/libgda/sql-parser/gda-statement-struct.c:281:5: note: Assuming that condition 'if(infos&&infos->serialize)' is not redundant
libgda-5.2.4/libgda/sql-parser/gda-statement-struct.c:280:59: note: Null pointer dereference
libgda-5.2.4/libgda/sql-parser/gen_def.c:84:3: error: Resource leak: fd_imposed [resourceLeak]
libgda-5.2.4/libgda/sql-parser/gen_def.c:89:3: error: Resource leak: fd_imposed [resourceLeak]
libgda-5.2.4/libgda/sql-parser/gen_def.c:89:3: error: Resource leak: fd_parser [resourceLeak]
libgda-5.2.4/libgda/sql-parser/lemon.c:1814:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgda-5.2.4/libgda/sql-parser/lemon.c:712:20: style: The scope of the variable 's1' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1251:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1697:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1698:7: style: The scope of the variable 'dashdash' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1752:7: style: The scope of the variable 'lv' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1753:10: style: The scope of the variable 'dv' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1862:7: style: The scope of the variable 'dashdash' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1863:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:1889:12: style: The scope of the variable 'len' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:2350:35: style: The scope of the variable 'nBack' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:2800:21: style: The scope of the variable 'len' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:2844:18: style: The scope of the variable 'sp' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:2964:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:2990:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:3016:15: style: The scope of the variable 'pathlist' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:3017:9: style: The scope of the variable 'pathbufptr' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:3087:10: style: The scope of the variable 'iStart' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:3265:15: style: The scope of the variable 'empty' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:3269:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:3406:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4059:8: style: The scope of the variable 'line' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4060:8: style: The scope of the variable 'pattern' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4098:27: style: The scope of the variable 'rbest' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4099:7: style: The scope of the variable 'nbest' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4101:7: style: The scope of the variable 'usesWildcard' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4613:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:4794:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/libgda/sql-parser/lemon.c:2510:26: style: Function 'Parse' argument 1 names different: declaration 'lemp' definition 'gp'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sql-parser/lemon.c:111:26: note: Function 'Parse' argument 1 names different: declaration 'lemp' definition 'gp'.
libgda-5.2.4/libgda/sql-parser/lemon.c:2510:26: note: Function 'Parse' argument 1 names different: declaration 'lemp' definition 'gp'.
libgda-5.2.4/libgda/sql-parser/lemon.c:2542:5: error: Resource leak: fp [resourceLeak]
libgda-5.2.4/libgda/sql-parser/lemon.c:2549:5: error: Resource leak: fp [resourceLeak]
libgda-5.2.4/libgda/sql-parser/lemon.c:3284:5: error: Common realloc mistake: 'z' nulled but not freed upon failure [memleakOnRealloc]
libgda-5.2.4/libgda/sql-parser/lemon.c:3161:0: error: Memory leak: tpltname [memleak]
libgda-5.2.4/libgda/sql-parser/lempar.c:7:0: error: syntax error [syntaxError]
parser.c:3589:7: style: The scope of the variable 'yyact' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/gda-sqlite-blob-op.c:67:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/gda-sqlite-blob-op.c:52:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/gda-sqlite-blob-op.c:67:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/gda-sqlite-blob-op.c:75:43: style: Function 'gda_sqlite_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-blob-op.c:34:61: note: Function 'gda_sqlite_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-blob-op.c:75:43: note: Function 'gda_sqlite_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-ddl.c:278:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/sqlite/gda-sqlite-ddl.c:263:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/gda-sqlite-ddl.c:278:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/gda-sqlite-ddl.c:219:11: style: Variable 'allok' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:81:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:59:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:81:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:114:52: style: Function 'gda_sqlite_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:31:64: note: Function 'gda_sqlite_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:114:52: note: Function 'gda_sqlite_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:159:74: style: Function 'gda_sqlite_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:37:84: note: Function 'gda_sqlite_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:159:74: note: Function 'gda_sqlite_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:190:74: style: Function 'gda_sqlite_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:38:84: note: Function 'gda_sqlite_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:190:74: note: Function 'gda_sqlite_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:231:74: style: Function 'gda_sqlite_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:39:84: note: Function 'gda_sqlite_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:231:74: note: Function 'gda_sqlite_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:263:74: style: Function 'gda_sqlite_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:41:84: note: Function 'gda_sqlite_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:263:74: note: Function 'gda_sqlite_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:263:94: style: Function 'gda_sqlite_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:41:101: note: Function 'gda_sqlite_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:263:94: note: Function 'gda_sqlite_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:298:70: style: Function 'gda_sqlite_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:43:83: note: Function 'gda_sqlite_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:298:70: note: Function 'gda_sqlite_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:305:51: style: Function 'gda_sqlite_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:45:84: note: Function 'gda_sqlite_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-bin.c:305:51: note: Function 'gda_sqlite_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:79:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:57:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:79:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:112:59: style: Function 'gda_sqlite_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:26:72: note: Function 'gda_sqlite_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:112:59: note: Function 'gda_sqlite_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:156:78: style: Function 'gda_sqlite_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:32:88: note: Function 'gda_sqlite_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:156:78: note: Function 'gda_sqlite_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:163:78: style: Function 'gda_sqlite_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:33:88: note: Function 'gda_sqlite_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:163:78: note: Function 'gda_sqlite_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:170:78: style: Function 'gda_sqlite_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:34:88: note: Function 'gda_sqlite_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:170:78: note: Function 'gda_sqlite_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:200:79: style: Function 'gda_sqlite_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:39:89: note: Function 'gda_sqlite_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:200:79: note: Function 'gda_sqlite_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:210:74: style: Function 'gda_sqlite_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:41:89: note: Function 'gda_sqlite_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:210:74: note: Function 'gda_sqlite_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:217:55: style: Function 'gda_sqlite_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:43:88: note: Function 'gda_sqlite_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-handler-boolean.c:217:55: note: Function 'gda_sqlite_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2305:24: style: Redundant condition: routine_name_n. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:255:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:250:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:255:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1289:34: style: The scope of the variable 'cvalue' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1865:12: style: The scope of the variable 'v1' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:427:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:431:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:737:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:851:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:854:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1093:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1095:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1096:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1097:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1098:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1099:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1100:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1101:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1102:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1107:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1108:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1338:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1339:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1340:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1393:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1394:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1395:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1452:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1453:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1454:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1650:16: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:1664:16: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2229:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2230:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2233:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2236:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2237:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2238:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2239:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2240:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2241:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2242:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2243:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2244:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-meta.c:2247:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:828:26: style: Redundant condition: append_extension. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:1340:25: style: Redundant condition: append_extension. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:619:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:605:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:619:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:3201:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:3187:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:3201:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:3688:27: style: Same expression on both sides of '||'. [duplicateExpression]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:3823:17: style: The scope of the variable 're_array' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:574:46: style: Function 'gda_sqlite_provider_init' argument 1 names different: declaration 'provider' definition 'sqlite_prv'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:252:64: note: Function 'gda_sqlite_provider_init' argument 1 names different: declaration 'provider' definition 'sqlite_prv'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:574:46: note: Function 'gda_sqlite_provider_init' argument 1 names different: declaration 'provider' definition 'sqlite_prv'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:1700:17: style: Function 'gda_sqlite_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:304:16: note: Function 'gda_sqlite_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-provider.c:1700:17: note: Function 'gda_sqlite_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-pstmt.c:58:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/gda-sqlite-pstmt.c:42:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/gda-sqlite-pstmt.c:58:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/gda-sqlite-recordset.c:151:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/gda-sqlite-recordset.c:136:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/gda-sqlite-recordset.c:151:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.c:238:16: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.c:54:55: style: Function '_gda_sqlite_compute_types_hash' argument 1 names different: declaration 'scnc' definition 'cdata'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.h:31:61: note: Function '_gda_sqlite_compute_types_hash' argument 1 names different: declaration 'scnc' definition 'cdata'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.c:54:55: note: Function '_gda_sqlite_compute_types_hash' argument 1 names different: declaration 'scnc' definition 'cdata'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.c:315:18: style: Function '_gda_sqlite_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.h:41:20: note: Function '_gda_sqlite_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/libgda/sqlite/gda-sqlite-util.c:315:18: note: Function '_gda_sqlite_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:316:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:302:12: note: outer condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:316:12: note: identical inner condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:302:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:300:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:302:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:316:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:300:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:316:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:97:2: style: Variable 'string' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:94:0: note: Variable 'string' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/virtual/gda-ldap-connection.c:97:2: note: Variable 'string' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:198:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:184:12: note: outer condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:198:13: note: identical inner condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:184:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:182:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:184:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:198:13: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:182:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:198:13: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:354:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:355:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-data-model.c:36:16: style: struct member '_GdaVconnectionDataModelPrivate::executed_stmt' is never used. [unusedStructMember]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:121:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:107:12: note: outer condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:121:12: note: identical inner condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:107:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:105:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:107:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:121:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:105:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:121:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:804:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:883:11: style: The scope of the variable 'tsn' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/virtual/gda-vconnection-hub.c:883:17: style: The scope of the variable 'tn' can be reduced. [variableScope]
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-connection.c:114:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-connection.c:99:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-connection.c:114:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:98:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:84:12: note: outer condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:98:12: note: identical inner condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:84:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:82:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:84:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:98:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:82:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:98:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:55:62: style: Function 'gda_virtual_provider_init' argument 1 names different: declaration 'prov' definition 'vprov'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:31:66: note: Function 'gda_virtual_provider_init' argument 1 names different: declaration 'prov' definition 'vprov'.
libgda-5.2.4/libgda/sqlite/virtual/gda-virtual-provider.c:55:62: note: Function 'gda_virtual_provider_init' argument 1 names different: declaration 'prov' definition 'vprov'.
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:134:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:120:12: note: outer condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:134:12: note: identical inner condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:120:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:118:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:120:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:134:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:118:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:134:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-data-model.c:40:6: style: struct member '_GdaVproviderDataModelPrivate::foo' is never used. [unusedStructMember]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:120:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:106:12: note: outer condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:120:12: note: identical inner condition: type==0
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:106:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:104:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:106:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:120:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:104:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:120:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/sqlite/virtual/gda-vprovider-hub.c:27:6: style: struct member '_GdaVproviderHubPrivate::foo' is never used. [unusedStructMember]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-blob-op.c:64:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-blob-op.c:49:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/thread-wrapper/gda-thread-blob-op.c:64:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/thread-wrapper/gda-thread-blob-op.c:72:43: style: Function 'gda_thread_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-blob-op.c:31:61: note: Function 'gda_thread_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-blob-op.c:72:43: note: Function 'gda_thread_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:413:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:283:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:269:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:283:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1833:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1832:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1833:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1884:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1883:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1884:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1934:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1933:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1934:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1985:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1984:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1985:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:2035:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:2034:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:2035:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:257:46: style: Function 'gda_thread_provider_init' argument 1 names different: declaration 'provider' definition 'thread_prv'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:57:64: note: Function 'gda_thread_provider_init' argument 1 names different: declaration 'provider' definition 'thread_prv'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:257:46: note: Function 'gda_thread_provider_init' argument 1 names different: declaration 'provider' definition 'thread_prv'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1381:17: style: Function 'gda_thread_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:109:21: note: Function 'gda_thread_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:1381:17: note: Function 'gda_thread_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:2155:20: style: Function 'gda_thread_provider_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'. [funcArgNamesDifferent]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:132:20: note: Function 'gda_thread_provider_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-provider.c:2155:20: note: Function 'gda_thread_provider_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/libgda/thread-wrapper/gda-thread-recordset.c:144:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-recordset.c:129:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/thread-wrapper/gda-thread-recordset.c:144:12: note: Condition 'type==0' is always true
libgda-5.2.4/libgda/thread-wrapper/gda-thread-wrapper.c:704:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/libgda/thread-wrapper/gda-thread-wrapper.c:688:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/libgda/thread-wrapper/gda-thread-wrapper.c:704:26: note: Condition 'type==0' is always true
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:108:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:94:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:108:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:143:21: style: The scope of the variable 'cdata' can be reduced. [variableScope]
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:74:54: style: Function 'gda_bdb_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:34:58: note: Function 'gda_bdb_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'.
libgda-5.2.4/providers/bdb/gda-bdb-provider.c:74:54: note: Function 'gda_bdb_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'.
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:65:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:51:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:65:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:78:47: style: Function 'gda_firebird_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:33:65: note: Function 'gda_firebird_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:78:47: note: Function 'gda_firebird_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/firebird/gda-firebird-blob-op.c:194:22: style: Variable 'bin' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/firebird/gda-firebird-ddl.c:133:11: style: Variable 'allok' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/firebird/gda-firebird-meta.c:1112:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgda-5.2.4/providers/firebird/gda-firebird-meta.c:916:24: style: The scope of the variable 'proxy' can be reduced. [variableScope]
libgda-5.2.4/providers/firebird/gda-firebird-meta.c:968:24: style: The scope of the variable 'proxy' can be reduced. [variableScope]
libgda-5.2.4/providers/firebird/gda-firebird-parser.c:50:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/firebird/gda-firebird-parser.c:35:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/firebird/gda-firebird-parser.c:50:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/firebird/gda-firebird-parser.c:83:46: style: Function 'gda_firebird_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'. [funcArgNamesDifferent]
libgda-5.2.4/providers/firebird/gda-firebird-parser.c:28:58: note: Function 'gda_firebird_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/firebird/gda-firebird-parser.c:83:46: note: Function 'gda_firebird_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:340:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:327:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:340:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:595:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:300:50: style: Function 'gda_firebird_provider_init' argument 1 names different: declaration 'provider' definition 'firebird_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:55:68: note: Function 'gda_firebird_provider_init' argument 1 names different: declaration 'provider' definition 'firebird_prv'.
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:300:50: note: Function 'gda_firebird_provider_init' argument 1 names different: declaration 'provider' definition 'firebird_prv'.
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:975:12: style: Function 'gda_firebird_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:109:18: note: Function 'gda_firebird_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/firebird/gda-firebird-provider.c:975:12: note: Function 'gda_firebird_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/firebird/gda-firebird-pstmt.c:56:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/firebird/gda-firebird-pstmt.c:40:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/firebird/gda-firebird-pstmt.c:56:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:154:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:139:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:154:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:231:14: style: The scope of the variable 'blob_s' can be reduced. [variableScope]
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:231:26: style: The scope of the variable 'date_s' can be reduced. [variableScope]
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:232:16: style: The scope of the variable 'vary2' can be reduced. [variableScope]
libgda-5.2.4/providers/firebird/gda-firebird-recordset.c:233:14: style: The scope of the variable 'len' can be reduced. [variableScope]
libgda-5.2.4/providers/firebird/gen_def.c:70:3: error: Resource leak: fd_imposed [resourceLeak]
parser.c:3571:7: style: The scope of the variable 'yyact' can be reduced. [variableScope]
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:68:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:53:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:68:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:160:2: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:150:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:160:2: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:256:2: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:243:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:256:2: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:239:13: style: The scope of the variable 'bin' can be reduced. [variableScope]
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:76:39: style: Function 'gda_jdbc_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:35:57: note: Function 'gda_jdbc_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/jdbc/gda-jdbc-blob-op.c:76:39: note: Function 'gda_jdbc_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/jdbc/gda-jdbc-ddl.c:30:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/providers/jdbc/gda-jdbc-ddl.c:139:11: style: Variable 'allok' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/jdbc/gda-jdbc-meta.c:155:6: style: Condition '!model' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/jdbc/gda-jdbc-meta.c:148:24: note: Assignment 'model=NULL', assigned value is 0
libgda-5.2.4/providers/jdbc/gda-jdbc-meta.c:155:6: note: Condition '!model' is always true
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:314:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:300:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:314:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:617:3: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:613:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:617:3: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1608:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1594:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1608:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1746:3: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1733:0: note: Variable 'set' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1746:3: note: Variable 'set' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1926:3: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1922:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1926:3: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:270:42: style: Function 'gda_jdbc_provider_init' argument 1 names different: declaration 'provider' definition 'jdbc_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:52:60: note: Function 'gda_jdbc_provider_init' argument 1 names different: declaration 'provider' definition 'jdbc_prv'.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:270:42: note: Function 'gda_jdbc_provider_init' argument 1 names different: declaration 'provider' definition 'jdbc_prv'.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1045:15: style: Function 'gda_jdbc_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:101:21: note: Function 'gda_jdbc_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/jdbc/gda-jdbc-provider.c:1045:15: note: Function 'gda_jdbc_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/jdbc/gda-jdbc-pstmt.c:57:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/jdbc/gda-jdbc-pstmt.c:41:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/jdbc/gda-jdbc-pstmt.c:57:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:135:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:120:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:135:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:429:2: style: Variable 'prow' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:426:0: note: Variable 'prow' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:429:2: note: Variable 'prow' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:500:2: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:497:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:500:2: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:533:2: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:530:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/gda-jdbc-recordset.c:533:2: note: Variable 'jenv' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:505:11: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/providers/jdbc/jni-wrapper.c:721:11: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/providers/jdbc/jni-wrapper.c:242:32: style: Function 'jni_wrapper_class_get' argument 1 names different: declaration 'jvm' definition 'jenv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/jni-wrapper.h:47:50: note: Function 'jni_wrapper_class_get' argument 1 names different: declaration 'jvm' definition 'jenv'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:242:32: note: Function 'jni_wrapper_class_get' argument 1 names different: declaration 'jvm' definition 'jenv'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:314:39: style: Function 'jni_wrapper_handle_exception' argument 1 names different: declaration 'jvm' definition 'jenv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/jni-wrapper.h:44:57: note: Function 'jni_wrapper_handle_exception' argument 1 names different: declaration 'jvm' definition 'jenv'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:314:39: note: Function 'jni_wrapper_handle_exception' argument 1 names different: declaration 'jvm' definition 'jenv'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:425:49: style: Function 'jni_wrapper_method_create' argument 2 names different: declaration 'jklass' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/jni-wrapper.h:60:67: note: Function 'jni_wrapper_method_create' argument 2 names different: declaration 'jklass' definition 'klass'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:425:49: note: Function 'jni_wrapper_method_create' argument 2 names different: declaration 'jklass' definition 'klass'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:662:48: style: Function 'jni_wrapper_field_create' argument 2 names different: declaration 'jklass' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/providers/jdbc/jni-wrapper.h:76:66: note: Function 'jni_wrapper_field_create' argument 2 names different: declaration 'jklass' definition 'klass'.
libgda-5.2.4/providers/jdbc/jni-wrapper.c:662:48: note: Function 'jni_wrapper_field_create' argument 2 names different: declaration 'jklass' definition 'klass'.
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:917:15: style: Redundant condition: !alter. 'alter || (!alter && !cmde->other_args)' is equivalent to 'alter || !cmde->other_args' [redundantCondition]
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:128:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:114:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:128:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:92:56: style: Function 'gda_ldap_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:42:60: note: Function 'gda_ldap_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'.
libgda-5.2.4/providers/ldap/gda-ldap-provider.c:92:56: note: Function 'gda_ldap_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1217:28: style: Redundant condition: dn. '!dn || (dn && *dn)' is equivalent to '!dn || *dn' [redundantCondition]
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1346:28: style: Redundant condition: dn. '!dn || (dn && *dn)' is equivalent to '!dn || *dn' [redundantCondition]
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1288:5: style: Variable 'lattr' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1287:0: note: Variable 'lattr' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1288:5: note: Variable 'lattr' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1427:7: style: Variable 'lattr' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1426:0: note: Variable 'lattr' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1427:7: note: Variable 'lattr' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:870:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/providers/ldap/gda-ldap-util.c:834:62: style: Function 'gda_ldap_get_g_type' argument 2 names different: declaration 'attribute' definition 'attribute_name'. [funcArgNamesDifferent]
libgda-5.2.4/providers/ldap/gda-ldap-util.h:47:80: note: Function 'gda_ldap_get_g_type' argument 2 names different: declaration 'attribute' definition 'attribute_name'.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:834:62: note: Function 'gda_ldap_get_g_type' argument 2 names different: declaration 'attribute' definition 'attribute_name'.
libgda-5.2.4/providers/ldap/gda-ldap-util.c:1504:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:351:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:330:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:351:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:1357:3: style: Variable 'sub' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:1356:0: note: Variable 'sub' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:1357:3: note: Variable 'sub' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:367:22: style: The scope of the variable 'string' can be reduced. [variableScope]
libgda-5.2.4/providers/ldap/gdaprov-data-model-ldap.c:1116:12: style: The scope of the variable 'cpart' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:138:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:124:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:138:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:499:14: style: The scope of the variable 'mdb_col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:96:40: style: Function 'gda_mdb_provider_init' argument 1 names different: declaration 'provider' definition 'myprv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:50:58: note: Function 'gda_mdb_provider_init' argument 1 names different: declaration 'provider' definition 'myprv'.
libgda-5.2.4/providers/mdb/gda-mdb-provider.c:96:40: note: Function 'gda_mdb_provider_init' argument 1 names different: declaration 'provider' definition 'myprv'.
libgda-5.2.4/providers/mdb/libmdb-src/backend.c:24:0: error: failed to expand 'MdbBackendType_STRUCT_ELEMENT', Invalid ## usage when expanding 'MdbBackendType_STRUCT_ELEMENT'. [preprocessorErrorDirective]
libgda-5.2.4/providers/mdb/libmdb-src/catalog.c:29:14: style: The scope of the variable 'type_name' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/catalog.c:69:6: style: The scope of the variable 'type' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/catalog.c:123:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:427:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:66:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:208:5: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:247:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:249:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:472:30: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:472:42: portability: 'buf+row_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:519:30: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:532:30: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:532:42: portability: 'buf+row_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:631:33: portability: 'pg_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:631:41: portability: 'pg_buf+start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:649:30: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:674:29: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:291:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/data.c:261:26: style: Variable 'lookupflag' is modified but its new value is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/file.c:213:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/file.c:213:27: style: The scope of the variable 'data' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/iconv.c:67:12: style: Variable 'len_out' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/iconv.c:186:3: style: Variable 'iconv_code' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:470:11: style: Condition '!passed' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:431:17: note: Assignment 'passed=0', assigned value is 0
libgda-5.2.4/providers/mdb/libmdb-src/index.c:470:11: note: Condition '!passed' is always true
libgda-5.2.4/providers/mdb/libmdb-src/index.c:467:3: style: Variable 'newipg' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:466:3: note: Variable 'newipg' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mdb/libmdb-src/index.c:467:3: note: Variable 'newipg' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mdb/libmdb-src/index.c:319:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:359:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:429:22: style: The scope of the variable 'newipg' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:566:6: style: The scope of the variable 'idx_sz' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:568:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:688:15: style: The scope of the variable 'marker' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:689:12: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:707:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:735:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:832:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:833:6: style: The scope of the variable 'cost' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:698:12: style: Variable 'marker' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:699:7: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/index.c:720:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:35:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:35:15: style: The scope of the variable 'cplen' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:61:5: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:61:15: style: The scope of the variable 'col_num' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:61:24: style: The scope of the variable 'val_len' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:62:10: style: The scope of the variable 'col_type' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/kkd.c:106:18: style: The scope of the variable 'row_type' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/like.c:42:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/money.c:118:20: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/options.c:42:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/options.c:57:8: style: The scope of the variable 'opt' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:32:2: style: Variable 'names' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:29:0: note: Variable 'names' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mdb/libmdb-src/props.c:32:2: note: Variable 'names' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mdb/libmdb-src/props.c:28:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:77:6: style: The scope of the variable 'elem' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:77:12: style: The scope of the variable 'dtype' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:77:19: style: The scope of the variable 'dsize' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:78:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:78:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:30:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/props.c:80:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/sargs.c:177:6: style: The scope of the variable 'elem' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/sargs.c:178:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/sargs.c:179:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/sargs.c:255:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:324:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:118:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:305:12: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:306:5: style: The scope of the variable 'coln' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:307:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:309:17: style: The scope of the variable 'bitn' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:98:34: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:107:39: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:87:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:165:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/table.c:250:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/providers/mdb/libmdb-src/worktable.c:88:13: style: The scope of the variable 'col' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:212:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:213:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:214:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:98:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:477:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:596:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:789:16: style: The scope of the variable 'iflag' can be reduced. [variableScope]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:517:5: style: Variable 'idx_xref' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:818:8: style: Variable 'pg' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:820:11: style: Variable 'iflag' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mdb/libmdb-src/write.c:226:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:67:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:52:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:67:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:75:47: style: Function 'gda_mysql_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:34:59: note: Function 'gda_mysql_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:75:47: note: Function 'gda_mysql_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/mysql/gda-mysql-blob-op.c:196:22: style: Variable 'bin' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:539:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:525:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:539:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:567:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:552:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:567:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:701:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:687:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:701:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:878:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:864:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:878:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:57:12: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mysql/gda-mysql-ddl.c:250:11: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:81:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:59:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:81:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:114:50: style: Function 'gda_mysql_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:31:62: note: Function 'gda_mysql_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:114:50: note: Function 'gda_mysql_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:159:73: style: Function 'gda_mysql_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:37:83: note: Function 'gda_mysql_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:159:73: note: Function 'gda_mysql_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:190:73: style: Function 'gda_mysql_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:38:83: note: Function 'gda_mysql_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:190:73: note: Function 'gda_mysql_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:231:73: style: Function 'gda_mysql_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:39:83: note: Function 'gda_mysql_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:231:73: note: Function 'gda_mysql_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:263:73: style: Function 'gda_mysql_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:41:83: note: Function 'gda_mysql_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:263:73: note: Function 'gda_mysql_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:263:93: style: Function 'gda_mysql_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:41:100: note: Function 'gda_mysql_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:263:93: note: Function 'gda_mysql_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:298:69: style: Function 'gda_mysql_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:43:82: note: Function 'gda_mysql_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:298:69: note: Function 'gda_mysql_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:305:50: style: Function 'gda_mysql_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:45:83: note: Function 'gda_mysql_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-bin.c:305:50: note: Function 'gda_mysql_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:79:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:57:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:79:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:112:57: style: Function 'gda_mysql_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:26:70: note: Function 'gda_mysql_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:112:57: note: Function 'gda_mysql_handler_boolean_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:156:77: style: Function 'gda_mysql_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:32:87: note: Function 'gda_mysql_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:156:77: note: Function 'gda_mysql_handler_boolean_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:163:77: style: Function 'gda_mysql_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:33:87: note: Function 'gda_mysql_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:163:77: note: Function 'gda_mysql_handler_boolean_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:170:77: style: Function 'gda_mysql_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:34:87: note: Function 'gda_mysql_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:170:77: note: Function 'gda_mysql_handler_boolean_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:200:78: style: Function 'gda_mysql_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:39:88: note: Function 'gda_mysql_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:200:78: note: Function 'gda_mysql_handler_boolean_get_sane_init_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:211:73: style: Function 'gda_mysql_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:41:88: note: Function 'gda_mysql_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:211:73: note: Function 'gda_mysql_handler_boolean_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:218:54: style: Function 'gda_mysql_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:43:87: note: Function 'gda_mysql_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-handler-boolean.c:218:54: note: Function 'gda_mysql_handler_boolean_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:425:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:411:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:425:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:531:2: style: Variable 'mysql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:530:0: note: Variable 'mysql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:531:2: note: Variable 'mysql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:2447:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:2433:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:2447:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:2624:4: style: Variable 'bin' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:2621:0: note: Variable 'bin' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:2624:4: note: Variable 'bin' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:378:50: style: Function 'gda_mysql_provider_init' argument 1 names different: declaration 'provider' definition 'mysql_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:68:68: note: Function 'gda_mysql_provider_init' argument 1 names different: declaration 'provider' definition 'mysql_prv'.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:378:50: note: Function 'gda_mysql_provider_init' argument 1 names different: declaration 'provider' definition 'mysql_prv'.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:1314:30: style: Function 'gda_mysql_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:163:29: note: Function 'gda_mysql_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:1314:30: note: Function 'gda_mysql_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:3112:17: style: Function 'gda_mysql_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'. [funcArgNamesDifferent]
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:201:20: note: Function 'gda_mysql_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/mysql/gda-mysql-provider.c:3112:17: note: Function 'gda_mysql_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/mysql/gda-mysql-pstmt.c:61:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mysql/gda-mysql-pstmt.c:45:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mysql/gda-mysql-pstmt.c:61:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mysql/gda-mysql-recordset.c:306:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/mysql/gda-mysql-recordset.c:291:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/mysql/gda-mysql-recordset.c:306:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/mysql/gda-mysql-recordset.c:629:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:66:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:51:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:66:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:205:20: style: Condition 'tmp_written<0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:203:19: note: Assignment 'tmp_written=-1', assigned value is -1
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:205:20: note: Condition 'tmp_written<0' is always true
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:74:43: style: Function 'gda_oracle_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:33:61: note: Function 'gda_oracle_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:74:43: note: Function 'gda_oracle_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/oracle/gda-oracle-blob-op.c:220:23: style: Variable 'bin' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/oracle/gda-oracle-ddl.c:30:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/providers/oracle/gda-oracle-ddl.c:139:11: style: Variable 'allok' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/oracle/gda-oracle-meta.c:185:6: style: Condition '!model' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-meta.c:172:24: note: Assignment 'model=NULL', assigned value is 0
libgda-5.2.4/providers/oracle/gda-oracle-meta.c:185:6: note: Condition '!model' is always true
libgda-5.2.4/providers/oracle/gda-oracle-parser.c:50:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-parser.c:35:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/oracle/gda-oracle-parser.c:50:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/oracle/gda-oracle-parser.c:78:42: style: Function 'gda_oracle_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'. [funcArgNamesDifferent]
libgda-5.2.4/providers/oracle/gda-oracle-parser.c:28:54: note: Function 'gda_oracle_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/oracle/gda-oracle-parser.c:78:42: note: Function 'gda_oracle_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:1790:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:345:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:331:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:345:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2103:2: style: Variable 'event' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2095:2: note: Variable 'event' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2103:2: note: Variable 'event' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2047:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2033:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2047:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:303:46: style: Function 'gda_oracle_provider_init' argument 1 names different: declaration 'provider' definition 'oracle_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:57:64: note: Function 'gda_oracle_provider_init' argument 1 names different: declaration 'provider' definition 'oracle_prv'.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:303:46: note: Function 'gda_oracle_provider_init' argument 1 names different: declaration 'provider' definition 'oracle_prv'.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:1164:17: style: Function 'gda_oracle_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:107:16: note: Function 'gda_oracle_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:1164:17: note: Function 'gda_oracle_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2562:18: style: Function 'gda_oracle_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'. [funcArgNamesDifferent]
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:131:21: note: Function 'gda_oracle_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/oracle/gda-oracle-provider.c:2562:18: note: Function 'gda_oracle_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/oracle/gda-oracle-pstmt.c:57:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-pstmt.c:41:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/oracle/gda-oracle-pstmt.c:57:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/oracle/gda-oracle-recordset.c:133:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/oracle/gda-oracle-recordset.c:118:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/oracle/gda-oracle-recordset.c:133:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/oracle/gda-oracle-util.c:286:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:292:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:306:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:316:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:320:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:336:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:354:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/providers/oracle/gda-oracle-util.c:49:9: style: The scope of the variable 'source' can be reduced. [variableScope]
libgda-5.2.4/providers/oracle/gen_def.c:70:3: error: Resource leak: fd_imposed [resourceLeak]
libgda-5.2.4/providers/postgres/gda-postgres-blob-op.c:70:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/postgres/gda-postgres-blob-op.c:55:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/postgres/gda-postgres-blob-op.c:70:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/postgres/gda-postgres-blob-op.c:78:47: style: Function 'gda_postgres_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-blob-op.c:37:65: note: Function 'gda_postgres_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/postgres/gda-postgres-blob-op.c:78:47: note: Function 'gda_postgres_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:95:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:86:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:95:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:440:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:426:0: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:440:2: note: Variable 'sql' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-ddl.c:954:12: style: Variable 'with' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:82:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:60:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:82:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:115:56: style: Function 'gda_postgres_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:32:68: note: Function 'gda_postgres_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:115:56: note: Function 'gda_postgres_handler_bin_init' argument 1 names different: declaration 'wid' definition 'hdl'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:171:62: style: Function 'gda_postgres_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:38:86: note: Function 'gda_postgres_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:171:62: note: Function 'gda_postgres_handler_bin_get_sql_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:215:76: style: Function 'gda_postgres_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:39:86: note: Function 'gda_postgres_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:215:76: note: Function 'gda_postgres_handler_bin_get_str_from_value' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:225:76: style: Function 'gda_postgres_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:40:86: note: Function 'gda_postgres_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:225:76: note: Function 'gda_postgres_handler_bin_get_value_from_sql' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:254:76: style: Function 'gda_postgres_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:42:86: note: Function 'gda_postgres_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:254:76: note: Function 'gda_postgres_handler_bin_get_value_from_str' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:254:96: style: Function 'gda_postgres_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:42:103: note: Function 'gda_postgres_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:254:96: note: Function 'gda_postgres_handler_bin_get_value_from_str' argument 2 names different: declaration 'sql' definition 'str'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:270:58: style: Function 'gda_postgres_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:44:87: note: Function 'gda_postgres_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:270:58: note: Function 'gda_postgres_handler_bin_accepts_g_type' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:277:53: style: Function 'gda_postgres_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:46:86: note: Function 'gda_postgres_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-handler-bin.c:277:53: note: Function 'gda_postgres_handler_bin_get_descr' argument 1 names different: declaration 'dh' definition 'iface'.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:345:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:331:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:345:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2096:2: style: Variable 'param_values' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2088:0: note: Variable 'param_values' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2096:2: note: Variable 'param_values' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2097:2: style: Variable 'param_lengths' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2089:0: note: Variable 'param_lengths' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2097:2: note: Variable 'param_lengths' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2098:2: style: Variable 'param_formats' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2090:0: note: Variable 'param_formats' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2098:2: note: Variable 'param_formats' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2099:2: style: Variable 'param_mem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2091:0: note: Variable 'param_mem' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2099:2: note: Variable 'param_mem' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2246:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2232:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2246:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:1048:13: style: The scope of the variable 'pg_res' can be reduced. [variableScope]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:303:50: style: Function 'gda_postgres_provider_init' argument 1 names different: declaration 'provider' definition 'postgres_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:63:68: note: Function 'gda_postgres_provider_init' argument 1 names different: declaration 'provider' definition 'postgres_prv'.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:303:50: note: Function 'gda_postgres_provider_init' argument 1 names different: declaration 'provider' definition 'postgres_prv'.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:1482:12: style: Function 'gda_postgres_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:113:18: note: Function 'gda_postgres_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:1482:12: note: Function 'gda_postgres_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2772:15: style: Function 'gda_postgresql_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'. [funcArgNamesDifferent]
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:135:18: note: Function 'gda_postgresql_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/postgres/gda-postgres-provider.c:2772:15: note: Function 'gda_postgresql_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/postgres/gda-postgres-pstmt.c:58:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/postgres/gda-postgres-pstmt.c:42:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/postgres/gda-postgres-pstmt.c:58:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/postgres/gda-postgres-recordset.c:255:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/postgres/gda-postgres-recordset.c:240:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/postgres/gda-postgres-recordset.c:255:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/postgres/gda-postgres-recordset.c:803:9: style: The scope of the variable 'thevalue' can be reduced. [variableScope]
libgda-5.2.4/providers/postgres/gda-postgres-util.c:133:22: style: The scope of the variable 'event' can be reduced. [variableScope]
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-meta.c:1042:24: style: The scope of the variable 'proxy' can be reduced. [variableScope]
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-meta.c:1111:24: style: The scope of the variable 'proxy' can be reduced. [variableScope]
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-parser.c:52:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-parser.c:36:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-parser.c:52:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-parser.c:82:54: style: Function 'gda_mysql_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'. [funcArgNamesDifferent]
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-parser.c:29:52: note: Function 'gda_mysql_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/reuseable/mysql/gda-mysql-parser.c:82:54: note: Function 'gda_mysql_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/reuseable/mysql/gen_def.c:70:3: error: Resource leak: fd_imposed [resourceLeak]
libgda-5.2.4/providers/reuseable/postgres/gda-postgres-parser.c:52:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/reuseable/postgres/gda-postgres-parser.c:36:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/reuseable/postgres/gda-postgres-parser.c:52:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/reuseable/postgres/gda-postgres-parser.c:82:60: style: Function 'gda_postgres_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'. [funcArgNamesDifferent]
libgda-5.2.4/providers/reuseable/postgres/gda-postgres-parser.c:29:58: note: Function 'gda_postgres_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/reuseable/postgres/gda-postgres-parser.c:82:60: note: Function 'gda_postgres_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/reuseable/postgres/gen_def.c:70:3: error: Resource leak: fd_imposed [resourceLeak]
parser.c:3598:7: style: The scope of the variable 'yyact' can be reduced. [variableScope]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:70:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:55:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:70:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:210:20: style: Condition 'tmp_written<0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:208:19: note: Assignment 'tmp_written=-1', assigned value is -1
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:210:20: note: Condition 'tmp_written<0' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:78:39: style: Function 'gda_capi_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:37:57: note: Function 'gda_capi_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-blob-op.c:78:39: note: Function 'gda_capi_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-ddl.c:33:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-ddl.c:141:11: style: Variable 'allok' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-meta.c:111:6: style: Condition '!model' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-meta.c:103:24: note: Assignment 'model=NULL', assigned value is 0
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-meta.c:111:6: note: Condition '!model' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-meta.c:156:6: style: Condition '!model' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-meta.c:143:24: note: Assignment 'model=NULL', assigned value is 0
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-meta.c:156:6: note: Condition '!model' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-parser.c:56:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-parser.c:40:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-parser.c:56:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-parser.c:84:52: style: Function 'gda_capi_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'. [funcArgNamesDifferent]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-parser.c:33:50: note: Function 'gda_capi_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-parser.c:84:52: note: Function 'gda_capi_parser_init' argument 1 names different: declaration 'stmt' definition 'parser'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:309:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:295:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:309:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:1232:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:1218:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:1232:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:265:42: style: Function 'gda_capi_provider_init' argument 1 names different: declaration 'provider' definition 'capi_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:48:60: note: Function 'gda_capi_provider_init' argument 1 names different: declaration 'provider' definition 'capi_prv'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:265:42: note: Function 'gda_capi_provider_init' argument 1 names different: declaration 'provider' definition 'capi_prv'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:804:15: style: Function 'gda_capi_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:98:21: note: Function 'gda_capi_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-provider.c:804:15: note: Function 'gda_capi_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-pstmt.c:61:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-pstmt.c:45:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-pstmt.c:61:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-recordset.c:131:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-recordset.c:116:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/skel-implementation/capi/gda-capi-recordset.c:131:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/skel-implementation/capi/gen_def.c:75:3: error: Resource leak: fd_imposed [resourceLeak]
libgda-5.2.4/providers/skel-implementation/models/gda-models-provider.c:111:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/skel-implementation/models/gda-models-provider.c:97:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/skel-implementation/models/gda-models-provider.c:111:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/skel-implementation/models/gda-models-provider.c:74:60: style: Function 'gda_models_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/skel-implementation/models/gda-models-provider.c:33:64: note: Function 'gda_models_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'.
libgda-5.2.4/providers/skel-implementation/models/gda-models-provider.c:74:60: note: Function 'gda_models_provider_init' argument 1 names different: declaration 'provider' definition 'pg_prv'.
libgda-5.2.4/providers/web/gda-web-blob-op.c:68:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/web/gda-web-blob-op.c:53:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/web/gda-web-blob-op.c:68:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/web/gda-web-blob-op.c:208:20: style: Condition 'tmp_written<0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/web/gda-web-blob-op.c:206:19: note: Assignment 'tmp_written=-1', assigned value is -1
libgda-5.2.4/providers/web/gda-web-blob-op.c:208:20: note: Condition 'tmp_written<0' is always true
libgda-5.2.4/providers/web/gda-web-blob-op.c:183:13: style: The scope of the variable 'bin' can be reduced. [variableScope]
libgda-5.2.4/providers/web/gda-web-blob-op.c:76:37: style: Function 'gda_web_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'. [funcArgNamesDifferent]
libgda-5.2.4/providers/web/gda-web-blob-op.c:35:55: note: Function 'gda_web_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/web/gda-web-blob-op.c:76:37: note: Function 'gda_web_blob_op_init' argument 1 names different: declaration 'blob' definition 'op'.
libgda-5.2.4/providers/web/gda-web-ddl.c:30:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/providers/web/gda-web-ddl.c:138:11: style: Variable 'allok' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/providers/web/gda-web-meta.c:112:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:629:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:632:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:718:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:722:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:730:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:734:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:815:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:936:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:941:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:1012:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:1083:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:1154:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-meta.c:1223:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/providers/web/gda-web-provider.c:254:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/web/gda-web-provider.c:240:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/web/gda-web-provider.c:254:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/web/gda-web-provider.c:1625:5: style: Variable 'gtps->param_ids' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/web/gda-web-provider.c:1611:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/web/gda-web-provider.c:1625:5: note: Variable 'gtps->param_ids' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/web/gda-web-provider.c:1723:4: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/providers/web/gda-web-provider.c:1720:0: note: Variable 'set' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/web/gda-web-provider.c:1723:4: note: Variable 'set' is reassigned a value before the old one has been used.
libgda-5.2.4/providers/web/gda-web-provider.c:231:54: style: Function 'gda_web_provider_init' argument 1 names different: declaration 'provider' definition 'web_prv'. [funcArgNamesDifferent]
libgda-5.2.4/providers/web/gda-web-provider.c:52:58: note: Function 'gda_web_provider_init' argument 1 names different: declaration 'provider' definition 'web_prv'.
libgda-5.2.4/providers/web/gda-web-provider.c:231:54: note: Function 'gda_web_provider_init' argument 1 names different: declaration 'provider' definition 'web_prv'.
libgda-5.2.4/providers/web/gda-web-provider.c:1069:28: style: Function 'gda_web_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'. [funcArgNamesDifferent]
libgda-5.2.4/providers/web/gda-web-provider.c:101:20: note: Function 'gda_web_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/web/gda-web-provider.c:1069:28: note: Function 'gda_web_provider_get_data_handler' argument 3 names different: declaration 'g_type' definition 'type'.
libgda-5.2.4/providers/web/gda-web-provider.c:1773:15: style: Function 'gda_web_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'. [funcArgNamesDifferent]
libgda-5.2.4/providers/web/gda-web-provider.c:125:18: note: Function 'gda_web_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/web/gda-web-provider.c:1773:15: note: Function 'gda_web_identifier_quote' argument 4 names different: declaration 'meta_store_convention' definition 'for_meta_store'.
libgda-5.2.4/providers/web/gda-web-pstmt.c:59:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/web/gda-web-pstmt.c:43:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/web/gda-web-pstmt.c:59:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/web/gda-web-recordset.c:127:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/providers/web/gda-web-recordset.c:112:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/providers/web/gda-web-recordset.c:127:12: note: Condition 'type==0' is always true
libgda-5.2.4/providers/web/gda-web-util.c:235:16: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgda-5.2.4/providers/web/gda-web-util.c:273:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
libgda-5.2.4/samples/AsyncExec/example.c:167:40: warning: Either the condition 'error' is redundant or there is possible null pointer dereference: error. [nullPointerRedundantCheck]
libgda-5.2.4/samples/AsyncExec/example.c:163:8: note: Assuming that condition 'error' is not redundant
libgda-5.2.4/samples/AsyncExec/example.c:167:40: note: Null pointer dereference
libgda-5.2.4/samples/AsyncExec/example.c:108:15: style: The scope of the variable 'pname' can be reduced. [variableScope]
libgda-5.2.4/samples/AsyncExec/example.c:148:11: style: The scope of the variable 'result' can be reduced. [variableScope]
libgda-5.2.4/samples/AsyncExec/example.c:51:106: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/samples/BDB/access-custom.c:39:10: style: Variable 'nrows' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/samples/BDB/custom-bdb-model.c:83:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/samples/BDB/custom-bdb-model.c:69:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/samples/BDB/custom-bdb-model.c:83:12: note: Condition 'type==0' is always true
libgda-5.2.4/samples/CustomUIPlugin/custom-entry-password.c:88:51: style: Function 'custom_entry_password_init' argument 1 names different: declaration 'srv' definition 'custom_entry_password'. [funcArgNamesDifferent]
libgda-5.2.4/samples/CustomUIPlugin/custom-entry-password.c:26:63: note: Function 'custom_entry_password_init' argument 1 names different: declaration 'srv' definition 'custom_entry_password'.
libgda-5.2.4/samples/CustomUIPlugin/custom-entry-password.c:88:51: note: Function 'custom_entry_password_init' argument 1 names different: declaration 'srv' definition 'custom_entry_password'.
libgda-5.2.4/samples/LdapBrowser/ldap-browser.c:209:2: style: Variable 'win' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/LdapBrowser/ldap-browser.c:206:0: note: Variable 'win' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/LdapBrowser/ldap-browser.c:209:2: note: Variable 'win' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/MetaStore/background.c:69:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/MetaStore/background.c:65:0: note: Variable 'error' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/MetaStore/background.c:69:2: note: Variable 'error' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/MetaStore/background.c:34:17: style: The scope of the variable 'col_name' can be reduced. [variableScope]
libgda-5.2.4/samples/MetaStore/background.c:35:17: style: The scope of the variable 'col_type' can be reduced. [variableScope]
libgda-5.2.4/samples/MetaStore/example.c:61:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/MetaStore/example.c:57:0: note: Variable 'error' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/MetaStore/example.c:61:2: note: Variable 'error' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/MetaStore/example.c:36:17: style: The scope of the variable 'col_name' can be reduced. [variableScope]
libgda-5.2.4/samples/MetaStore/example.c:37:17: style: The scope of the variable 'col_type' can be reduced. [variableScope]
libgda-5.2.4/samples/SimpleExample/example.c:125:10: style: The scope of the variable 'v1' can be reduced. [variableScope]
libgda-5.2.4/samples/SimpleExample/example.c:125:15: style: The scope of the variable 'v2' can be reduced. [variableScope]
libgda-5.2.4/samples/TableCopy/table-copy.c:96:2: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/TableCopy/table-copy.c:89:0: note: Variable 'source' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:96:2: note: Variable 'source' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:105:2: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/TableCopy/table-copy.c:93:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:105:2: note: Variable 'stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:179:2: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/TableCopy/table-copy.c:174:0: note: Variable 'source' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:179:2: note: Variable 'source' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:184:2: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/TableCopy/table-copy.c:175:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:184:2: note: Variable 'stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:186:2: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/samples/TableCopy/table-copy.c:174:0: note: Variable 'dest' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:186:2: note: Variable 'dest' is reassigned a value before the old one has been used.
libgda-5.2.4/samples/TableCopy/table-copy.c:85:33: style: Function 'copy_products_1' argument 1 names different: declaration 'source' definition 's_cnc'. [funcArgNamesDifferent]
libgda-5.2.4/samples/TableCopy/table-copy.c:23:47: note: Function 'copy_products_1' argument 1 names different: declaration 'source' definition 's_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:85:33: note: Function 'copy_products_1' argument 1 names different: declaration 'source' definition 's_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:85:55: style: Function 'copy_products_1' argument 2 names different: declaration 'dest' definition 'd_cnc'. [funcArgNamesDifferent]
libgda-5.2.4/samples/TableCopy/table-copy.c:23:70: note: Function 'copy_products_1' argument 2 names different: declaration 'dest' definition 'd_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:85:55: note: Function 'copy_products_1' argument 2 names different: declaration 'dest' definition 'd_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:170:33: style: Function 'copy_products_2' argument 1 names different: declaration 'source' definition 's_cnc'. [funcArgNamesDifferent]
libgda-5.2.4/samples/TableCopy/table-copy.c:24:47: note: Function 'copy_products_2' argument 1 names different: declaration 'source' definition 's_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:170:33: note: Function 'copy_products_2' argument 1 names different: declaration 'source' definition 's_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:170:55: style: Function 'copy_products_2' argument 2 names different: declaration 'dest' definition 'd_cnc'. [funcArgNamesDifferent]
libgda-5.2.4/samples/TableCopy/table-copy.c:24:70: note: Function 'copy_products_2' argument 2 names different: declaration 'dest' definition 'd_cnc'.
libgda-5.2.4/samples/TableCopy/table-copy.c:170:55: note: Function 'copy_products_2' argument 2 names different: declaration 'dest' definition 'd_cnc'.
libgda-5.2.4/samples/XSLT/transform.c:102:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/testing/gda-test-blob.c:96:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/gda-test-blob.c:95:0: note: Variable 'info' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gda-test-blob.c:96:3: note: Variable 'info' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gda-test-connection.c:83:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/gda-test-connection.c:82:0: note: Variable 'info' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gda-test-connection.c:83:3: note: Variable 'info' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-data-entries.c:370:13: style: The scope of the variable 'label' can be reduced. [variableScope]
libgda-5.2.4/testing/gdaui-test-data-entries.c:370:21: style: The scope of the variable 'wid' can be reduced. [variableScope]
libgda-5.2.4/testing/gdaui-test-data-entries.c:383:13: style: The scope of the variable 'label' can be reduced. [variableScope]
libgda-5.2.4/testing/gdaui-test-data-entries.c:383:21: style: The scope of the variable 'wid' can be reduced. [variableScope]
libgda-5.2.4/testing/gdaui-test-data-entries.c:863:10: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/testing/gdaui-test-data-entries.c:490:30: style: Function 'create_plugin_nb' argument 1 names different: declaration 'vbox' definition 'grid'. [funcArgNamesDifferent]
libgda-5.2.4/testing/gdaui-test-data-entries.c:394:42: note: Function 'create_plugin_nb' argument 1 names different: declaration 'vbox' definition 'grid'.
libgda-5.2.4/testing/gdaui-test-data-entries.c:490:30: note: Function 'create_plugin_nb' argument 1 names different: declaration 'vbox' definition 'grid'.
libgda-5.2.4/testing/gdaui-test-rt-editor.c:145:2: style: Variable 'p_win' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/gdaui-test-rt-editor.c:139:0: note: Variable 'p_win' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-rt-editor.c:145:2: note: Variable 'p_win' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-rt-editor.c:153:2: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/gdaui-test-rt-editor.c:140:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-rt-editor.c:153:2: note: Variable 'vbox' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-rt-editor.c:155:2: style: Variable 'rte' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/gdaui-test-rt-editor.c:141:0: note: Variable 'rte' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-rt-editor.c:155:2: note: Variable 'rte' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/gdaui-test-widget-entry.c:384:2: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
libgda-5.2.4/testing/html.c:53:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/html.c:52:2: note: Variable 'node' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/html.c:53:2: note: Variable 'node' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/html.c:128:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/testing/html.c:53:2: note: Variable 'node' is reassigned a value before the old one has been used.
libgda-5.2.4/testing/html.c:128:2: note: Variable 'node' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/data-model-errors.c:238:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tests/data-model-errors.c:217:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tests/data-model-errors.c:238:12: note: Condition 'type==0' is always true
libgda-5.2.4/tests/data-model-errors.c:376:9: style: Variable 'tmp' is allocated memory that is never used. [unusedAllocatedMemory]
libgda-5.2.4/tests/data-models/check_data_proxy.c:515:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/data-models/check_data_proxy.c:469:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/data-models/check_data_proxy.c:515:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/data-models/check_data_proxy.c:1244:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/tests/data-models/check_data_proxy.c:607:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/data-models/check_data_proxy.c:673:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/data-models/check_data_proxy.c:899:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/data-models/check_data_proxy.c:1924:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/data-models/check_data_proxy.c:1550:52: style: Function 'check_data_model_n_rows' argument 2 names different: declaration 'nrow' definition 'nrows'. [funcArgNamesDifferent]
libgda-5.2.4/tests/data-models/check_data_proxy.c:63:68: note: Function 'check_data_model_n_rows' argument 2 names different: declaration 'nrow' definition 'nrows'.
libgda-5.2.4/tests/data-models/check_data_proxy.c:1550:52: note: Function 'check_data_model_n_rows' argument 2 names different: declaration 'nrow' definition 'nrows'.
libgda-5.2.4/tests/data-models/check_model_copy.c:34:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
libgda-5.2.4/tests/data-models/check_model_copy.c:36:15: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/tests/data-models/check_model_errors.c:61:3: style: Variable 'ntests' is modified but its new value is never used. [unreadVariable]
libgda-5.2.4/tests/data-models/check_model_import.c:34:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
libgda-5.2.4/tests/data-models/check_model_import.c:36:15: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/tests/data-models/check_pmodel.c:842:2: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/data-models/check_pmodel.c:834:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/data-models/check_pmodel.c:842:2: note: Variable 'stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/data-models/check_pmodel.c:122:3: style: Variable 'ntests' is modified but its new value is never used. [unreadVariable]
libgda-5.2.4/tests/gda-ddl-creator.c:123:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tests/gda-ddl-creator.c:108:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tests/gda-ddl-creator.c:123:12: note: Condition 'type==0' is always true
libgda-5.2.4/tests/meta-store/common.c:445:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:458:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:459:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:460:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:473:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:502:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:569:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:574:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/meta-store/common.c:598:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tests/multi-threading/check_cnc_lock.c:116:2: style: Variable 'cnc' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/multi-threading/check_cnc_lock.c:105:0: note: Variable 'cnc' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/multi-threading/check_cnc_lock.c:116:2: note: Variable 'cnc' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/multi-threading/check_parser.c:60:16: style: The scope of the variable 'parser' can be reduced. [variableScope]
libgda-5.2.4/tests/multi-threading/check_wrapper.c:194:13: style: Variable 'total_jobs' is modified but its new value is never used. [unreadVariable]
libgda-5.2.4/tests/multi-threading/check_wrapper.c:658:2: style: Variable 'total_jobs' is modified but its new value is never used. [unreadVariable]
libgda-5.2.4/tests/multi-threading/dummy-object.c:64:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tests/multi-threading/dummy-object.c:48:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tests/multi-threading/dummy-object.c:64:12: note: Condition 'type==0' is always true
libgda-5.2.4/tests/parser/check_rewrite_for_default.c:102:16: style: The scope of the variable 'stmt' can be reduced. [variableScope]
libgda-5.2.4/tests/parser/check_rewrite_for_default.c:104:13: style: The scope of the variable 'h' can be reduced. [variableScope]
libgda-5.2.4/tests/parser/check_rewrite_for_default.c:105:10: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/tests/providers/check_postgres.c:87:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/providers/check_postgres.c:76:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/check_postgres.c:87:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/check_postgres.c:106:2: style: Variable 'date' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/providers/check_postgres.c:104:0: note: Variable 'date' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/check_postgres.c:106:2: note: Variable 'date' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/prov-test-common.c:616:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/providers/prov-test-common.c:602:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/prov-test-common.c:616:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/prov-test-common.c:751:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/providers/prov-test-common.c:740:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/prov-test-common.c:751:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/prov-test-common.c:911:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/providers/prov-test-common.c:900:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/providers/prov-test-common.c:911:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/test-cnc-utils.c:117:6: style: Condition 'db_quark_list' is always false [knownConditionTrueFalse]
libgda-5.2.4/tests/test-cnc-utils.c:97:32: note: Assignment 'db_quark_list=NULL', assigned value is 0
libgda-5.2.4/tests/test-cnc-utils.c:117:6: note: Condition 'db_quark_list' is always false
libgda-5.2.4/tests/test-cnc-utils.c:347:3: style: Variable 'db_quark_list' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/test-cnc-utils.c:327:0: note: Variable 'db_quark_list' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/test-cnc-utils.c:347:3: note: Variable 'db_quark_list' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/test-cnc-utils.c:98:24: style: Variable 'db_created' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tests/test-sql-renderer.c:247:16: style: The scope of the variable 'model' can be reduced. [variableScope]
libgda-5.2.4/tests/test-sql-renderer.c:245:9: style: Unused variable: file [unusedVariable]
libgda-5.2.4/tests/ui/check_raw_grid_model.c:34:10: style: Unused variable: set [unusedVariable]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:179:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp13_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:181:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:178:13: note: Assignment '_tmp13_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:179:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:223:11: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1713:3: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1709:11: note: Assignment '_tmp7_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1710:34: note: Calling function 'check_tests_iterating', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:223:11: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:340:13: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1713:3: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1709:11: note: Assignment '_tmp7_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1710:34: note: Calling function 'check_tests_iterating', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:340:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:475:11: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1729:12: note: Assignment '_tmp17_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1730:33: note: Calling function 'check_tests_choping', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:475:11: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:636:12: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1729:12: note: Assignment '_tmp17_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1730:33: note: Calling function 'check_tests_choping', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:636:12: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:804:13: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1729:12: note: Assignment '_tmp17_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1730:33: note: Calling function 'check_tests_choping', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:804:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:873:13: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1729:12: note: Assignment '_tmp17_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1730:33: note: Calling function 'check_tests_choping', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:873:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:942:13: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1729:12: note: Assignment '_tmp17_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1730:33: note: Calling function 'check_tests_choping', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:942:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1169:11: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1725:12: note: Assignment '_tmp14_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1726:35: note: Calling function 'check_tests_filtering', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1169:11: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1487:11: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1740:2: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1721:12: note: Assignment '_tmp11_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1722:35: note: Calling function 'check_tests_streaming', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1487:11: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1625:11: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1702:3: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1698:11: note: Assignment '_tmp3_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1699:33: note: Calling function 'check_tests_InitIter', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1625:11: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1637:11: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1702:3: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1698:11: note: Assignment '_tmp3_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1699:33: note: Calling function 'check_tests_InitIter', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1637:11: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1647:2: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1702:3: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1698:11: note: Assignment '_tmp3_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1699:33: note: Calling function 'check_tests_InitIter', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1647:2: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1648:2: warning: Either the condition 'app==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1702:3: note: Assuming that condition 'app==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1698:11: note: Assignment '_tmp3_=app', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1699:33: note: Calling function 'check_tests_InitIter', 1st argument 'self' value is 0
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1648:2: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:100:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:98:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:100:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:115:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:102:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:115:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:117:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:104:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:117:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:118:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:103:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:118:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:175:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:171:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:175:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:177:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:172:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:177:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:178:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:173:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:178:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:179:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:174:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:179:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:217:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:201:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:217:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:220:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:203:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:220:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:222:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:219:2: note: Variable 'i' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:222:2: note: Variable 'i' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:223:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:205:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:223:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:224:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:206:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:224:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:225:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:204:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:225:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:226:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:207:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:226:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:237:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:228:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:237:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:241:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:231:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:241:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:242:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:232:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:242:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:243:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:233:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:243:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:244:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:234:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:244:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:245:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:235:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:245:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:246:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:236:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:246:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:262:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:253:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:262:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:263:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:254:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:263:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:287:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:282:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:287:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:288:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:283:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:288:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:289:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:284:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:289:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:290:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:285:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:290:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:316:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:308:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:316:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:318:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:310:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:318:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:319:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:311:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:319:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:320:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:312:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:320:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:321:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:313:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:321:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:322:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:314:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:322:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:323:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:315:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:323:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:330:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:329:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:330:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:340:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:338:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:340:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:341:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:339:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:341:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:342:3: style: Variable '_r_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:337:0: note: Variable '_r_it' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:342:3: note: Variable '_r_it' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:358:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:344:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:358:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:359:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:345:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:359:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:409:3: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:401:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:409:3: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:411:3: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:403:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:411:3: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:412:3: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:404:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:412:3: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:413:3: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:405:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:413:3: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:414:3: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:406:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:414:3: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:415:3: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:407:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:415:3: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:416:3: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:408:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:416:3: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:423:3: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:422:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:423:3: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:471:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:435:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:471:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:473:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:436:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:473:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:475:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:438:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:475:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:476:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:439:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:476:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:477:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:437:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:477:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:500:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:480:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:500:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:501:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:481:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:501:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:539:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:538:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:539:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:550:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:549:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:550:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:561:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:560:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:561:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:572:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:571:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:572:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:583:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:582:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:583:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:615:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:606:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:615:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:619:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:609:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:619:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:620:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:610:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:620:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:621:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:611:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:621:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:622:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:612:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:622:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:623:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:613:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:623:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:624:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:614:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:624:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:631:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:630:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:631:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:662:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:641:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:662:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:663:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:642:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:663:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:700:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:699:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:700:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:714:5: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:703:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:714:5: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:718:5: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:706:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:718:5: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:719:5: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:707:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:719:5: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:720:5: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:708:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:720:5: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:721:5: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:709:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:721:5: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:722:5: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:710:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:722:5: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:723:5: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:711:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:723:5: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:735:4: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:734:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:735:4: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:749:5: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:738:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:749:5: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:753:5: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:741:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:753:5: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:754:5: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:742:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:754:5: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:755:5: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:743:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:755:5: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:756:5: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:744:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:756:5: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:757:5: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:745:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:757:5: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:758:5: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:746:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:758:5: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:783:3: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:772:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:783:3: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:787:3: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:775:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:787:3: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:788:3: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:776:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:788:3: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:789:3: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:777:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:789:3: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:790:3: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:778:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:790:3: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:791:3: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:779:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:791:3: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:792:3: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:780:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:792:3: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:799:3: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:798:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:799:3: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:819:3: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:810:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:819:3: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:823:3: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:813:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:823:3: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:824:3: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:814:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:824:3: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:825:3: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:815:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:825:3: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:826:3: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:816:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:826:3: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:827:3: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:817:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:827:3: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:828:3: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:818:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:828:3: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:837:3: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:834:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:837:3: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:838:3: style: Variable '_tmp119_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:835:0: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:838:3: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:849:4: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:840:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:849:4: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:853:4: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:843:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:853:4: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:854:4: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:844:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:854:4: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:855:4: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:845:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:855:4: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:856:4: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:846:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:856:4: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:857:4: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:847:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:857:4: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:858:4: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:848:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:858:4: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:867:4: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:866:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:867:4: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:888:3: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:879:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:888:3: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:892:3: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:882:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:892:3: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:893:3: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:883:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:893:3: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:894:3: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:884:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:894:3: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:895:3: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:885:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:895:3: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:896:3: style: Variable '_tmp143_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:886:0: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:896:3: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:897:3: style: Variable '_tmp144_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:887:0: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:897:3: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:906:3: style: Variable '_tmp145_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:903:0: note: Variable '_tmp145_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:906:3: note: Variable '_tmp145_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:907:3: style: Variable '_tmp146_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:904:0: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:907:3: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:918:4: style: Variable '_tmp147_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:909:0: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:918:4: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:922:4: style: Variable '_tmp150_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:912:0: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:922:4: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:923:4: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:913:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:923:4: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:924:4: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:914:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:924:4: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:925:4: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:915:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:925:4: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:926:4: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:916:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:926:4: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:927:4: style: Variable '_tmp155_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:917:0: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:927:4: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:936:4: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:935:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:936:4: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:957:3: style: Variable '_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:948:0: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:957:3: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:961:3: style: Variable '_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:951:0: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:961:3: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:962:3: style: Variable '_tmp167_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:952:0: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:962:3: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:963:3: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:953:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:963:3: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:964:3: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:954:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:964:3: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:965:3: style: Variable '_tmp170_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:955:0: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:965:3: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:966:3: style: Variable '_tmp171_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:956:0: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:966:3: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:975:3: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:972:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:975:3: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:976:3: style: Variable '_tmp173_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:973:0: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:976:3: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:987:4: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:978:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:987:4: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:991:4: style: Variable '_tmp177_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:981:0: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:991:4: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:992:4: style: Variable '_tmp178_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:982:0: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:992:4: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:993:4: style: Variable '_tmp179_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:983:0: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:993:4: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:994:4: style: Variable '_tmp180_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:984:0: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:994:4: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:995:4: style: Variable '_tmp181_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:985:0: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:995:4: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:996:4: style: Variable '_tmp182_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:986:0: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:996:4: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1005:4: style: Variable '_tmp184_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1004:0: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1005:4: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1012:3: style: Variable '_tmp186_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1011:0: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1012:3: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1031:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1027:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1031:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1032:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1028:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1032:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1033:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1026:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1033:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1043:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1040:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1043:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1052:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1046:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1052:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1053:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1047:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1053:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1054:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1048:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1054:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1055:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1049:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1055:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1056:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1050:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1056:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1057:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1051:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1057:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1078:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1061:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1078:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1079:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1062:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1079:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1103:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1101:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1103:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1111:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1109:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1111:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1129:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1121:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1129:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1130:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1122:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1130:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1131:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1123:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1131:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1132:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1124:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1132:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1133:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1125:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1133:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1134:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1126:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1134:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1135:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1127:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1135:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1136:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1128:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1136:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1166:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1157:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1166:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1169:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1159:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1169:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1170:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1160:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1170:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1171:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1158:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1171:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1172:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1161:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1172:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1196:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1176:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1196:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1197:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1177:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1197:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1240:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1231:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1240:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1244:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1234:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1244:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1245:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1235:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1245:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1246:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1236:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1246:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1247:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1237:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1247:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1248:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1238:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1248:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1249:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1239:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1249:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1256:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1255:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1256:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1295:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1292:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1295:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1296:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1293:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1296:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1297:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1291:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1297:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1336:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1332:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1336:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1337:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1333:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1337:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1338:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1334:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1338:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1339:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1335:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1339:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1340:4: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1331:0: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1340:4: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1349:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1343:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1349:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1350:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1344:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1350:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1351:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1345:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1351:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1352:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1346:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1352:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1353:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1347:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1353:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1354:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1348:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1354:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1367:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1358:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1367:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1368:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1359:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1368:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1400:7: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1381:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1400:7: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1401:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1382:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1401:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1402:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1383:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1402:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1403:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1384:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1403:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1404:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1385:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1404:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1405:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1386:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1405:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1406:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1387:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1406:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1407:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1388:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1407:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1408:7: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1389:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1408:7: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1409:7: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1390:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1409:7: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1412:7: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1391:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1412:7: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1413:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1392:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1413:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1414:7: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1393:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1414:7: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1415:7: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1394:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1415:7: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1416:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1395:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1416:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1418:7: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1396:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1418:7: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1484:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1464:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1484:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1487:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1466:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1487:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1488:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1467:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1488:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1489:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1465:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1489:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1490:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1468:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1490:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1492:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1470:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1492:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1493:2: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1469:0: note: Variable 'l' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1493:2: note: Variable 'l' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1506:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1495:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1506:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1507:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1496:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1507:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1571:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1562:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1571:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1575:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1565:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1575:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1576:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1566:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1576:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1577:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1567:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1577:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1578:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1568:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1578:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1579:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1569:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1579:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1580:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1570:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1580:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1587:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1586:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1587:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1622:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1599:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1622:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1625:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1602:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1625:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1626:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1603:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1626:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1627:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1601:0: note: Variable 'model' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1627:2: note: Variable 'model' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1693:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1668:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1693:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1696:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1671:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1696:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1697:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1670:0: note: Variable 'app' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1697:2: note: Variable 'app' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1698:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1673:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1698:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1327:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1437:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgda-5.2.4/tests/vala/CheckDataModelIterator.c:1294:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tests/vala/CheckDataObject.c:243:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:245:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:242:13: note: Assignment '_tmp14_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:243:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:595:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp84_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:597:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:594:13: note: Assignment '_tmp84_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:595:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:785:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp156_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:787:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:784:14: note: Assignment '_tmp156_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:785:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:850:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp174_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:852:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:849:14: note: Assignment '_tmp174_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:850:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:903:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp187_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:905:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:902:14: note: Assignment '_tmp187_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:903:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:965:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp204_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:967:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:964:14: note: Assignment '_tmp204_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:965:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:1053:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp238_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:1055:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:1052:14: note: Assignment '_tmp238_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:1053:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:1129:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp259_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:1131:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:1128:14: note: Assignment '_tmp259_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:1129:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:1620:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp89_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:1622:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:1619:13: note: Assignment '_tmp89_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:1620:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:1688:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckDataObject.c:1693:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckDataObject.c:1687:13: note: Assignment '_tmp11_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckDataObject.c:1688:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckDataObject.c:117:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:116:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:117:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:131:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:128:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:131:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:162:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:160:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:162:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:178:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:164:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:178:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:180:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:166:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:180:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:181:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:165:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:181:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:239:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:235:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:239:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:241:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:236:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:241:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:242:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:237:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:242:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:243:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:238:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:243:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:364:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:270:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:364:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:367:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:272:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:367:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:369:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:274:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:369:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:370:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:273:0: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:370:2: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:371:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:275:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:371:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:373:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:276:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:373:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:374:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:277:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:374:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:376:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:278:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:376:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:378:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:280:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:378:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:379:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:279:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:379:2: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:380:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:281:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:380:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:382:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:282:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:382:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:384:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:283:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:384:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:386:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:284:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:386:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:387:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:285:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:387:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:389:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:286:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:389:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:391:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:287:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:391:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:392:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:288:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:392:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:394:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:289:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:394:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:396:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:291:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:396:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:397:2: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:290:0: note: Variable 'k' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:397:2: note: Variable 'k' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:398:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:292:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:398:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:407:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:401:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:407:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:408:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:402:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:408:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:427:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:421:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:427:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:428:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:422:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:428:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:429:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:423:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:429:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:430:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:424:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:430:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:431:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:425:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:431:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:432:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:426:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:432:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:459:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:436:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:459:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:460:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:437:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:460:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:508:4: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:502:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:508:4: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:509:4: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:503:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:509:4: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:510:4: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:504:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:510:4: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:511:4: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:505:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:511:4: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:512:4: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:506:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:512:4: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:513:4: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:507:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:513:4: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:540:5: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:517:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:540:5: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:541:5: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:518:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:541:5: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:588:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:582:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:588:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:592:3: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:584:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:592:3: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:594:3: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:586:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:594:3: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:595:3: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:587:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:595:3: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:654:3: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:650:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:654:3: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:659:3: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:658:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:659:3: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:688:3: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:684:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:688:3: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:693:3: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:692:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:693:3: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:701:4: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:696:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:701:4: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:703:4: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:698:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:703:4: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:708:4: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:707:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:708:4: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:733:3: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:716:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:733:3: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:734:3: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:717:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:734:3: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:735:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:715:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:735:3: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:778:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:772:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:778:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:782:3: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:774:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:782:3: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:784:3: style: Variable '_tmp156_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:776:0: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:784:3: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:785:3: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:777:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:785:3: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:813:3: style: Variable '_tmp159_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:801:0: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:813:3: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:843:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:837:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:843:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:847:3: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:839:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:847:3: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:849:3: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:841:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:849:3: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:850:3: style: Variable '_tmp175_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:842:0: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:850:3: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:867:3: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:864:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:867:3: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:869:3: style: Variable '_tmp177_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:865:0: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:869:3: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:891:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:880:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:891:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:895:3: style: Variable '_tmp180_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:882:0: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:895:3: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:897:3: style: Variable '_tmp182_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:884:0: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:897:3: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:898:3: style: Variable '_tmp183_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:885:0: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:898:3: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:899:3: style: Variable '_tmp184_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:886:0: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:899:3: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:900:3: style: Variable '_tmp185_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:887:0: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:900:3: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:901:3: style: Variable '_tmp186_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:888:0: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:901:3: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:902:3: style: Variable '_tmp187_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:889:0: note: Variable '_tmp187_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:902:3: note: Variable '_tmp187_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:903:3: style: Variable '_tmp188_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:890:0: note: Variable '_tmp188_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:903:3: note: Variable '_tmp188_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:930:3: style: Variable '_tmp190_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:919:0: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:930:3: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:958:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:952:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:958:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:962:3: style: Variable '_tmp202_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:954:0: note: Variable '_tmp202_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:962:3: note: Variable '_tmp202_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:964:3: style: Variable '_tmp204_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:956:0: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:964:3: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:965:3: style: Variable '_tmp205_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:957:0: note: Variable '_tmp205_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:965:3: note: Variable '_tmp205_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1016:3: style: Variable '_tmp223_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1004:0: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1016:3: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1046:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1040:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1046:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1050:3: style: Variable '_tmp236_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1042:0: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1050:3: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1052:3: style: Variable '_tmp238_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1044:0: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1052:3: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1053:3: style: Variable '_tmp239_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1045:0: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1053:3: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1085:3: style: Variable '_tmp241_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1070:0: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1085:3: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1086:3: style: Variable '_tmp242_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1071:0: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1086:3: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1122:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1116:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1122:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1126:3: style: Variable '_tmp257_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1118:0: note: Variable '_tmp257_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1126:3: note: Variable '_tmp257_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1128:3: style: Variable '_tmp259_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1120:0: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1128:3: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1129:3: style: Variable '_tmp260_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1121:0: note: Variable '_tmp260_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1129:3: note: Variable '_tmp260_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1182:3: style: Variable '_tmp270_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1176:0: note: Variable '_tmp270_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1182:3: note: Variable '_tmp270_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1185:3: style: Variable '_tmp272_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1178:0: note: Variable '_tmp272_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1185:3: note: Variable '_tmp272_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1195:4: style: Variable '_tmp273_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1189:0: note: Variable '_tmp273_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1195:4: note: Variable '_tmp273_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1196:4: style: Variable '_tmp274_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1190:0: note: Variable '_tmp274_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1196:4: note: Variable '_tmp274_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1197:4: style: Variable '_tmp275_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1191:0: note: Variable '_tmp275_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1197:4: note: Variable '_tmp275_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1198:4: style: Variable '_tmp276_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1192:0: note: Variable '_tmp276_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1198:4: note: Variable '_tmp276_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1199:4: style: Variable '_tmp277_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1193:0: note: Variable '_tmp277_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1199:4: note: Variable '_tmp277_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1200:4: style: Variable '_tmp278_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1194:0: note: Variable '_tmp278_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1200:4: note: Variable '_tmp278_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1213:5: style: Variable '_tmp279_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1204:0: note: Variable '_tmp279_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1213:5: note: Variable '_tmp279_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1214:5: style: Variable '_tmp280_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1205:0: note: Variable '_tmp280_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1214:5: note: Variable '_tmp280_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1241:4: style: Variable '_tmp288_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1235:0: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1241:4: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1242:4: style: Variable '_tmp289_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1236:0: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1242:4: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1243:4: style: Variable '_tmp290_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1237:0: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1243:4: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1244:4: style: Variable '_tmp291_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1238:0: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1244:4: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1245:4: style: Variable '_tmp292_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1239:0: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1245:4: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1246:4: style: Variable '_tmp293_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1240:0: note: Variable '_tmp293_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1246:4: note: Variable '_tmp293_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1259:5: style: Variable '_tmp294_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1250:0: note: Variable '_tmp294_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1259:5: note: Variable '_tmp294_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1260:5: style: Variable '_tmp295_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1251:0: note: Variable '_tmp295_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1260:5: note: Variable '_tmp295_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1279:3: style: Variable '_tmp302_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1278:0: note: Variable '_tmp302_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1279:3: note: Variable '_tmp302_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1304:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1300:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1304:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1377:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1309:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1377:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1378:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1308:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1378:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1379:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1310:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1379:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1380:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1311:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1380:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1382:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1313:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1382:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1383:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1312:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1383:3: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1384:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1314:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1384:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1386:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1315:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1386:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1387:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1316:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1387:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1389:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1317:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1389:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1390:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1318:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1390:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1392:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1320:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1392:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1393:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1319:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1393:3: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1394:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1321:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1394:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1395:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1322:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1395:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1420:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1414:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1420:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1421:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1415:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1421:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1422:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1416:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1422:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1423:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1417:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1423:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1424:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1418:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1424:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1425:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1419:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1425:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1440:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1429:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1440:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1441:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1430:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1441:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1519:4: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1516:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1519:4: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1523:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1522:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1523:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1590:4: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1587:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1590:4: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1594:4: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1593:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1594:4: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1613:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1607:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1613:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1617:3: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1609:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1617:3: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1619:3: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1611:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1619:3: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1620:3: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1612:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1620:3: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1636:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1647:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1639:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1647:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1648:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1638:0: note: Variable 'app' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1648:2: note: Variable 'app' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1658:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1651:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1658:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1684:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1678:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1684:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1686:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1679:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1686:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1687:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1680:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1687:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1688:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1681:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1688:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1689:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1682:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1689:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1690:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1683:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1690:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1725:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1723:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1725:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1740:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1737:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1740:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1741:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckDataObject.c:1738:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:1741:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckDataObject.c:142:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tests/vala/CheckTable.c:1305:14: style: Condition '_tmp17_>0' is always false [knownConditionTrueFalse]
libgda-5.2.4/tests/vala/CheckTable.c:1254:10: note: Assignment 'fails=0', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:1304:12: note: Assignment '_tmp17_=fails', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:1305:14: note: Condition '_tmp17_>0' is always false
libgda-5.2.4/tests/vala/CheckTable.c:145:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:153:4: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:144:13: note: Assignment '_tmp6_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:145:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:214:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:222:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:213:13: note: Assignment '_tmp19_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:214:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:270:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp2_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:278:4: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:269:13: note: Assignment '_tmp2_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:270:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:317:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp13_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:325:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:316:13: note: Assignment '_tmp13_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:317:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:361:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp21_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:369:4: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:360:14: note: Assignment '_tmp21_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:361:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:413:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp33_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:421:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:412:13: note: Assignment '_tmp33_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:413:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:457:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp41_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:465:4: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:456:14: note: Assignment '_tmp41_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:457:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:509:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp53_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:517:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:508:13: note: Assignment '_tmp53_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:509:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:684:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:692:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:683:12: note: Assignment '_tmp6_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:684:12: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2242:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp17_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2252:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2241:13: note: Assignment '_tmp17_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2242:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2348:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp50_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2354:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2347:13: note: Assignment '_tmp50_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2348:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2460:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp84_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2473:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2459:13: note: Assignment '_tmp84_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2460:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2543:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp103_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2552:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2542:14: note: Assignment '_tmp103_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2543:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2666:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp133_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2675:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2665:14: note: Assignment '_tmp133_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2666:14: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2743:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2754:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2742:12: note: Assignment '_tmp7_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2743:12: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:2837:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:2847:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:2836:12: note: Assignment '_tmp6_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:2837:12: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:3036:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp32_. [nullPointerRedundantCheck]
libgda-5.2.4/tests/vala/CheckTable.c:3045:3: note: Assuming that condition 'e==NULL' is not redundant
libgda-5.2.4/tests/vala/CheckTable.c:3035:13: note: Assignment '_tmp32_=e', assigned value is 0
libgda-5.2.4/tests/vala/CheckTable.c:3036:13: note: Null pointer dereference
libgda-5.2.4/tests/vala/CheckTable.c:99:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:97:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:99:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:104:3: style: Variable 'usepg' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:101:0: note: Variable 'usepg' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:104:3: note: Variable 'usepg' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:111:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:107:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:111:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:112:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:106:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:112:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:124:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:122:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:124:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:142:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:135:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:142:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:144:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:136:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:144:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:145:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:137:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:145:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:146:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:138:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:146:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:147:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:139:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:147:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:148:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:140:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:148:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:149:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:141:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:149:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:167:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:163:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:167:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:168:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:162:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:168:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:179:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:178:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:179:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:191:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:190:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:191:5: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:211:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:204:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:211:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:213:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:205:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:213:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:214:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:206:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:214:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:215:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:207:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:215:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:216:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:208:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:216:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:217:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:209:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:217:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:218:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:210:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:218:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:249:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:248:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:249:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:266:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:258:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:266:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:268:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:259:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:268:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:269:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:260:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:269:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:270:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:261:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:270:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:271:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:262:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:271:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:272:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:263:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:272:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:273:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:264:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:273:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:274:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:265:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:274:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:313:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:305:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:313:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:315:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:306:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:315:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:316:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:307:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:316:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:317:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:308:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:317:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:318:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:309:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:318:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:319:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:310:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:319:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:320:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:311:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:320:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:321:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:312:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:321:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:340:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:339:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:340:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:357:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:349:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:357:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:359:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:350:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:359:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:360:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:351:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:360:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:361:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:352:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:361:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:362:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:353:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:362:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:363:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:354:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:363:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:364:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:355:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:364:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:365:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:356:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:365:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:409:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:401:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:409:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:411:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:402:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:411:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:412:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:403:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:412:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:413:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:404:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:413:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:414:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:405:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:414:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:415:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:406:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:415:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:416:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:407:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:416:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:417:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:408:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:417:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:436:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:435:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:436:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:453:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:445:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:453:4: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:455:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:446:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:455:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:456:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:447:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:456:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:457:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:448:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:457:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:458:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:449:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:458:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:459:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:450:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:459:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:460:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:451:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:460:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:461:4: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:452:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:461:4: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:505:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:497:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:505:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:507:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:498:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:507:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:508:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:499:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:508:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:509:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:500:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:509:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:510:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:501:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:510:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:511:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:502:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:511:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:512:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:503:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:512:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:513:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:504:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:513:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:543:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:528:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:543:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:625:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:617:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:625:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:627:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:618:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:627:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:650:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:644:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:650:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:653:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:646:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:653:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:658:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:656:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:658:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:660:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:660:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:678:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:669:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:678:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:682:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:671:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:682:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:683:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:672:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:683:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:684:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:673:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:684:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:685:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:674:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:685:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:686:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:675:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:686:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:687:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:676:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:687:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:688:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:677:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:688:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:702:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:701:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:702:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:706:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:705:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:706:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:757:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:721:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:757:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:760:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:724:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:760:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:761:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:723:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:761:2: note: Variable 'f' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:762:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:725:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:762:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:764:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:726:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:764:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:766:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:727:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:766:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:768:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:728:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:768:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:778:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:772:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:778:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:779:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:773:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:779:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:780:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:774:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:780:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:781:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:775:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:781:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:782:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:776:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:782:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:783:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:777:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:783:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:801:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:787:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:801:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:802:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:788:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:802:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:824:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:821:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:824:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:847:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:841:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:847:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:848:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:842:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:848:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:849:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:843:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:849:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:850:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:844:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:850:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:851:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:845:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:851:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:852:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:846:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:852:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:870:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:856:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:870:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:871:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:857:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:871:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:891:5: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:889:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:891:5: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:914:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:908:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:914:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:915:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:909:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:915:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:916:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:910:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:916:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:917:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:911:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:917:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:918:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:912:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:918:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:919:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:913:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:919:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:937:4: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:923:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:937:4: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:938:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:924:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:938:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:958:5: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:956:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:958:5: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:981:3: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:975:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:981:3: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:982:3: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:976:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:982:3: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:983:3: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:977:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:983:3: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:984:3: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:978:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:984:3: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:985:3: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:979:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:985:3: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:986:3: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:980:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:986:3: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1004:4: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:990:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1004:4: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1005:4: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:991:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1005:4: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1025:5: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1023:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1025:5: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1045:3: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1039:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1045:3: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1046:3: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1040:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1046:3: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1047:3: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1041:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1047:3: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1048:3: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1042:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1048:3: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1049:3: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1043:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1049:3: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1050:3: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1044:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1050:3: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1064:4: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1054:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1064:4: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1065:4: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1055:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1065:4: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1079:5: style: Variable '_tmp111_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1076:0: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1079:5: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1080:5: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1077:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1080:5: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1081:5: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1078:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1081:5: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1106:5: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1090:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1106:5: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1107:5: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1091:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1107:5: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1108:5: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1092:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1108:5: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1109:5: style: Variable '_tmp119_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1093:0: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1109:5: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1110:5: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1094:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1110:5: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1111:5: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1095:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1111:5: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1112:5: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1096:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1112:5: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1113:5: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1097:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1113:5: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1114:5: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1098:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1114:5: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1115:5: style: Variable 'dh' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1089:0: note: Variable 'dh' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1115:5: note: Variable 'dh' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1116:5: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1099:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1116:5: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1117:5: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1100:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1117:5: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1118:5: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1101:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1118:5: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1119:5: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1102:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1119:5: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1133:6: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1123:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1133:6: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1134:6: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1124:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1134:6: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1135:6: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1125:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1135:6: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1136:6: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1126:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1136:6: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1137:6: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1127:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1137:6: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1138:6: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1128:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1138:6: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1139:6: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1129:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1139:6: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1140:6: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1130:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1140:6: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1174:3: style: Variable '_tmp147_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1164:0: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1174:3: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1175:3: style: Variable '_tmp148_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1165:0: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1175:3: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1176:3: style: Variable '_tmp149_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1166:0: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1176:3: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1177:3: style: Variable '_tmp150_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1167:0: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1177:3: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1178:3: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1168:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1178:3: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1179:3: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1169:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1179:3: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1180:3: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1170:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1180:3: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1181:3: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1171:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1181:3: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1205:3: style: Variable '_tmp162_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1195:0: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1205:3: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1206:3: style: Variable '_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1196:0: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1206:3: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1207:3: style: Variable '_tmp164_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1197:0: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1207:3: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1208:3: style: Variable '_tmp165_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1198:0: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1208:3: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1209:3: style: Variable '_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1199:0: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1209:3: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1210:3: style: Variable '_tmp167_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1200:0: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1210:3: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1211:3: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1201:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1211:3: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1212:3: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1202:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1212:3: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1221:3: style: Variable '_tmp171_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1219:0: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1221:3: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1229:3: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1228:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1229:3: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1233:3: style: Variable '_tmp175_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1232:0: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1233:3: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1252:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1248:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1252:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1263:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1257:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1263:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1264:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1258:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1264:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1265:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1259:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1265:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1266:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1260:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1266:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1267:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1261:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1267:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1268:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1262:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1268:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1283:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1272:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1283:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1284:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1273:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1284:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1307:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1306:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1307:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1311:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1310:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1311:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1365:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1327:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1365:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1366:2: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1326:0: note: Variable 'field' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1366:2: note: Variable 'field' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1367:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1328:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1367:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1369:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1329:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1369:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1371:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1330:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1371:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1373:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1331:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1373:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1374:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1332:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1374:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1453:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1451:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1453:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1478:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1478:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1480:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1480:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1481:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1461:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1481:2: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1482:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1463:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1482:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1484:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1464:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1484:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1527:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1510:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1527:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1528:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1511:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1528:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1529:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1512:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1529:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1530:3: style: Variable 'rs' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1509:0: note: Variable 'rs' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1530:3: note: Variable 'rs' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1531:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1513:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1531:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1532:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1514:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1532:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1533:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1515:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1533:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1534:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1516:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1534:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1535:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1517:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1535:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1536:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1518:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1536:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1537:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1519:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1537:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1544:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1542:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1544:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1545:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1543:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1545:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1546:4: style: Variable '_r_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1541:0: note: Variable '_r_it' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1546:4: note: Variable '_r_it' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1559:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1548:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1559:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1560:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1549:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1560:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1597:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1591:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1597:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1598:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1592:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1598:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1599:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1593:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1599:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1600:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1594:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1600:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1601:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1595:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1601:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1602:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1596:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1602:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1617:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1606:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1617:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1618:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1607:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1618:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1645:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1643:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1645:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1647:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1644:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1647:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1677:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1662:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1677:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1678:3: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1663:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1678:3: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1679:3: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1664:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1679:3: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1680:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1665:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1680:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1681:3: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1666:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1681:3: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1682:3: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1667:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1682:3: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1683:3: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1668:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1683:3: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1694:4: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1688:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1694:4: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1695:4: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1689:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1695:4: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1696:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1690:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1696:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1697:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1691:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1697:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1698:4: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1692:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1698:4: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1699:4: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1693:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1699:4: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1714:5: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1703:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1714:5: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1715:5: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1704:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1715:5: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1752:4: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1746:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1752:4: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1753:4: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1747:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1753:4: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1754:4: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1748:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1754:4: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1755:4: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1749:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1755:4: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1756:4: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1750:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1756:4: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1757:4: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1751:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1757:4: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1772:5: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1761:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1772:5: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1773:5: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1762:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1773:5: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1829:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1811:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1829:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1831:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1813:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1831:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1832:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1812:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1832:2: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1833:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1814:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1833:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1835:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1815:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1835:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1878:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1861:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1878:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1879:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1862:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1879:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1880:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1863:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1880:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1881:3: style: Variable 'rs' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1860:0: note: Variable 'rs' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1881:3: note: Variable 'rs' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1882:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1864:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1882:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1883:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1865:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1883:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1884:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1866:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1884:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1885:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1867:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1885:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1886:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1868:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1886:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1887:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1869:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1887:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1888:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1870:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1888:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1895:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1893:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1895:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1896:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1894:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1896:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1897:4: style: Variable '_r_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1892:0: note: Variable '_r_it' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1897:4: note: Variable '_r_it' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1910:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1899:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1910:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1911:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1900:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1911:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1948:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1942:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1948:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1949:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1943:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1949:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1950:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1944:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1950:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1951:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1945:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1951:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1952:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1946:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1952:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1953:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1947:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1953:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1968:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1957:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1968:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1969:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1958:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1969:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1996:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1994:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1996:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1998:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:1995:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1998:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2028:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2013:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2028:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2029:3: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2014:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2029:3: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2030:3: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2015:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2030:3: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2031:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2016:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2031:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2032:3: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2017:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2032:3: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2033:3: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2018:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2033:3: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2034:3: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2019:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2034:3: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2045:4: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2039:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2045:4: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2046:4: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2040:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2046:4: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2047:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2041:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2047:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2048:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2042:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2048:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2049:4: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2043:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2049:4: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2050:4: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2044:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2050:4: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2065:5: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2054:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2065:5: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2066:5: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2055:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2066:5: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2103:4: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2097:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2103:4: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2104:4: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2098:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2104:4: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2105:4: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2099:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2105:4: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2106:4: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2100:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2106:4: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2107:4: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2101:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2107:4: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2108:4: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2102:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2108:4: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2123:5: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2112:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2123:5: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2124:5: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2113:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2124:5: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2181:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2162:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2181:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2184:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2165:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2184:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2185:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2164:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2185:2: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2186:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2166:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2186:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2188:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2167:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2188:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2189:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2168:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2189:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2200:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2192:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2200:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2202:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2193:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2202:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2203:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2194:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2203:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2204:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2195:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2204:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2205:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2196:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2205:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2208:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2199:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2208:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2213:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2211:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2213:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2215:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2212:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2215:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2222:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2221:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2222:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2238:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2229:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2238:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2240:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2230:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2240:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2241:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2231:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2241:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2242:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2232:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2242:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2243:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2233:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2243:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2244:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2234:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2244:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2245:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2235:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2245:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2246:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2236:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2246:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2284:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2278:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2284:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2285:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2279:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2285:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2286:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2280:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2286:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2287:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2281:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2287:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2288:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2282:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2288:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2289:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2283:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2289:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2304:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2293:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2304:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2305:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2294:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2305:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2328:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2327:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2328:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2344:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2337:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2344:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2346:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2338:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2346:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2347:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2339:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2347:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2348:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2340:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2348:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2349:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2341:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2349:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2350:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2342:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2350:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2351:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2343:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2351:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2382:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2364:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2382:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2383:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2365:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2383:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2384:3: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2363:0: note: Variable 'm' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2384:3: note: Variable 'm' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2422:4: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2419:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2422:4: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2448:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2430:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2448:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2450:3: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2431:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2450:3: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2451:3: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2432:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2451:3: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2452:3: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2433:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2452:3: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2453:3: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2434:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2453:3: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2454:3: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2435:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2454:3: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2455:3: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2436:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2455:3: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2456:3: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2437:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2456:3: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2457:3: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2438:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2457:3: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2458:3: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2439:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2458:3: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2459:3: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2440:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2459:3: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2460:3: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2441:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2460:3: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2461:3: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2442:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2461:3: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2462:3: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2443:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2462:3: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2463:3: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2444:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2463:3: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2464:3: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2445:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2464:3: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2465:3: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2446:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2465:3: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2494:3: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2483:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2494:3: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2495:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2482:0: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2495:3: note: Variable 'r' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2496:3: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2484:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2496:3: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2497:3: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2485:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2497:3: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2499:3: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2487:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2499:3: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2500:3: style: Variable 'nt' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2486:0: note: Variable 'nt' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2500:3: note: Variable 'nt' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2501:3: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2488:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2501:3: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2503:3: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2489:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2503:3: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2504:3: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2490:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2504:3: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2506:3: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2491:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2506:3: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2507:3: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2492:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2507:3: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2539:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2530:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2539:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2541:3: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2531:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2541:3: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2542:3: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2532:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2542:3: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2543:3: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2533:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2543:3: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2544:3: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2534:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2544:3: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2545:3: style: Variable '_tmp106_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2535:0: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2545:3: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2546:3: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2536:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2546:3: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2547:3: style: Variable '_tmp108_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2537:0: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2547:3: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2548:3: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2538:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2548:3: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2586:3: style: Variable '_tmp110_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2562:0: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2586:3: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2587:3: style: Variable '_tmp111_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2563:0: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2587:3: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2588:3: style: Variable 'm2' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2561:0: note: Variable 'm2' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2588:3: note: Variable 'm2' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2644:4: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2641:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2644:4: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2662:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2653:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2662:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2664:3: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2654:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2664:3: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2665:3: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2655:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2665:3: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2666:3: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2656:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2666:3: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2667:3: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2657:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2667:3: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2668:3: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2658:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2668:3: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2669:3: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2659:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2669:3: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2670:3: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2660:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2670:3: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2671:3: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2661:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2671:3: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2686:3: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2685:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2686:3: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2690:3: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2689:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2690:3: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2710:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2701:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2710:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2712:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2703:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2712:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2713:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2702:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2713:2: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2714:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2704:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2714:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2716:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2705:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2716:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2717:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2706:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2717:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2721:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2720:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2721:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2739:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2730:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2739:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2741:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2731:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2741:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2742:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2732:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2742:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2743:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2733:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2743:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2744:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2734:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2744:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2745:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2735:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2745:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2746:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2736:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2746:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2747:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2737:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2747:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2751:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2738:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2751:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2782:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2774:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2782:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2785:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2777:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2785:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2786:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2776:0: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2786:2: note: Variable 't' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2788:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2778:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2788:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2833:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2824:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2833:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2835:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2825:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2835:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2836:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2826:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2836:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2837:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2827:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2837:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2838:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2828:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2838:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2839:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2829:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2839:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2840:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2830:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2840:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2841:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2831:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2841:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2864:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2857:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2864:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2865:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2858:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2865:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2866:3: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2856:0: note: Variable 'm' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2866:3: note: Variable 'm' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2889:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2884:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2889:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2901:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2900:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2901:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2905:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2904:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2905:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2924:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2916:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2924:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2927:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2919:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2927:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2928:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2918:0: note: Variable 'app' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2928:2: note: Variable 'app' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2959:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:2930:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:2959:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3032:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3024:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3032:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3034:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3025:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3034:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3035:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3026:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3035:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3036:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3027:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3036:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3037:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3028:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3037:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3038:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3029:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3038:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3039:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3030:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3039:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3040:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3031:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3040:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3079:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3077:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3079:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3089:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3086:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3089:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3090:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tests/vala/CheckTable.c:3087:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:3090:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgda-5.2.4/tests/vala/CheckTable.c:1641:2: style: Label '__catch10_g_error' is not used. [unusedLabel]
libgda-5.2.4/tests/vala/CheckTable.c:1992:2: style: Label '__catch11_g_error' is not used. [unusedLabel]
libgda-5.2.4/tools/browser/auth-dialog.c:337:20: style: Redundant condition: !ad->ext.cnc. 'ad->ext.cnc || (!ad->ext.cnc && lerror)' is equivalent to 'ad->ext.cnc || lerror' [redundantCondition]
libgda-5.2.4/tools/browser/auth-dialog.c:107:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/auth-dialog.c:91:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/auth-dialog.c:107:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/auth-dialog.c:146:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/auth-dialog.c:145:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/auth-dialog.c:146:3: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/auth-dialog.c:151:11: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/browser-connection.c:604:20: style: Redundant condition: !retval. 'retval || (!retval && lerror)' is equivalent to 'retval || lerror' [redundantCondition]
libgda-5.2.4/tools/browser/browser-connection.c:238:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-connection.c:221:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-connection.c:238:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-connection.c:530:2: style: Variable 'dict_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/browser-connection.c:522:0: note: Variable 'dict_file_name' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/browser-connection.c:530:2: note: Variable 'dict_file_name' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/browser-connection.c:841:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/browser-connection.c:839:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/browser-connection.c:841:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/browser-connections-list.c:79:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-connections-list.c:63:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-connections-list.c:79:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-connections-list.c:241:25: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/browser-connections-list.c:239:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/browser-connections-list.c:241:25: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/browser-connections-list.c:246:40: style: The scope of the variable 'name' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/browser-connections-list.c:96:56: style: Function 'browser_connections_list_init' argument 1 names different: declaration 'stmt' definition 'clist'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-connections-list.c:36:68: note: Function 'browser_connections_list_init' argument 1 names different: declaration 'stmt' definition 'clist'.
libgda-5.2.4/tools/browser/browser-connections-list.c:96:56: note: Function 'browser_connections_list_init' argument 1 names different: declaration 'stmt' definition 'clist'.
libgda-5.2.4/tools/browser/browser-core.c:78:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-core.c:61:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-core.c:78:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-page.c:47:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-page.c:32:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-page.c:47:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-perspective.c:51:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-perspective.c:36:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-perspective.c:51:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-perspective.c:81:60: style: Function 'browser_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'pers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-perspective.h:59:76: note: Function 'browser_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:81:60: note: Function 'browser_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:102:57: style: Function 'browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'pers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-perspective.h:60:76: note: Function 'browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:102:57: note: Function 'browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:121:68: style: Function 'browser_perspective_get_current_customization' argument 1 names different: declaration 'perspective' definition 'pers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-perspective.h:61:84: note: Function 'browser_perspective_get_current_customization' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:121:68: note: Function 'browser_perspective_get_current_customization' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:147:64: style: Function 'browser_perspective_page_tab_label_change' argument 1 names different: declaration 'perspective' definition 'pers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-perspective.h:64:80: note: Function 'browser_perspective_page_tab_label_change' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:147:64: note: Function 'browser_perspective_page_tab_label_change' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:163:53: style: Function 'browser_perspective_get_window' argument 1 names different: declaration 'perspective' definition 'pers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-perspective.h:67:69: note: Function 'browser_perspective_get_window' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-perspective.c:163:53: note: Function 'browser_perspective_get_window' argument 1 names different: declaration 'perspective' definition 'pers'.
libgda-5.2.4/tools/browser/browser-spinner.c:40:40: style: Function 'browser_spinner_start' argument 1 names different: declaration 'throbber' definition 'spinner'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-spinner.h:25:46: note: Function 'browser_spinner_start' argument 1 names different: declaration 'throbber' definition 'spinner'.
libgda-5.2.4/tools/browser/browser-spinner.c:40:40: note: Function 'browser_spinner_start' argument 1 names different: declaration 'throbber' definition 'spinner'.
libgda-5.2.4/tools/browser/browser-spinner.c:53:39: style: Function 'browser_spinner_stop' argument 1 names different: declaration 'throbber' definition 'spinner'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-spinner.h:26:45: note: Function 'browser_spinner_stop' argument 1 names different: declaration 'throbber' definition 'spinner'.
libgda-5.2.4/tools/browser/browser-spinner.c:53:39: note: Function 'browser_spinner_stop' argument 1 names different: declaration 'throbber' definition 'spinner'.
libgda-5.2.4/tools/browser/browser-variable.c:60:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-variable.c:43:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-variable.c:60:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-virtual-connection.c:257:17: style: Redundant condition: !cnc. 'cnc || (!cnc && lerror)' is equivalent to 'cnc || lerror' [redundantCondition]
libgda-5.2.4/tools/browser/browser-virtual-connection.c:78:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-virtual-connection.c:62:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-virtual-connection.c:78:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/browser-virtual-connection.c:145:60: style: Function 'browser_virtual_connection_init' argument 1 names different: declaration 'stmt' definition 'bcnc'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/browser-virtual-connection.c:31:72: note: Function 'browser_virtual_connection_init' argument 1 names different: declaration 'stmt' definition 'bcnc'.
libgda-5.2.4/tools/browser/browser-virtual-connection.c:145:60: note: Function 'browser_virtual_connection_init' argument 1 names different: declaration 'stmt' definition 'bcnc'.
libgda-5.2.4/tools/browser/browser-virtual-connection.c:44:15: style: struct member '_BrowserVirtualConnectionPrivate::layout_table' is never used. [unusedStructMember]
libgda-5.2.4/tools/browser/browser-window.c:140:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/browser-window.c:123:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/browser-window.c:140:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/canvas-example.c:165:105: style: Function 'on_delete_event' argument 3 names different: declaration 'unused_data' definition 'data'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas-example.c:26:79: note: Function 'on_delete_event' argument 3 names different: declaration 'unused_data' definition 'data'.
libgda-5.2.4/tools/browser/canvas-example.c:165:105: note: Function 'on_delete_event' argument 3 names different: declaration 'unused_data' definition 'data'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:152:2: style: Variable 'cf' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:148:0: note: Variable 'cf' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:152:2: note: Variable 'cf' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:88:61: style: Function 'browser_canvas_column_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:27:74: note: Function 'browser_canvas_column_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:88:61: note: Function 'browser_canvas_column_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:116:51: style: Function 'browser_canvas_column_init' argument 1 names different: declaration 'drag' definition 'column'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:28:69: note: Function 'browser_canvas_column_init' argument 1 names different: declaration 'drag' definition 'column'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-column.c:116:51: note: Function 'browser_canvas_column_init' argument 1 names different: declaration 'drag' definition 'column'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:647:2: style: Variable 'schemas' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:645:0: note: Variable 'schemas' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:647:2: note: Variable 'schemas' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:913:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:933:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:952:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:824:81: style: Function 'popup_add_table_cb' argument 2 names different: declaration 'canvas' definition 'dbrels'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:617:79: note: Function 'popup_add_table_cb' argument 2 names different: declaration 'canvas' definition 'dbrels'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:824:81: note: Function 'popup_add_table_cb' argument 2 names different: declaration 'canvas' definition 'dbrels'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-db-relations.c:827:36: style: Unused variable: dcontents [unusedVariable]
libgda-5.2.4/tools/browser/canvas/browser-canvas-fkey.c:526:97: style: Function 'browser_canvas_fkey_new' argument 3 names different: declaration 'fk' definition 'fkcons'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas/browser-canvas-fkey.h:59:58: note: Function 'browser_canvas_fkey_new' argument 3 names different: declaration 'fk' definition 'fkcons'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-fkey.c:526:97: note: Function 'browser_canvas_fkey_new' argument 3 names different: declaration 'fk' definition 'fkcons'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:201:2: style: Variable 'citem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:198:0: note: Variable 'citem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:201:2: note: Variable 'citem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:233:9: style: Variable 'citem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:231:0: note: Variable 'citem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:233:9: note: Variable 'citem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:313:20: style: The scope of the variable 'context' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:314:19: style: The scope of the variable 'target_list' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/canvas/browser-canvas-item.c:315:19: style: The scope of the variable 'canvas' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:206:2: style: Variable 'ce' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:204:0: note: Variable 'ce' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:206:2: note: Variable 'ce' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:246:2: style: Variable 'ce' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:244:0: note: Variable 'ce' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:246:2: note: Variable 'ce' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:345:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:138:48: style: Function 'browser_canvas_table_init' argument 1 names different: declaration 'drag' definition 'table'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:30:66: note: Function 'browser_canvas_table_init' argument 1 names different: declaration 'drag' definition 'table'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:138:48: note: Function 'browser_canvas_table_init' argument 1 names different: declaration 'drag' definition 'table'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:414:33: style: Function 'button_press_event_cb' argument 4 names different: declaration 'unused_data' definition 'data'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:135:21: note: Function 'button_press_event_cb' argument 4 names different: declaration 'unused_data' definition 'data'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-table.c:414:33: note: Function 'button_press_event_cb' argument 4 names different: declaration 'unused_data' definition 'data'.
libgda-5.2.4/tools/browser/canvas/browser-canvas-text.c:236:2: style: Variable 'ct' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/canvas/browser-canvas-text.c:230:0: note: Variable 'ct' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-text.c:236:2: note: Variable 'ct' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/canvas/browser-canvas-text.c:232:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/canvas/browser-canvas.c:485:10: style: The scope of the variable 'lcfilename' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/common/fk-declare.c:92:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/common/fk-declare.c:76:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/common/fk-declare.c:92:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/common/fk-declare.c:439:2: style: Variable 'schemas' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/common/fk-declare.c:436:0: note: Variable 'schemas' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/fk-declare.c:439:2: note: Variable 'schemas' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/fk-declare.c:343:45: style: Function 'update_reference_column_choices' argument 1 names different: declaration 'dec' definition 'decl'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/fk-declare.c:47:57: note: Function 'update_reference_column_choices' argument 1 names different: declaration 'dec' definition 'decl'.
libgda-5.2.4/tools/browser/common/fk-declare.c:343:45: note: Function 'update_reference_column_choices' argument 1 names different: declaration 'dec' definition 'decl'.
libgda-5.2.4/tools/browser/common/fk-declare.c:505:50: style: Function 'update_dialog_response_sensitiveness' argument 1 names different: declaration 'dec' definition 'decl'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/fk-declare.c:48:62: note: Function 'update_dialog_response_sensitiveness' argument 1 names different: declaration 'dec' definition 'decl'.
libgda-5.2.4/tools/browser/common/fk-declare.c:505:50: note: Function 'update_dialog_response_sensitiveness' argument 1 names different: declaration 'dec' definition 'decl'.
libgda-5.2.4/tools/browser/common/gdaui-data-import.c:101:43: style: Function 'gdaui_data_import_init' argument 1 names different: declaration 'wid' definition 'import'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/gdaui-data-import.c:29:54: note: Function 'gdaui_data_import_init' argument 1 names different: declaration 'wid' definition 'import'.
libgda-5.2.4/tools/browser/common/gdaui-data-import.c:101:43: note: Function 'gdaui_data_import_init' argument 1 names different: declaration 'wid' definition 'import'.
libgda-5.2.4/tools/browser/common/gdaui-entry-import.c:98:45: style: Function 'gdaui_entry_import_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_import'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/gdaui-entry-import.c:30:57: note: Function 'gdaui_entry_import_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_import'.
libgda-5.2.4/tools/browser/common/gdaui-entry-import.c:98:45: note: Function 'gdaui_entry_import_init' argument 1 names different: declaration 'srv' definition 'gdaui_entry_import'.
libgda-5.2.4/tools/browser/common/objects-cloud.c:171:2: style: Variable 'default_sd' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/common/objects-cloud.c:159:0: note: Variable 'default_sd' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/objects-cloud.c:171:2: note: Variable 'default_sd' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/objects-cloud.c:487:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/common/objects-cloud.c:481:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/objects-cloud.c:487:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/objects-cloud.c:571:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/common/objects-cloud.c:569:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/objects-cloud.c:571:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:493:2: style: Variable 'bcnc' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/common/ui-formgrid.c:491:0: note: Variable 'bcnc' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:493:2: note: Variable 'bcnc' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:136:42: style: Function 'ui_formgrid_class_init' argument 1 names different: declaration 'class' definition 'klass'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/ui-formgrid.c:39:55: note: Function 'ui_formgrid_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:136:42: note: Function 'ui_formgrid_class_init' argument 1 names different: declaration 'class' definition 'klass'.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:295:31: style: Function 'ui_formgrid_init' argument 1 names different: declaration 'wid' definition 'formgrid'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/ui-formgrid.c:40:43: note: Function 'ui_formgrid_init' argument 1 names different: declaration 'wid' definition 'formgrid'.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:295:31: note: Function 'ui_formgrid_init' argument 1 names different: declaration 'wid' definition 'formgrid'.
libgda-5.2.4/tools/browser/common/ui-formgrid.c:214:19: style: Unused variable: vp [unusedVariable]
libgda-5.2.4/tools/browser/common/ui-formgrid.c:297:13: style: Unused variable: sw [unusedVariable]
libgda-5.2.4/tools/browser/common/widget-overlay.c:542:25: style: Redundant condition: ign_non_tooltip. '!ign_non_tooltip || (ign_non_tooltip && cd->is_tooltip)' is equivalent to '!ign_non_tooltip || cd->is_tooltip' [redundantCondition]
libgda-5.2.4/tools/browser/common/widget-overlay.c:442:2: style: Variable 'cd' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/common/widget-overlay.c:441:0: note: Variable 'cd' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/widget-overlay.c:442:2: note: Variable 'cd' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/common/widget-overlay.c:669:57: style: Function 'widget_overlay_add' argument 2 names different: declaration 'child' definition 'widget'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/common/widget-overlay.c:42:29: note: Function 'widget_overlay_add' argument 2 names different: declaration 'child' definition 'widget'.
libgda-5.2.4/tools/browser/common/widget-overlay.c:669:57: note: Function 'widget_overlay_add' argument 2 names different: declaration 'child' definition 'widget'.
libgda-5.2.4/tools/browser/connection-binding-properties.c:73:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/connection-binding-properties.c:57:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/connection-binding-properties.c:73:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/connection-binding-properties.c:90:66: style: Function 'connection_binding_properties_init' argument 1 names different: declaration 'stmt' definition 'cprop'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/connection-binding-properties.c:35:78: note: Function 'connection_binding_properties_init' argument 1 names different: declaration 'stmt' definition 'cprop'.
libgda-5.2.4/tools/browser/connection-binding-properties.c:90:66: note: Function 'connection_binding_properties_init' argument 1 names different: declaration 'stmt' definition 'cprop'.
libgda-5.2.4/tools/browser/data-manager/analyser.c:37:13: style: The scope of the variable 'mitem' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/data-manager/data-console.c:575:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:84:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:62:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:84:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:124:56: style: Function 'data_manager_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:33:68: note: Function 'data_manager_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:124:56: note: Function 'data_manager_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:383:76: style: Function 'data_manager_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:41:90: note: Function 'data_manager_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/data-manager/data-manager-perspective.c:383:76: note: Function 'data_manager_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/data-manager/data-source-editor.c:74:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/data-manager/data-source-editor.c:57:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/data-manager/data-source-editor.c:74:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/data-manager/data-source-editor.c:287:16: style: The scope of the variable 'stmt' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/data-manager/data-source-manager.c:85:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/data-manager/data-source-manager.c:68:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/data-manager/data-source-manager.c:85:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/data-manager/data-source.c:184:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/data-manager/data-source.c:167:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/data-manager/data-source.c:184:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/data-manager/ui-spec-editor.c:503:51: style: Function 'ui_spec_editor_get_selected_source' argument 1 names different: declaration 'editor' definition 'sped'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/data-manager/ui-spec-editor.h:52:66: note: Function 'ui_spec_editor_get_selected_source' argument 1 names different: declaration 'editor' definition 'sped'.
libgda-5.2.4/tools/browser/data-manager/ui-spec-editor.c:503:51: note: Function 'ui_spec_editor_get_selected_source' argument 1 names different: declaration 'editor' definition 'sped'.
libgda-5.2.4/tools/browser/data-manager/ui-spec-editor.c:87:31: error: Null pointer dereference [nullPointer]
libgda-5.2.4/tools/browser/data-manager/xml-spec-editor.c:54:13: style: struct member '_XmlSpecEditorPrivate::help' is never used. [unusedStructMember]
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:68:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:46:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:68:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:96:43: style: Function 'dummy_perspective_init' argument 1 names different: declaration 'pers' definition 'perspective'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:29:55: note: Function 'dummy_perspective_init' argument 1 names different: declaration 'pers' definition 'perspective'.
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:96:43: note: Function 'dummy_perspective_init' argument 1 names different: declaration 'pers' definition 'perspective'.
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:182:58: style: Function 'dummy_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'bpers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:35:86: note: Function 'dummy_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:182:58: note: Function 'dummy_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:193:69: style: Function 'dummy_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:36:83: note: Function 'dummy_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:193:69: note: Function 'dummy_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/dummy-perspective/dummy-perspective.c:202:10: style: Variable 'bpers' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:208:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:202:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:208:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:292:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:290:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:292:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:386:46: style: Function 'class_properties_set_class' argument 1 names different: declaration 'eprop' definition 'cprop'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/class-properties.h:52:71: note: Function 'class_properties_set_class' argument 1 names different: declaration 'eprop' definition 'cprop'.
libgda-5.2.4/tools/browser/ldap-browser/class-properties.c:386:46: note: Function 'class_properties_set_class' argument 1 names different: declaration 'eprop' definition 'cprop'.
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:345:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:341:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:345:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:285:46: style: Function 'classes_view_get_current_class' argument 1 names different: declaration 'classes_view' definition 'eview'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/classes-view.h:49:59: note: Function 'classes_view_get_current_class' argument 1 names different: declaration 'classes_view' definition 'eview'.
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:285:46: note: Function 'classes_view_get_current_class' argument 1 names different: declaration 'classes_view' definition 'eview'.
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:339:46: style: Function 'classes_view_set_current_class' argument 1 names different: declaration 'classes_view' definition 'eview'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/classes-view.h:50:59: note: Function 'classes_view_set_current_class' argument 1 names different: declaration 'classes_view' definition 'eview'.
libgda-5.2.4/tools/browser/ldap-browser/classes-view.c:339:46: note: Function 'classes_view_set_current_class' argument 1 names different: declaration 'classes_view' definition 'eview'.
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:920:7: style: Condition 'ts_dh' is always false [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:774:27: note: Assignment 'ts_dh=NULL', assigned value is 0
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:920:7: note: Condition 'ts_dh' is always false
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:262:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:260:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:262:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:306:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:300:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:306:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:394:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:392:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/entry-properties.c:394:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/hierarchy-view.c:445:16: style: Redundant condition: !init. 'init || (!init && gtk_tree_model_iter_next(model,&iter))' is equivalent to 'init || gtk_tree_model_iter_next(model,&iter)' [redundantCondition]
libgda-5.2.4/tools/browser/ldap-browser/hierarchy-view.c:464:17: style: Redundant condition: !init. 'init || (!init && gtk_tree_model_iter_next(model,&iter))' is equivalent to 'init || gtk_tree_model_iter_next(model,&iter)' [redundantCondition]
libgda-5.2.4/tools/browser/ldap-browser/hierarchy-view.c:537:47: style: Function 'hierarchy_view_get_current_dn' argument 1 names different: declaration 'hierarchy_view' definition 'eview'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/hierarchy-view.h:49:60: note: Function 'hierarchy_view_get_current_dn' argument 1 names different: declaration 'hierarchy_view' definition 'eview'.
libgda-5.2.4/tools/browser/ldap-browser/hierarchy-view.c:537:47: note: Function 'hierarchy_view_get_current_dn' argument 1 names different: declaration 'hierarchy_view' definition 'eview'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:86:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:64:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:86:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:116:56: style: Function 'ldap_browser_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:36:68: note: Function 'ldap_browser_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:116:56: note: Function 'ldap_browser_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:367:65: style: Function 'ldap_browser_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'bpers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:42:93: note: Function 'ldap_browser_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:367:65: note: Function 'ldap_browser_perspective_get_actions_group' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:385:76: style: Function 'ldap_browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:43:90: note: Function 'ldap_browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-browser-perspective.c:385:76: note: Function 'ldap_browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:446:3: style: Variable 'hitem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:444:0: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:446:3: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:480:3: style: Variable 'hitem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:478:0: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:480:3: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:304:62: style: Function 'ldap_classes_page_new' argument 2 names different: declaration 'dn' definition 'classname'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.h:49:86: note: Function 'ldap_classes_page_new' argument 2 names different: declaration 'dn' definition 'classname'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-classes-page.c:304:62: note: Function 'ldap_classes_page_new' argument 2 names different: declaration 'dn' definition 'classname'.
libgda-5.2.4/tools/browser/ldap-browser/ldap-entries-page.c:452:3: style: Variable 'hitem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/ldap-entries-page.c:450:0: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-entries-page.c:452:3: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-entries-page.c:486:3: style: Variable 'hitem' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/ldap-browser/ldap-entries-page.c:484:0: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/ldap-entries-page.c:486:3: note: Variable 'hitem' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-classes.c:111:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-classes.c:95:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-classes.c:111:26: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-classes.c:60:40: style: Function 'mgr_ldap_classes_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-classes.c:32:58: note: Function 'mgr_ldap_classes_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-classes.c:60:40: note: Function 'mgr_ldap_classes_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-entries.c:111:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-entries.c:95:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-entries.c:111:26: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-entries.c:60:40: style: Function 'mgr_ldap_entries_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-entries.c:31:58: note: Function 'mgr_ldap_entries_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/ldap-browser/mgr-ldap-entries.c:60:40: note: Function 'mgr_ldap_entries_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/login-dialog.c:324:10: style: Redundant condition: !cnc. 'cnc || (!cnc && lerror)' is equivalent to 'cnc || lerror' [redundantCondition]
libgda-5.2.4/tools/browser/login-dialog.c:77:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/login-dialog.c:61:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/login-dialog.c:77:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/mgr-favorites.c:159:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/mgr-favorites.c:143:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/mgr-favorites.c:159:26: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/mgr-favorites.c:759:3: style: Variable 'snode' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/mgr-favorites.c:754:0: note: Variable 'snode' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/mgr-favorites.c:759:3: note: Variable 'snode' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/mgr-favorites.c:300:15: style: The scope of the variable 'holder' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/mgr-favorites.c:766:10: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/mgr-favorites.c:767:11: style: The scope of the variable 'value' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/mgr-favorites.c:100:35: style: Function 'mgr_favorites_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/mgr-favorites.c:51:53: note: Function 'mgr_favorites_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/mgr-favorites.c:100:35: note: Function 'mgr_favorites_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/query-exec/query-editor.c:482:3: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/query-exec/query-editor.c:480:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/query-exec/query-editor.c:482:3: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/query-exec/query-editor.c:457:18: style: The scope of the variable 'event' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/query-exec/query-editor.c:622:17: style: The scope of the variable 'hdata' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/query-exec/query-editor.c:73:14: style: struct member '_QueryEditorPrivate::indent_tag' is never used. [unusedStructMember]
libgda-5.2.4/tools/browser/query-exec/query-editor.c:708:0: style: Variable 'tab' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/browser/query-exec/query-editor.c:709:23: style: Variable 'highlight' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/browser/query-exec/query-editor.c:710:25: style: Variable 'showlinesno' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/browser/query-exec/query-exec-perspective.c:93:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/query-exec/query-exec-perspective.c:71:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/query-exec/query-exec-perspective.c:93:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/query-exec/query-exec-perspective.c:132:52: style: Function 'query_exec_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/query-exec/query-exec-perspective.c:37:64: note: Function 'query_exec_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/query-exec/query-exec-perspective.c:132:52: note: Function 'query_exec_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/query-exec/query-result.c:194:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/query-exec/query-result.c:492:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/schema-browser/mgr-columns.c:141:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/schema-browser/mgr-columns.c:125:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/schema-browser/mgr-columns.c:141:26: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/schema-browser/mgr-columns.c:82:31: style: Function 'mgr_columns_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/mgr-columns.c:33:49: note: Function 'mgr_columns_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/schema-browser/mgr-columns.c:82:31: note: Function 'mgr_columns_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/browser/schema-browser/relations-diagram.c:257:9: style: The scope of the variable 'str' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:89:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:67:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:89:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:119:60: style: Function 'schema_browser_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:39:72: note: Function 'schema_browser_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:119:60: note: Function 'schema_browser_perspective_init' argument 1 names different: declaration 'stmt' definition 'perspective'.
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:362:78: style: Function 'schema_browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:46:92: note: Function 'schema_browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:362:78: note: Function 'schema_browser_perspective_get_actions_ui' argument 1 names different: declaration 'perspective' definition 'bpers'.
libgda-5.2.4/tools/browser/schema-browser/schema-browser-perspective.c:222:8: error: Uninitialized variable: type [uninitvar]
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:804:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:798:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:804:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:890:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:888:0: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:890:2: note: Variable 'tags' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:400:20: style: The scope of the variable 'cvalue' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/schema-browser/table-columns.c:120:44: style: Variable 'tcolumns' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/browser/schema-browser/table-info.c:423:41: style: Function 'table_info_get_table_schema' argument 1 names different: declaration 'table_info' definition 'tinfo'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/table-info.h:51:66: note: Function 'table_info_get_table_schema' argument 1 names different: declaration 'table_info' definition 'tinfo'.
libgda-5.2.4/tools/browser/schema-browser/table-info.c:423:41: note: Function 'table_info_get_table_schema' argument 1 names different: declaration 'table_info' definition 'tinfo'.
libgda-5.2.4/tools/browser/schema-browser/table-info.c:433:39: style: Function 'table_info_get_table_name' argument 1 names different: declaration 'table_info' definition 'tinfo'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/table-info.h:52:64: note: Function 'table_info_get_table_name' argument 1 names different: declaration 'table_info' definition 'tinfo'.
libgda-5.2.4/tools/browser/schema-browser/table-info.c:433:39: note: Function 'table_info_get_table_name' argument 1 names different: declaration 'table_info' definition 'tinfo'.
libgda-5.2.4/tools/browser/schema-browser/table-info.c:443:39: style: Function 'table_info_get_connection' argument 1 names different: declaration 'table_info' definition 'tinfo'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/table-info.h:53:64: note: Function 'table_info_get_connection' argument 1 names different: declaration 'table_info' definition 'tinfo'.
libgda-5.2.4/tools/browser/schema-browser/table-info.c:443:39: note: Function 'table_info_get_connection' argument 1 names different: declaration 'table_info' definition 'tinfo'.
libgda-5.2.4/tools/browser/schema-browser/table-preferences.c:666:22: style: The scope of the variable 'ql' can be reduced. [variableScope]
libgda-5.2.4/tools/browser/schema-browser/table-preferences.c:159:99: style: Function 'meta_changed_cb' argument 3 names different: declaration 'tpreferences' definition 'tpref'. [funcArgNamesDifferent]
libgda-5.2.4/tools/browser/schema-browser/table-preferences.c:66:97: note: Function 'meta_changed_cb' argument 3 names different: declaration 'tpreferences' definition 'tpref'.
libgda-5.2.4/tools/browser/schema-browser/table-preferences.c:159:99: note: Function 'meta_changed_cb' argument 3 names different: declaration 'tpreferences' definition 'tpref'.
libgda-5.2.4/tools/browser/support.c:109:10: style: Variable 'list' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/browser/text-search.c:114:29: style: The scope of the variable 'sptr' can be reduced. [variableScope]
libgda-5.2.4/tools/cmdtool/tool-command.c:140:7: style: Unused variable: cmp [unusedVariable]
libgda-5.2.4/tools/cmdtool/tool-command.c:140:12: style: Unused variable: alength [unusedVariable]
libgda-5.2.4/tools/cmdtool/tool-command.c:140:21: style: Unused variable: blength [unusedVariable]
libgda-5.2.4/tools/cmdtool/tool-command.c:158:7: style: Unused variable: cmp [unusedVariable]
libgda-5.2.4/tools/cmdtool/tool-command.c:158:12: style: Unused variable: alength [unusedVariable]
libgda-5.2.4/tools/cmdtool/tool-command.c:158:21: style: Unused variable: blength [unusedVariable]
libgda-5.2.4/tools/cmdtool/tool-help.c:412:13: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
libgda-5.2.4/tools/cmdtool/tool-input.c:361:6: style: The scope of the variable 'cols' can be reduced. [variableScope]
libgda-5.2.4/tools/cmdtool/tool-input.c:361:17: style: The scope of the variable 'rows' can be reduced. [variableScope]
libgda-5.2.4/tools/cmdtool/tool-input.c:360:12: style: Variable 'tty' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/cmdtool/tool-output.c:197:2: style: Variable 'pipe' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/cmdtool/tool-output.c:193:0: note: Variable 'pipe' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/cmdtool/tool-output.c:197:2: note: Variable 'pipe' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/cmdtool/tool-output.c:198:2: style: Variable 'prefix2' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/cmdtool/tool-output.c:194:0: note: Variable 'prefix2' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/cmdtool/tool-output.c:198:2: note: Variable 'prefix2' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/cmdtool/tool-output.c:199:2: style: Variable 'prefix3' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/cmdtool/tool-output.c:195:0: note: Variable 'prefix3' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/cmdtool/tool-output.c:199:2: note: Variable 'prefix3' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/cmdtool/tool-output.c:719:34: style: Function 'tool_output_output_string' argument 1 names different: declaration 'output_stream' definition 'stream'. [funcArgNamesDifferent]
libgda-5.2.4/tools/cmdtool/tool-output.h:34:41: note: Function 'tool_output_output_string' argument 1 names different: declaration 'output_stream' definition 'stream'.
libgda-5.2.4/tools/cmdtool/tool-output.c:719:34: note: Function 'tool_output_output_string' argument 1 names different: declaration 'output_stream' definition 'stream'.
libgda-5.2.4/tools/command-exec.c:655:7: warning: Possible null pointer dereference: dbo [nullPointer]
libgda-5.2.4/tools/command-exec.c:648:10: note: Assignment 'dbo=NULL', assigned value is 0
libgda-5.2.4/tools/command-exec.c:655:7: note: Null pointer dereference
libgda-5.2.4/tools/command-exec.c:123:9: style: The scope of the variable 'c' can be reduced. [variableScope]
libgda-5.2.4/tools/command-exec.c:432:75: style: Function 'gda_internal_command_build_meta_struct' argument 2 names different: declaration 'args' definition 'argv'. [funcArgNamesDifferent]
libgda-5.2.4/tools/command-exec.h:49:101: note: Function 'gda_internal_command_build_meta_struct' argument 2 names different: declaration 'args' definition 'argv'.
libgda-5.2.4/tools/command-exec.c:432:75: note: Function 'gda_internal_command_build_meta_struct' argument 2 names different: declaration 'args' definition 'argv'.
libgda-5.2.4/tools/config-info.c:464:23: warning: Logical conjunction always evaluates to false: *(ptr) < 'a' && *(ptr) > 'z'. [incorrectLogicOperator]
libgda-5.2.4/tools/config-info.c:465:23: warning: Logical conjunction always evaluates to false: *(ptr) < '0' && *(ptr) > '9'. [incorrectLogicOperator]
libgda-5.2.4/tools/config-info.c:597:25: warning: Logical conjunction always evaluates to false: *(ptr) < 'a' && *(ptr) > 'z'. [incorrectLogicOperator]
libgda-5.2.4/tools/config-info.c:598:25: warning: Logical conjunction always evaluates to false: *(ptr) < '0' && *(ptr) > '9'. [incorrectLogicOperator]
libgda-5.2.4/tools/gda-list-server-op.c:80:19: style: Redundant condition: prov_obj. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
libgda-5.2.4/tools/gda-sql.c:3056:6: warning: Possible null pointer dereference: console [nullPointer]
libgda-5.2.4/tools/gda-sql.c:3073:20: note: Calling function 'handle_close_cnc', 1st argument 'console' value is 0
libgda-5.2.4/tools/gda-sql.c:3056:6: note: Null pointer dereference
libgda-5.2.4/tools/gda-sql.c:1372:3: style: Variable 'dict_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/gda-sql.c:1365:0: note: Variable 'dict_file_name' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:1372:3: note: Variable 'dict_file_name' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:3504:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/gda-sql.c:3501:0: note: Variable 'filename' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:3504:3: note: Variable 'filename' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:3678:2: style: Variable 'sel_stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/gda-sql.c:3676:0: note: Variable 'sel_stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:3678:2: note: Variable 'sel_stmt' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:4038:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/gda-sql.c:4029:0: note: Variable 'res' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:4038:2: note: Variable 'res' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:5986:2: style: Variable 'loc_cmde' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/gda-sql.c:5982:0: note: Variable 'loc_cmde' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:5986:2: note: Variable 'loc_cmde' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/gda-sql.c:2752:21: style: The scope of the variable 'res' can be reduced. [variableScope]
libgda-5.2.4/tools/gda-sql.c:5014:11: style: Variable 'etime' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/gda-threader.c:88:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/gda-threader.c:72:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/gda-threader.c:88:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/gda-threader.c:127:34: style: Function 'gda_threader_init' argument 1 names different: declaration 'srv' definition 'thread'. [funcArgNamesDifferent]
libgda-5.2.4/tools/gda-threader.c:29:46: note: Function 'gda_threader_init' argument 1 names different: declaration 'srv' definition 'thread'.
libgda-5.2.4/tools/gda-threader.c:127:34: note: Function 'gda_threader_init' argument 1 names different: declaration 'srv' definition 'thread'.
libgda-5.2.4/tools/gda-threader.c:155:11: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
libgda-5.2.4/tools/gda-tree-mgr-xml.c:108:26: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/gda-tree-mgr-xml.c:92:30: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/gda-tree-mgr-xml.c:108:26: note: Condition 'type==0' is always true
libgda-5.2.4/tools/gda-tree-mgr-xml.c:58:39: style: Function 'gda_tree_mgr_xml_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'. [funcArgNamesDifferent]
libgda-5.2.4/tools/gda-tree-mgr-xml.c:31:57: note: Function 'gda_tree_mgr_xml_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/gda-tree-mgr-xml.c:58:39: note: Function 'gda_tree_mgr_xml_init' argument 1 names different: declaration 'tmgr1' definition 'mgr'.
libgda-5.2.4/tools/html-doc.c:47:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/html-doc.c:45:2: note: Variable 'node' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/html-doc.c:47:2: note: Variable 'node' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/information-schema-doc.c:127:27: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
libgda-5.2.4/tools/information-schema-doc.c:133:27: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
libgda-5.2.4/tools/tools-favorites.c:75:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/tools-favorites.c:58:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/tools-favorites.c:75:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/web-server.c:136:12: style: Condition 'type==0' is always true [knownConditionTrueFalse]
libgda-5.2.4/tools/web-server.c:120:23: note: Assuming that condition 'type==0' is not redundant
libgda-5.2.4/tools/web-server.c:136:12: note: Condition 'type==0' is always true
libgda-5.2.4/tools/web-server.c:277:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:276:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:277:3: note: Variable 'array' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:781:2: style: Variable 'div' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:776:0: note: Variable 'div' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:781:2: note: Variable 'div' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:933:2: style: Variable 'td' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:932:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:933:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:934:2: style: Variable 'td' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:933:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:934:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:935:2: style: Variable 'td' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:934:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:935:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:936:2: style: Variable 'td' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:935:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:936:2: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:947:3: style: Variable 'td' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:946:3: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:947:3: note: Variable 'td' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:1379:3: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:1375:3: note: Variable 'li' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:1379:3: note: Variable 'li' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:1382:3: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
libgda-5.2.4/tools/web-server.c:1379:3: note: Variable 'li' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:1382:3: note: Variable 'li' is reassigned a value before the old one has been used.
libgda-5.2.4/tools/web-server.c:1858:9: style: The scope of the variable 'rfc_cnc_name' can be reduced. [variableScope]
libgda-5.2.4/tools/web-server.c:236:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tools/web-server.c:580:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgda-5.2.4/tools/web-server.c:1950:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[15:08]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgdal-grass/libgdal-grass_2.3.1.orig.tar.gz
libgdal-grass-2.3.1/grass57dataset.cpp:438:33: style: C-style pointer casting [cstyleCast]
libgdal-grass-2.3.1/grass57dataset.cpp:439:38: style: C-style pointer casting [cstyleCast]
libgdal-grass-2.3.1/grass57dataset.cpp:485:28: style: C-style pointer casting [cstyleCast]
libgdal-grass-2.3.1/grass57dataset.cpp:544:21: style: C-style pointer casting [cstyleCast]
libgdal-grass-2.3.1/ogrgrasslayer.cpp:39:35: style: Function 'OGRGRASSLayer' argument 1 names different: declaration 'layer' definition 'layerIndex'. [funcArgNamesDifferent]
libgdal-grass-2.3.1/ogrgrass.h:53:44: note: Function 'OGRGRASSLayer' argument 1 names different: declaration 'layer' definition 'layerIndex'.
libgdal-grass-2.3.1/ogrgrasslayer.cpp:39:35: note: Function 'OGRGRASSLayer' argument 1 names different: declaration 'layer' definition 'layerIndex'.
libgdal-grass-2.3.1/ogrgrasslayer.cpp:952:49: style: Function 'SetAttributes' argument 1 names different: declaration 'feature' definition 'poFeature'. [funcArgNamesDifferent]
libgdal-grass-2.3.1/ogrgrass.h:112:53: note: Function 'SetAttributes' argument 1 names different: declaration 'feature' definition 'poFeature'.
libgdal-grass-2.3.1/ogrgrasslayer.cpp:952:49: note: Function 'SetAttributes' argument 1 names different: declaration 'feature' definition 'poFeature'.
[15:08]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgdamm5.0/libgdamm5.0_4.99.11.orig.tar.xz
libgdamm-4.99.11/libgda/libgdamm/connection.cc:981:6: style: Condition 'gerror' is always false [knownConditionTrueFalse]
libgdamm-4.99.11/libgda/libgdamm/connection.cc:979:20: note: Assignment 'gerror=nullptr', assigned value is 0
libgdamm-4.99.11/libgda/libgdamm/connection.cc:981:6: note: Condition 'gerror' is always false
libgdamm-4.99.11/libgda/libgdamm/connection.cc:194:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdamm-4.99.11/libgda/libgdamm/sqlbuilder.cc:336:6: style: Condition 'gerror' is always false [knownConditionTrueFalse]
libgdamm-4.99.11/libgda/libgdamm/sqlbuilder.cc:334:20: note: Assignment 'gerror=nullptr', assigned value is 0
libgdamm-4.99.11/libgda/libgdamm/sqlbuilder.cc:336:6: note: Condition 'gerror' is always false
libgdamm-4.99.11/libgda/libgdamm/sqlbuilder.h:354:3: style: Class 'SqlBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[15:08]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgdata/libgdata_0.17.9.orig.tar.xz
libgdata-0.17.9/demos/calendar/calendar-cli.c:99:2: style: Variable 'date_published' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/calendar/calendar-cli.c:86:0: note: Variable 'date_published' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:99:2: note: Variable 'date_published' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:101:2: style: Variable 'date_edited' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/calendar/calendar-cli.c:87:0: note: Variable 'date_edited' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:101:2: note: Variable 'date_edited' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:194:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/calendar/calendar-cli.c:188:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:194:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:199:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/calendar/calendar-cli.c:189:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:199:2: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:361:3: style: Variable 'feed' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/calendar/calendar-cli.c:359:0: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:361:3: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:486:3: style: Variable 'who' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/calendar/calendar-cli.c:480:0: note: Variable 'who' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/calendar/calendar-cli.c:486:3: note: Variable 'who' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/docs-list/docs-list.c:48:2: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/docs-list/docs-list.c:43:0: note: Variable 'client' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/docs-list/docs-list.c:48:2: note: Variable 'client' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/scrapbook/scrapbook.c:207:20: style: The scope of the variable 'input_stream' can be reduced. [variableScope]
libgdata-0.17.9/demos/scrapbook/scrapbook.c:289:20: style: The scope of the variable 'input_stream' can be reduced. [variableScope]
libgdata-0.17.9/demos/tasks/tasks-cli.c:82:2: style: Variable 'date_published' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/tasks/tasks-cli.c:71:0: note: Variable 'date_published' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:82:2: note: Variable 'date_published' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:88:2: style: Variable 'due' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/tasks/tasks-cli.c:73:0: note: Variable 'due' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:88:2: note: Variable 'due' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:90:2: style: Variable 'completed' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/tasks/tasks-cli.c:75:0: note: Variable 'completed' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:90:2: note: Variable 'completed' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:123:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/tasks/tasks-cli.c:117:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:123:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:128:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/tasks/tasks-cli.c:118:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:128:2: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:274:3: style: Variable 'feed' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/tasks/tasks-cli.c:272:0: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/tasks/tasks-cli.c:274:3: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:61:2: style: Variable 'date_published' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/youtube/youtube-cli.c:50:0: note: Variable 'date_published' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:61:2: note: Variable 'date_published' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:108:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/youtube/youtube-cli.c:102:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:108:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:113:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/youtube/youtube-cli.c:103:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:113:2: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:379:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/youtube/youtube-cli.c:373:0: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:379:2: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:380:2: style: Variable 'app_categories' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/demos/youtube/youtube-cli.c:374:0: note: Variable 'app_categories' is reassigned a value before the old one has been used.
libgdata-0.17.9/demos/youtube/youtube-cli.c:380:2: note: Variable 'app_categories' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/app/gdata-app-categories.c:178:4: style: Variable 'child_error' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/app/gdata-app-categories.c:164:0: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/app/gdata-app-categories.c:178:4: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/atom/gdata-generator.c:206:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/atom/gdata-generator.c:42:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/atom/gdata-generator.c:206:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-event.c:227:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-event.c:44:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-event.c:227:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-jot.c:188:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-jot.c:43:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-jot.c:188:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-relation.c:231:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-relation.c:43:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gcontact/gdata-gcontact-relation.c:231:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gd/gdata-gd-organization.c:403:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gd/gdata-gd-organization.c:48:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gd/gdata-gd-organization.c:403:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gd/gdata-gd-when.c:318:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gd/gdata-gd-when.c:49:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gd/gdata-gd-when.c:318:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gdata-batch-feed.c:71:3: style: Variable 'status_response' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-batch-feed.c:65:0: note: Variable 'status_response' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-batch-feed.c:71:3: note: Variable 'status_response' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-batch-feed.c:59:59: style: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-batch-feed.c:41:75: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gdata-batch-feed.c:59:59: note: Function 'parse_xml' argument 3 names different: declaration 'root_node' definition 'node'.
libgdata-0.17.9/gdata/gdata-client-login-authorizer.c:928:20: style: The scope of the variable 'auth_token' can be reduced. [variableScope]
libgdata-0.17.9/gdata/gdata-client-login-authorizer.c:1108:31: style: Function 'notify_proxy_uri_cb' argument 1 names different: declaration 'gobject' definition 'object'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-client-login-authorizer.c:120:43: note: Function 'notify_proxy_uri_cb' argument 1 names different: declaration 'gobject' definition 'object'.
libgdata-0.17.9/gdata/gdata-client-login-authorizer.c:1108:31: note: Function 'notify_proxy_uri_cb' argument 1 names different: declaration 'gobject' definition 'object'.
libgdata-0.17.9/gdata/gdata-goa-authorizer.c:502:2: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-goa-authorizer.c:486:0: note: Variable 'success' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-goa-authorizer.c:502:2: note: Variable 'success' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-marshal.c:65:71: style: Function 'gdata_marshal_VOID__OBJECT_OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-marshal.c:58:70: note: Function 'gdata_marshal_VOID__OBJECT_OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgdata-0.17.9/gdata/gdata-marshal.c:65:71: note: Function 'gdata_marshal_VOID__OBJECT_OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgdata-0.17.9/gdata/gdata-marshal.c:68:74: style: Function 'gdata_marshal_VOID__OBJECT_OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-marshal.c:61:70: note: Function 'gdata_marshal_VOID__OBJECT_OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgdata-0.17.9/gdata/gdata-marshal.c:68:74: note: Function 'gdata_marshal_VOID__OBJECT_OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgdata-0.17.9/gdata/gdata-marshal.c:113:68: style: Function 'gdata_marshal_STRING__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-marshal.c:106:64: note: Function 'gdata_marshal_STRING__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgdata-0.17.9/gdata/gdata-marshal.c:113:68: note: Function 'gdata_marshal_STRING__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgdata-0.17.9/gdata/gdata-oauth1-authorizer.c:1293:31: style: Function 'notify_proxy_uri_cb' argument 1 names different: declaration 'object' definition 'gobject'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-oauth1-authorizer.c:163:43: note: Function 'notify_proxy_uri_cb' argument 1 names different: declaration 'object' definition 'gobject'.
libgdata-0.17.9/gdata/gdata-oauth1-authorizer.c:1293:31: note: Function 'notify_proxy_uri_cb' argument 1 names different: declaration 'object' definition 'gobject'.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:754:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:742:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:754:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:878:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:861:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:878:2: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:944:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:935:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:944:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1058:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1051:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1058:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1180:2: style: Variable 'request_body' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1163:0: note: Variable 'request_body' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1180:2: note: Variable 'request_body' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1188:2: style: Variable '_uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1162:0: note: Variable '_uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1188:2: note: Variable '_uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1190:2: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1161:0: note: Variable 'message' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-oauth2-authorizer.c:1190:2: note: Variable 'message' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-service.c:2199:16: style: The scope of the variable 'params' can be reduced. [variableScope]
libgdata-0.17.9/gdata/gdata-upload-stream.c:438:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/gdata-upload-stream.c:431:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-upload-stream.c:438:2: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/gdata-upload-stream.c:722:120: style: Function 'gdata_upload_stream_write' argument 5 names different: declaration 'error' definition 'error_out'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/gdata-upload-stream.c:187:134: note: Function 'gdata_upload_stream_write' argument 5 names different: declaration 'error' definition 'error_out'.
libgdata-0.17.9/gdata/gdata-upload-stream.c:722:120: note: Function 'gdata_upload_stream_write' argument 5 names different: declaration 'error' definition 'error_out'.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-access-rule.c:273:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-access-rule.c:271:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-access-rule.c:273:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-calendar.c:517:14: style: The scope of the variable '_link' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-calendar.c:519:10: style: The scope of the variable 'uri' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:780:3: style: Variable 'child_error' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:777:0: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:780:3: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:794:3: style: Variable 'child_error' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:791:0: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:794:3: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:809:3: style: Variable 'child_error' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:806:0: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/calendar/gdata-calendar-event.c:809:3: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/contacts/gdata-contacts-contact.c:565:11: style: The scope of the variable 'base' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/contacts/gdata-contacts-contact.c:800:10: style: The scope of the variable 'base' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/contacts/gdata-contacts-group.c:249:11: style: The scope of the variable 'base' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/contacts/gdata-contacts-group.c:329:10: style: The scope of the variable 'base' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/documents/gdata-documents-access-rule.c:226:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/documents/gdata-documents-access-rule.c:224:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/documents/gdata-documents-access-rule.c:226:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/documents/gdata-documents-entry.c:965:2: style: Variable 'parent_folders_list' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/documents/gdata-documents-entry.c:958:0: note: Variable 'parent_folders_list' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/documents/gdata-documents-entry.c:965:2: note: Variable 'parent_folders_list' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-search-query.c:399:14: style: The scope of the variable 'current_node' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-service.c:123:15: style: The scope of the variable 'query' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-service.c:124:11: style: The scope of the variable 'new_query' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-service.c:125:11: style: The scope of the variable 'uri' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-service.c:455:3: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-topic-result.c:425:27: style: The scope of the variable 'value' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-topic-result.c:218:38: style: Function 'value_free' argument 1 names different: declaration 'object' definition 'value'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-topic-result.c:101:50: note: Function 'value_free' argument 1 names different: declaration 'object' definition 'value'.
libgdata-0.17.9/gdata/services/freebase/gdata-freebase-topic-result.c:218:38: note: Function 'value_free' argument 1 names different: declaration 'object' definition 'value'.
libgdata-0.17.9/gdata/services/picasaweb/gdata-picasaweb-album.c:849:33: style: The scope of the variable 'i' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/picasaweb/gdata-picasaweb-file.c:1124:32: style: The scope of the variable 'i' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/tasks/gdata-tasks-task.c:334:9: style: The scope of the variable 'due' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/tasks/gdata-tasks-task.c:335:9: style: The scope of the variable 'completed' can be reduced. [variableScope]
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-comment.c:211:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-comment.c:209:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-comment.c:211:3: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-comment.c:230:3: style: Variable 'author' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-comment.c:228:0: note: Variable 'author' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-comment.c:230:3: note: Variable 'author' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:808:3: style: Variable 'thumbnail' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:805:0: note: Variable 'thumbnail' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:808:3: note: Variable 'thumbnail' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:957:2: style: Variable 'child_error' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:951:0: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:957:2: note: Variable 'child_error' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:1199:3: style: Variable 'priv->rejection_reason' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:1195:3: note: Variable 'priv->rejection_reason' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:1199:3: note: Variable 'priv->rejection_reason' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/services/youtube/gdata-youtube-video.c:334:2: style: Variable 'g_object_class_install_property' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/buffer.c:56:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/buffer.c:54:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:56:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:67:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/buffer.c:63:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:67:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:102:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/buffer.c:96:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:102:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:121:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/buffer.c:115:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/buffer.c:121:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:85:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:80:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:85:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:794:3: style: Variable 'json' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:787:0: note: Variable 'json' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:794:3: note: Variable 'json' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:800:3: style: Variable 'output_json' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:787:0: note: Variable 'output_json' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:800:3: note: Variable 'output_json' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1005:2: style: Variable 'event' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:1001:0: note: Variable 'event' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1005:2: note: Variable 'event' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1231:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:1221:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1231:2: note: Variable 'uri' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1234:2: style: Variable '_link' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:1219:0: note: Variable '_link' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1234:2: note: Variable '_link' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1519:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:1513:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1519:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1525:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:1510:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1525:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1527:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/calendar.c:1511:0: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1527:2: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/calendar.c:1125:2: style: Variable 'gdata_calendar_query_set_single_events' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/calendar.c:1129:2: style: Variable 'gdata_calendar_query_set_sort_order' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/calendar.c:1195:2: style: Variable 'gdata_query_set_etag' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/calendar.c:1197:2: style: Variable 'gdata_query_set_etag' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/common.c:1041:6: error: Width 100 given in format string (no. 1) is larger than destination buffer 'verifier[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
libgdata-0.17.9/gdata/tests/contacts.c:100:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:95:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:100:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:1988:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:1982:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:1988:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2003:1: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:2003:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2003:1: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2051:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:2048:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2051:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2613:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:2606:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2613:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2614:2: style: Variable 'trace_directory' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:2605:0: note: Variable 'trace_directory' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2614:2: note: Variable 'trace_directory' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2619:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:2603:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2619:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2620:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/contacts.c:2604:0: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2620:2: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/contacts.c:2179:1: style: Function 'test_photo_delete_async_cancellation' argument 1 names different: declaration 'data' definition 'async_data'. [funcArgNamesDifferent]
libgdata-0.17.9/gdata/tests/contacts.c:2176:59: note: Function 'test_photo_delete_async_cancellation' argument 1 names different: declaration 'data' definition 'async_data'.
libgdata-0.17.9/gdata/tests/contacts.c:2179:1: note: Function 'test_photo_delete_async_cancellation' argument 1 names different: declaration 'data' definition 'async_data'.
libgdata-0.17.9/gdata/tests/gdata-dummy-authorizer.c:172:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/gdata-dummy-authorizer.c:166:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/gdata-dummy-authorizer.c:172:2: note: Variable 'retval' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/oauth1-authorizer.c:1017:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/oauth1-authorizer.c:1011:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/oauth1-authorizer.c:1017:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/oauth2-authorizer.c:939:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/oauth2-authorizer.c:932:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/oauth2-authorizer.c:939:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/perf.c:100:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libgdata-0.17.9/gdata/tests/tasks.c:44:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:39:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:44:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:177:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:175:0: note: Variable 'query' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:177:2: note: Variable 'query' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:202:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:198:0: note: Variable 'query' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:202:2: note: Variable 'query' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:383:2: style: Variable 'task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:378:0: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:383:2: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:439:2: style: Variable 'task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:434:0: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:439:2: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:562:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:555:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:562:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:599:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:591:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:599:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:603:2: style: Variable 'new_tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:592:0: note: Variable 'new_tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:603:2: note: Variable 'new_tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:631:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:625:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:631:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:685:2: style: Variable 'feed' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:680:0: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:685:2: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:714:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:708:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:714:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:752:2: style: Variable 'updated_tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:744:0: note: Variable 'updated_tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:752:2: note: Variable 'updated_tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:782:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:776:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:782:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:835:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:829:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:835:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:877:2: style: Variable 'task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:870:0: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:877:2: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:921:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:914:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:921:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:929:2: style: Variable 'task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:915:0: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:929:2: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:988:2: style: Variable 'feed' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:983:0: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:988:2: note: Variable 'feed' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1019:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1012:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1019:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1027:2: style: Variable 'task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1013:0: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1027:2: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1069:2: style: Variable 'updated_task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1061:0: note: Variable 'updated_task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1069:2: note: Variable 'updated_task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1101:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1094:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1101:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1109:2: style: Variable 'task' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1095:0: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1109:2: note: Variable 'task' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1236:2: style: Variable 'tasklist' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1231:0: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1236:2: note: Variable 'tasklist' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1364:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1357:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1364:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1365:2: style: Variable 'trace_directory' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1356:0: note: Variable 'trace_directory' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1365:2: note: Variable 'trace_directory' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1370:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1352:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1370:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1371:2: style: Variable 'unauthorised_authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1353:0: note: Variable 'unauthorised_authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1371:2: note: Variable 'unauthorised_authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1376:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1354:0: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1376:2: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1377:2: style: Variable 'unauthorised_service' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/tasks.c:1355:0: note: Variable 'unauthorised_service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/tasks.c:1377:2: note: Variable 'unauthorised_service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:67:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/youtube.c:62:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:67:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:580:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/youtube.c:563:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:580:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2397:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/youtube.c:2390:0: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2397:2: note: Variable 'path' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2398:2: style: Variable 'trace_directory' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/youtube.c:2389:0: note: Variable 'trace_directory' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2398:2: note: Variable 'trace_directory' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2403:2: style: Variable 'authorizer' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/youtube.c:2387:0: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2403:2: note: Variable 'authorizer' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2404:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
libgdata-0.17.9/gdata/tests/youtube.c:2388:0: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:2404:2: note: Variable 'service' is reassigned a value before the old one has been used.
libgdata-0.17.9/gdata/tests/youtube.c:41:15: style: The scope of the variable 'ip_address' can be reduced. [variableScope]
libgdata-0.17.9/gdata/tests/youtube.c:42:15: style: The scope of the variable 'resolver' can be reduced. [variableScope]
libgdata-0.17.9/gdata/tests/youtube.c:124:13: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgdata-0.17.9/gdata/tests/youtube.c:288:13: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgdata-0.17.9/gdata/tests/youtube.c:2096:1: style: The scope of the variable 'categories' can be reduced. [variableScope]
libgdata-0.17.9/gdata/tests/youtube.c:744:21: style: Unused variable: state [unusedVariable]
libgdata-0.17.9/gdata/tests/youtube.c:1561:2: style: Variable 'gdata_youtube_query_set_format' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/youtube.c:1708:2: style: Variable 'g_clear_error' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/youtube.c:1715:1: style: Variable 'g_assert' is assigned a value that is never used. [unreadVariable]
libgdata-0.17.9/gdata/tests/youtube.c:1715:1: style: Variable 'g_object_unref' is assigned a value that is never used. [unreadVariable]
[15:08]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgdchart-gd2/libgdchart-gd2_0.11.5.orig.tar.gz
gdchart0.11.5dev/array_alloc.c:59:27: style: Function 'allocate_array_float' argument 1 names different: declaration 'nrs' definition 'nr'. [funcArgNamesDifferent]
gdchart0.11.5dev/array_alloc.h:13:35: note: Function 'allocate_array_float' argument 1 names different: declaration 'nrs' definition 'nr'.
gdchart0.11.5dev/array_alloc.c:59:27: note: Function 'allocate_array_float' argument 1 names different: declaration 'nrs' definition 'nr'.
gdchart0.11.5dev/array_alloc.c:60:12: style: Function 'allocate_array_float' argument 2 names different: declaration 'ncs' definition 'nc'. [funcArgNamesDifferent]
gdchart0.11.5dev/array_alloc.h:13:44: note: Function 'allocate_array_float' argument 2 names different: declaration 'ncs' definition 'nc'.
gdchart0.11.5dev/array_alloc.c:60:12: note: Function 'allocate_array_float' argument 2 names different: declaration 'ncs' definition 'nc'.
gdchart0.11.5dev/array_alloc.c:102:26: style: Function 'allocate_array_char' argument 1 names different: declaration 'nrs' definition 'nr'. [funcArgNamesDifferent]
gdchart0.11.5dev/array_alloc.h:14:33: note: Function 'allocate_array_char' argument 1 names different: declaration 'nrs' definition 'nr'.
gdchart0.11.5dev/array_alloc.c:102:26: note: Function 'allocate_array_char' argument 1 names different: declaration 'nrs' definition 'nr'.
gdchart0.11.5dev/array_alloc.c:103:11: style: Function 'allocate_array_char' argument 2 names different: declaration 'ncs' definition 'nc'. [funcArgNamesDifferent]
gdchart0.11.5dev/array_alloc.h:14:42: note: Function 'allocate_array_char' argument 2 names different: declaration 'ncs' definition 'nc'.
gdchart0.11.5dev/array_alloc.c:103:11: note: Function 'allocate_array_char' argument 2 names different: declaration 'ncs' definition 'nc'.
gdchart0.11.5dev/array_alloc.c:145:25: style: Function 'allocate_array_int' argument 1 names different: declaration 'nrs' definition 'nr'. [funcArgNamesDifferent]
gdchart0.11.5dev/array_alloc.h:15:32: note: Function 'allocate_array_int' argument 1 names different: declaration 'nrs' definition 'nr'.
gdchart0.11.5dev/array_alloc.c:145:25: note: Function 'allocate_array_int' argument 1 names different: declaration 'nrs' definition 'nr'.
gdchart0.11.5dev/array_alloc.c:146:10: style: Function 'allocate_array_int' argument 2 names different: declaration 'ncs' definition 'nc'. [funcArgNamesDifferent]
gdchart0.11.5dev/array_alloc.h:15:41: note: Function 'allocate_array_int' argument 2 names different: declaration 'ncs' definition 'nc'.
gdchart0.11.5dev/array_alloc.c:146:10: note: Function 'allocate_array_int' argument 2 names different: declaration 'ncs' definition 'nc'.
gdchart0.11.5dev/gdc.c:152:2: style: Variable 'strs_num' is reassigned a value before the old one has been used. [redundantAssignment]
gdchart0.11.5dev/gdc.c:148:0: note: Variable 'strs_num' is reassigned a value before the old one has been used.
gdchart0.11.5dev/gdc.c:152:2: note: Variable 'strs_num' is reassigned a value before the old one has been used.
gdchart0.11.5dev/gdc.c:265:12: style: Function 'out_err' argument 6 names different: declaration 'str' definition 'err_str'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdc.h:156:14: note: Function 'out_err' argument 6 names different: declaration 'str' definition 'err_str'.
gdchart0.11.5dev/gdc.c:265:12: note: Function 'out_err' argument 6 names different: declaration 'str' definition 'err_str'.
gdchart0.11.5dev/gdc_pie.c:129:5: style: The scope of the variable 'EdgeColor' can be reduced. [variableScope]
gdchart0.11.5dev/gdc_pie.c:115:22: style: Function 'GDC_out_pie' argument 1 names different: declaration 'width' definition 'IMGWIDTH'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdcpie.h:77:27: note: Function 'GDC_out_pie' argument 1 names different: declaration 'width' definition 'IMGWIDTH'.
gdchart0.11.5dev/gdc_pie.c:115:22: note: Function 'GDC_out_pie' argument 1 names different: declaration 'width' definition 'IMGWIDTH'.
gdchart0.11.5dev/gdc_pie.c:116:13: style: Function 'GDC_out_pie' argument 2 names different: declaration 'height' definition 'IMGHEIGHT'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdcpie.h:78:15: note: Function 'GDC_out_pie' argument 2 names different: declaration 'height' definition 'IMGHEIGHT'.
gdchart0.11.5dev/gdc_pie.c:116:13: note: Function 'GDC_out_pie' argument 2 names different: declaration 'height' definition 'IMGHEIGHT'.
gdchart0.11.5dev/gdc_pie.c:120:13: style: Function 'GDC_out_pie' argument 6 names different: declaration 'labels' definition 'lbl'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdcpie.h:82:15: note: Function 'GDC_out_pie' argument 6 names different: declaration 'labels' definition 'lbl'.
gdchart0.11.5dev/gdc_pie.c:120:13: note: Function 'GDC_out_pie' argument 6 names different: declaration 'labels' definition 'lbl'.
gdchart0.11.5dev/gdc_pie.c:121:13: style: Function 'GDC_out_pie' argument 7 names different: declaration 'data' definition 'val'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdcpie.h:83:15: note: Function 'GDC_out_pie' argument 7 names different: declaration 'data' definition 'val'.
gdchart0.11.5dev/gdc_pie.c:121:13: note: Function 'GDC_out_pie' argument 7 names different: declaration 'data' definition 'val'.
gdchart0.11.5dev/gdc_pie.c:366:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:367:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:368:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:371:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:373:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:382:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:384:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdc_pie.c:390:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:710:24: style: Redundant condition: GDC_xlabel_ctl. '!GDC_xlabel_ctl || (GDC_xlabel_ctl && GDC_xlabel_ctl[i])' is equivalent to '!GDC_xlabel_ctl || GDC_xlabel_ctl[i]' [redundantCondition]
gdchart0.11.5dev/gdchart.c:437:2: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
gdchart0.11.5dev/gdchart.c:380:8: style: The scope of the variable 'grapheight' can be reduced. [variableScope]
gdchart0.11.5dev/gdchart.c:427:8: style: The scope of the variable 'ydepth_3Dtotal' can be reduced. [variableScope]
gdchart0.11.5dev/gdchart.c:824:8: style: The scope of the variable 'lbl_len' can be reduced. [variableScope]
gdchart0.11.5dev/gdchart.c:825:8: style: The scope of the variable 'foo' can be reduced. [variableScope]
gdchart0.11.5dev/gdchart.c:1111:14: style: The scope of the variable 'x2' can be reduced. [variableScope]
gdchart0.11.5dev/gdchart.c:1111:22: style: The scope of the variable 'y2' can be reduced. [variableScope]
gdchart0.11.5dev/gdchart.c:301:19: style: Function 'out_graph' argument 1 names different: declaration 'imgwidth' definition 'IMGWIDTH'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdchart.h:210:23: note: Function 'out_graph' argument 1 names different: declaration 'imgwidth' definition 'IMGWIDTH'.
gdchart0.11.5dev/gdchart.c:301:19: note: Function 'out_graph' argument 1 names different: declaration 'imgwidth' definition 'IMGWIDTH'.
gdchart0.11.5dev/gdchart.c:302:13: style: Function 'out_graph' argument 2 names different: declaration 'imgheight' definition 'IMGHEIGHT'. [funcArgNamesDifferent]
gdchart0.11.5dev/gdchart.h:211:14: note: Function 'out_graph' argument 2 names different: declaration 'imgheight' definition 'IMGHEIGHT'.
gdchart0.11.5dev/gdchart.c:302:13: note: Function 'out_graph' argument 2 names different: declaration 'imgheight' definition 'IMGHEIGHT'.
gdchart0.11.5dev/gdchart.c:922:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:923:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:924:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:927:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:930:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:937:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:982:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:984:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:989:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:991:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:997:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1007:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1024:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1065:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1067:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1217:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1235:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1285:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gdchart0.11.5dev/gdchart.c:1966:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[15:08]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgdf/libgdf_0.1.2.orig.tar.gz
libgdf-0.1.2/libgdf/src/GDFHeaderAccess.cpp:79:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/GDFHeaderAccess.cpp:90:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/GDFHeaderAccess.cpp:126:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/GDFHeaderAccess.cpp:255:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/GDFHeaderAccess.cpp:162:13: performance: Possible inefficient checking for 'warnings' emptiness. [stlSize]
libgdf-0.1.2/libgdf/src/GDFHeaderAccess.cpp:162:36: performance: Possible inefficient checking for 'errors' emptiness. [stlSize]
libgdf-0.1.2/libgdf/src/Reader.cpp:114:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/RecordBuffer.cpp:50:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/RecordBuffer.cpp:54:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/RecordBuffer.cpp:102:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/RecordBuffer.cpp:161:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/RecordBuffer.cpp:182:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/RecordBuffer.cpp:247:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/libgdf/src/Writer.cpp:63:17: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libgdf-0.1.2/matlab/gdf_mex.h:731:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/matlab/gdf_mex.h:748:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/matlab/gdf_mex.h:921:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/matlab/gdf_reader.cpp:342:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/matlab/gdf_reader.cpp:383:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/matlab/gdf_reader.cpp:159:13: warning: Member variable 'CmexObject::num_samplerates' is not initialized in the constructor. [uninitMemberVar]
libgdf-0.1.2/matlab/gdf_reader.cpp:122:10: style: Technically the member function 'CmexObject::verboseMessage' can be const. [functionConst]
libgdf-0.1.2/matlab/gdf_reader.cpp:634:18: note: Technically the member function 'CmexObject::verboseMessage' can be const.
libgdf-0.1.2/matlab/gdf_reader.cpp:122:10: note: Technically the member function 'CmexObject::verboseMessage' can be const.
libgdf-0.1.2/matlab/gdf_reader.cpp:182:5: style: Class 'CmexObject' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libgdf-0.1.2/matlab/gdf_reader.cpp:182:5: style: Class 'CmexObject' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:68:8: style: Struct 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:76:8: style: Struct 'Exception_nofield' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgdf-0.1.2/matlab/gdf_reader.cpp:88:20: style: The function 'interpolate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/gdf_reader.cpp:82:20: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_reader.cpp:88:20: note: Function in derived class
libgdf-0.1.2/matlab/gdf_reader.cpp:94:20: style: The function 'interpolate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/gdf_reader.cpp:82:20: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_reader.cpp:94:20: note: Function in derived class
libgdf-0.1.2/matlab/gdf_reader.cpp:100:20: style: The function 'interpolate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/gdf_reader.cpp:82:20: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_reader.cpp:100:20: note: Function in derived class
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:45:44: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:55:44: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:68:30: performance: Function parameter 'ss' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:76:38: performance: Function parameter 'ss' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:87:71: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:93:86: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:102:68: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:109:69: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:116:70: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:123:71: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:130:71: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:137:70: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:144:71: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:171:67: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:196:84: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:213:58: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:265:89: performance: Function parameter 'access' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/mxStructAccess.h:427:95: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/gdf_reader.cpp:634:57: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:57:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:23:1: style: The class 'Command' does not have a constructor although it has private member variables. [noConstructor]
libgdf-0.1.2/matlab/gdf_writer.cpp:63:40: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:63:40: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:64:41: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:64:41: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:65:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:65:44: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:66:45: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:66:45: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:67:45: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:67:45: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:68:48: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:68:48: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:69:45: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:69:45: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:70:47: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:70:47: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:71:47: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:71:47: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:72:45: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:72:45: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:73:48: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:73:48: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:74:51: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:74:51: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:75:47: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:75:47: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:76:50: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:76:50: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:77:46: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:77:46: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:78:46: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:78:46: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:79:40: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:79:40: note: Function in derived class
libgdf-0.1.2/matlab/gdf_writer.cpp:80:41: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:26:18: note: Virtual function in base class
libgdf-0.1.2/matlab/gdf_writer.cpp:80:41: note: Function in derived class
libgdf-0.1.2/matlab/matlab_tools/Commands.h:61:45: performance: Function parameter 'cmdstr' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:67:37: performance: Function parameter 'cmdstr' should be passed by const reference. [passedByValue]
libgdf-0.1.2/matlab/matlab_tools/Commands.h:75:51: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
libgdf-0.1.2/test/gdftest/main.cpp:162:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/test/gdftest/main.cpp:168:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/test/gdftest/main.cpp:245:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgdf-0.1.2/test/gdftest/main.cpp:251:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[15:08]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgdiplus/libgdiplus_4.2.orig.tar.gz
libgdiplus-4.2/src/adjustablearrowcap.c:96:68: style: Function 'gdip_adjust_arrowcap_setup' argument 2 names different: declaration 'cap' definition 'customCap'. [funcArgNamesDifferent]
libgdiplus-4.2/src/adjustablearrowcap.c:28:84: note: Function 'gdip_adjust_arrowcap_setup' argument 2 names different: declaration 'cap' definition 'customCap'.
libgdiplus-4.2/src/adjustablearrowcap.c:96:68: note: Function 'gdip_adjust_arrowcap_setup' argument 2 names different: declaration 'cap' definition 'customCap'.
libgdiplus-4.2/src/adjustablearrowcap.c:105:79: style: Function 'gdip_adjust_arrowcap_draw' argument 3 names different: declaration 'Cap' definition 'customCap'. [funcArgNamesDifferent]
libgdiplus-4.2/src/adjustablearrowcap.c:31:95: note: Function 'gdip_adjust_arrowcap_draw' argument 3 names different: declaration 'Cap' definition 'customCap'.
libgdiplus-4.2/src/adjustablearrowcap.c:105:79: note: Function 'gdip_adjust_arrowcap_draw' argument 3 names different: declaration 'Cap' definition 'customCap'.
libgdiplus-4.2/src/bitmap.c:931:42: warning: Possible null pointer dereference: default_palette [nullPointer]
libgdiplus-4.2/src/bitmap.c:921:22: note: Assignment 'default_palette=NULL', assigned value is 0
libgdiplus-4.2/src/bitmap.c:931:42: note: Null pointer dereference
libgdiplus-4.2/src/bitmap.c:2208:55: style: Same expression on both sides of '||'. [duplicateExpression]
libgdiplus-4.2/src/bitmap.c:492:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:691:13: style: The scope of the variable 'frame' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:869:10: style: The scope of the variable 'scan' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:1133:6: style: The scope of the variable 'dest_depth' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:1210:10: style: The scope of the variable 'dest_scan' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:1212:19: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:1847:7: style: The scope of the variable 'pixel' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:2308:9: style: The scope of the variable 'indexed_scan' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:2309:9: style: The scope of the variable 'rgb_scan' can be reduced. [variableScope]
libgdiplus-4.2/src/bitmap.c:98:45: style: Function 'gdip_is_an_indexed_pixelformat' argument 1 names different: declaration 'pixfmt' definition 'fmt'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image-private.h:59:50: note: Function 'gdip_is_an_indexed_pixelformat' argument 1 names different: declaration 'pixfmt' definition 'fmt'.
libgdiplus-4.2/src/bitmap.c:98:45: note: Function 'gdip_is_an_indexed_pixelformat' argument 1 names different: declaration 'pixfmt' definition 'fmt'.
libgdiplus-4.2/src/bitmap.c:948:66: style: Function 'GdipCreateBitmapFromGraphics' argument 3 names different: declaration 'target' definition 'graphics'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:38:75: note: Function 'GdipCreateBitmapFromGraphics' argument 3 names different: declaration 'target' definition 'graphics'.
libgdiplus-4.2/src/bitmap.c:948:66: note: Function 'GdipCreateBitmapFromGraphics' argument 3 names different: declaration 'target' definition 'graphics'.
libgdiplus-4.2/src/bitmap.c:1065:18: style: Function 'GdipCloneBitmapAreaI' argument 6 names different: declaration 'srcBitmap' definition 'original'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:55:99: note: Function 'GdipCloneBitmapAreaI' argument 6 names different: declaration 'srcBitmap' definition 'original'.
libgdiplus-4.2/src/bitmap.c:1065:18: note: Function 'GdipCloneBitmapAreaI' argument 6 names different: declaration 'srcBitmap' definition 'original'.
libgdiplus-4.2/src/bitmap.c:1065:39: style: Function 'GdipCloneBitmapAreaI' argument 7 names different: declaration 'dstBitmap' definition 'bitmap'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:55:121: note: Function 'GdipCloneBitmapAreaI' argument 7 names different: declaration 'dstBitmap' definition 'bitmap'.
libgdiplus-4.2/src/bitmap.c:1065:39: note: Function 'GdipCloneBitmapAreaI' argument 7 names different: declaration 'dstBitmap' definition 'bitmap'.
libgdiplus-4.2/src/bitmap.c:1106:46: style: Function 'GdipCloneBitmapArea' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:54:52: note: Function 'GdipCloneBitmapArea' argument 3 names different: declaration 'width' definition 'w'.
libgdiplus-4.2/src/bitmap.c:1106:46: note: Function 'GdipCloneBitmapArea' argument 3 names different: declaration 'width' definition 'w'.
libgdiplus-4.2/src/bitmap.c:1106:55: style: Function 'GdipCloneBitmapArea' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:54:64: note: Function 'GdipCloneBitmapArea' argument 4 names different: declaration 'height' definition 'h'.
libgdiplus-4.2/src/bitmap.c:1106:55: note: Function 'GdipCloneBitmapArea' argument 4 names different: declaration 'height' definition 'h'.
libgdiplus-4.2/src/bitmap.c:1107:17: style: Function 'GdipCloneBitmapArea' argument 6 names different: declaration 'srcBitmap' definition 'original'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:54:102: note: Function 'GdipCloneBitmapArea' argument 6 names different: declaration 'srcBitmap' definition 'original'.
libgdiplus-4.2/src/bitmap.c:1107:17: note: Function 'GdipCloneBitmapArea' argument 6 names different: declaration 'srcBitmap' definition 'original'.
libgdiplus-4.2/src/bitmap.c:1107:38: style: Function 'GdipCloneBitmapArea' argument 7 names different: declaration 'dstBitmap' definition 'bitmap'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:54:124: note: Function 'GdipCloneBitmapArea' argument 7 names different: declaration 'dstBitmap' definition 'bitmap'.
libgdiplus-4.2/src/bitmap.c:1107:38: note: Function 'GdipCloneBitmapArea' argument 7 names different: declaration 'dstBitmap' definition 'bitmap'.
libgdiplus-4.2/src/bitmap.c:1951:55: style: Function 'GdipBitmapLockBits' argument 2 names different: declaration 'rect' definition 'srcRect'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:48:64: note: Function 'GdipBitmapLockBits' argument 2 names different: declaration 'rect' definition 'srcRect'.
libgdiplus-4.2/src/bitmap.c:1951:55: note: Function 'GdipBitmapLockBits' argument 2 names different: declaration 'rect' definition 'srcRect'.
libgdiplus-4.2/src/bitmap.c:1951:108: style: Function 'GdipBitmapLockBits' argument 5 names different: declaration 'lockedBitmapData' definition 'locked_data'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:48:114: note: Function 'GdipBitmapLockBits' argument 5 names different: declaration 'lockedBitmapData' definition 'locked_data'.
libgdiplus-4.2/src/bitmap.c:1951:108: note: Function 'GdipBitmapLockBits' argument 5 names different: declaration 'lockedBitmapData' definition 'locked_data'.
libgdiplus-4.2/src/bitmap.c:2056:53: style: Function 'GdipBitmapUnlockBits' argument 2 names different: declaration 'lockedBitmapData' definition 'locked_data'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap.h:49:62: note: Function 'GdipBitmapUnlockBits' argument 2 names different: declaration 'lockedBitmapData' definition 'locked_data'.
libgdiplus-4.2/src/bitmap.c:2056:53: note: Function 'GdipBitmapUnlockBits' argument 2 names different: declaration 'lockedBitmapData' definition 'locked_data'.
libgdiplus-4.2/src/bitmap.c:2292:40: style: Function 'gdip_convert_indexed_to_rgb' argument 1 names different: declaration 'bitmap' definition 'indexed_bmp'. [funcArgNamesDifferent]
libgdiplus-4.2/src/bitmap-private.h:150:50: note: Function 'gdip_convert_indexed_to_rgb' argument 1 names different: declaration 'bitmap' definition 'indexed_bmp'.
libgdiplus-4.2/src/bitmap.c:2292:40: note: Function 'gdip_convert_indexed_to_rgb' argument 1 names different: declaration 'bitmap' definition 'indexed_bmp'.
libgdiplus-4.2/src/bitmap.c:1119:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgdiplus-4.2/src/bitmap.c:1120:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgdiplus-4.2/src/bitmap.c:2428:58: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
libgdiplus-4.2/src/bitmap.c:353:8: style: Unused variable: src [unusedVariable]
libgdiplus-4.2/src/bitmap.c:354:8: style: Unused variable: dest [unusedVariable]
libgdiplus-4.2/src/bitmap.c:1706:15: style: Unused variable: ret [unusedVariable]
libgdiplus-4.2/src/bitmap.c:1285:12: style: Expression '(X & 0xff00) == 0x10' is always false. [comparisonError]
libgdiplus-4.2/src/bmpcodec.c:1109:2: style: Variable 'bmfh.bfReserved1' is reassigned a value before the old one has been used. [redundantAssignment]
libgdiplus-4.2/src/bmpcodec.c:1108:2: note: Variable 'bmfh.bfReserved1' is reassigned a value before the old one has been used.
libgdiplus-4.2/src/bmpcodec.c:1109:2: note: Variable 'bmfh.bfReserved1' is reassigned a value before the old one has been used.
libgdiplus-4.2/src/bmpcodec.c:170:6: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
libgdiplus-4.2/src/bmpcodec.c:329:6: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
libgdiplus-4.2/src/bmpcodec.c:1143:7: style: The scope of the variable 'got' can be reduced. [variableScope]
libgdiplus-4.2/src/bmpcodec.c:1192:10: style: The scope of the variable 'entries' can be reduced. [variableScope]
libgdiplus-4.2/src/bmpcodec.c:1193:8: style: The scope of the variable 'palette_entries' can be reduced. [variableScope]
libgdiplus-4.2/src/bmpcodec.c:1240:3: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/customlinecap.c:193:6: style: The scope of the variable 'points' can be reduced. [variableScope]
libgdiplus-4.2/src/customlinecap.c:194:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgdiplus-4.2/src/customlinecap.c:194:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
libgdiplus-4.2/src/customlinecap.c:142:67: style: Function 'gdip_custom_linecap_setup' argument 2 names different: declaration 'cap' definition 'customCap'. [funcArgNamesDifferent]
libgdiplus-4.2/src/customlinecap.c:32:83: note: Function 'gdip_custom_linecap_setup' argument 2 names different: declaration 'cap' definition 'customCap'.
libgdiplus-4.2/src/customlinecap.c:142:67: note: Function 'gdip_custom_linecap_setup' argument 2 names different: declaration 'cap' definition 'customCap'.
libgdiplus-4.2/src/customlinecap.c:190:78: style: Function 'gdip_custom_linecap_draw' argument 3 names different: declaration 'cap' definition 'customCap'. [funcArgNamesDifferent]
libgdiplus-4.2/src/customlinecap.c:35:94: note: Function 'gdip_custom_linecap_draw' argument 3 names different: declaration 'cap' definition 'customCap'.
libgdiplus-4.2/src/customlinecap.c:190:78: note: Function 'gdip_custom_linecap_draw' argument 3 names different: declaration 'cap' definition 'customCap'.
libgdiplus-4.2/src/dstream.c:62:26: style: Function 'dstream_free' argument 1 names different: declaration 'loader' definition 'st'. [funcArgNamesDifferent]
libgdiplus-4.2/src/dstream.h:36:31: note: Function 'dstream_free' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:62:26: note: Function 'dstream_free' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:129:26: style: Function 'dstream_read' argument 1 names different: declaration 'loader' definition 'st'. [funcArgNamesDifferent]
libgdiplus-4.2/src/dstream.h:34:30: note: Function 'dstream_read' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:129:26: note: Function 'dstream_read' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:147:26: style: Function 'dstream_skip' argument 1 names different: declaration 'loader' definition 'st'. [funcArgNamesDifferent]
libgdiplus-4.2/src/dstream.h:35:31: note: Function 'dstream_skip' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:147:26: note: Function 'dstream_skip' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:178:38: style: Function 'dstream_keep_exif_buffer' argument 1 names different: declaration 'loader' definition 'st'. [funcArgNamesDifferent]
libgdiplus-4.2/src/dstream.h:37:43: note: Function 'dstream_keep_exif_buffer' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:178:38: note: Function 'dstream_keep_exif_buffer' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:185:37: style: Function 'dstream_get_exif_buffer' argument 1 names different: declaration 'loader' definition 'st'. [funcArgNamesDifferent]
libgdiplus-4.2/src/dstream.h:38:42: note: Function 'dstream_get_exif_buffer' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:185:37: note: Function 'dstream_get_exif_buffer' argument 1 names different: declaration 'loader' definition 'st'.
libgdiplus-4.2/src/dstream.c:138:45: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgdiplus-4.2/src/emfcodec.c:409:19: warning: Either the condition '!data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libgdiplus-4.2/src/emfcodec.c:414:6: note: Assuming that condition '!data' is not redundant
libgdiplus-4.2/src/emfcodec.c:409:19: note: Null pointer addition
libgdiplus-4.2/src/emfcodec.c:624:1: style: Label 'end_of_record' is not used. [unusedLabel]
libgdiplus-4.2/src/emfcodec.c:269:0: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/font.c:65:52: style: Function 'GdipNewInstalledFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:39:61: note: Function 'GdipNewInstalledFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:65:52: note: Function 'GdipNewInstalledFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:104:50: style: Function 'GdipNewPrivateFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:40:59: note: Function 'GdipNewPrivateFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:104:50: note: Function 'GdipNewPrivateFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:122:53: style: Function 'GdipDeletePrivateFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:36:62: note: Function 'GdipDeletePrivateFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:122:53: note: Function 'GdipDeletePrivateFontCollection' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:143:43: style: Function 'GdipPrivateAddFontFile' argument 1 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:41:52: note: Function 'GdipPrivateAddFontFile' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:143:43: note: Function 'GdipPrivateAddFontFile' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:250:53: style: Function 'GdipGetFontCollectionFamilyCount' argument 1 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:37:62: note: Function 'GdipGetFontCollectionFamilyCount' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:250:53: note: Function 'GdipGetFontCollectionFamilyCount' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:267:52: style: Function 'GdipGetFontCollectionFamilyList' argument 1 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:38:61: note: Function 'GdipGetFontCollectionFamilyList' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:267:52: note: Function 'GdipGetFontCollectionFamilyList' argument 1 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:267:73: style: Function 'GdipGetFontCollectionFamilyList' argument 2 names different: declaration 'numSought' definition 'num_sought'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:38:81: note: Function 'GdipGetFontCollectionFamilyList' argument 2 names different: declaration 'numSought' definition 'num_sought'.
libgdiplus-4.2/src/font.c:267:73: note: Function 'GdipGetFontCollectionFamilyList' argument 2 names different: declaration 'numSought' definition 'num_sought'.
libgdiplus-4.2/src/font.c:267:118: style: Function 'GdipGetFontCollectionFamilyList' argument 4 names different: declaration 'numFound' definition 'num_found'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontcollection.h:38:125: note: Function 'GdipGetFontCollectionFamilyList' argument 4 names different: declaration 'numFound' definition 'num_found'.
libgdiplus-4.2/src/font.c:267:118: note: Function 'GdipGetFontCollectionFamilyList' argument 4 names different: declaration 'numFound' definition 'num_found'.
libgdiplus-4.2/src/font.c:436:72: style: Function 'GdipCreateFontFamilyFromName' argument 2 names different: declaration 'fontCollection' definition 'font_collection'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontfamily.h:36:81: note: Function 'GdipCreateFontFamilyFromName' argument 2 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:436:72: note: Function 'GdipCreateFontFamilyFromName' argument 2 names different: declaration 'fontCollection' definition 'font_collection'.
libgdiplus-4.2/src/font.c:436:104: style: Function 'GdipCreateFontFamilyFromName' argument 3 names different: declaration 'FontFamily' definition 'fontFamily'. [funcArgNamesDifferent]
libgdiplus-4.2/src/fontfamily.h:36:112: note: Function 'GdipCreateFontFamilyFromName' argument 3 names different: declaration 'FontFamily' definition 'fontFamily'.
libgdiplus-4.2/src/font.c:436:104: note: Function 'GdipCreateFontFamilyFromName' argument 3 names different: declaration 'FontFamily' definition 'fontFamily'.
libgdiplus-4.2/src/general.c:516:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:517:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:518:5: warning: Redundant assignment of 'x2' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:519:5: warning: Redundant assignment of 'y2' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:542:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:543:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:564:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:565:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:595:5: warning: Redundant assignment of 'x1' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:596:5: warning: Redundant assignment of 'y1' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:597:5: warning: Redundant assignment of 'x2' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:598:5: warning: Redundant assignment of 'y2' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:599:5: warning: Redundant assignment of 'x3' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:600:5: warning: Redundant assignment of 'y3' to itself. [selfAssignment]
libgdiplus-4.2/src/general.c:126:11: style: The scope of the variable 'display' can be reduced. [variableScope]
libgdiplus-4.2/src/general.c:136:9: style: The scope of the variable 'val' can be reduced. [variableScope]
libgdiplus-4.2/src/general.c:168:32: style: Function 'convert_points' argument 1 names different: declaration 'points' definition 'point'. [funcArgNamesDifferent]
libgdiplus-4.2/src/general-private.h:107:42: note: Function 'convert_points' argument 1 names different: declaration 'points' definition 'point'.
libgdiplus-4.2/src/general.c:168:32: note: Function 'convert_points' argument 1 names different: declaration 'points' definition 'point'.
libgdiplus-4.2/src/graphics-cairo.c:612:12: style: The scope of the variable 'points' can be reduced. [variableScope]
libgdiplus-4.2/src/graphics-path.c:1222:27: warning: Either the condition 'if(font)' is redundant or there is possible null pointer dereference: font. [nullPointerRedundantCheck]
libgdiplus-4.2/src/graphics-path.c:1259:5: note: Assuming that condition 'if(font)' is not redundant
libgdiplus-4.2/src/graphics-path.c:1222:27: note: Null pointer dereference
libgdiplus-4.2/src/graphics-path.c:206:26: style: Function 'GdipCreatePath' argument 1 names different: declaration 'brushMode' definition 'fillMode'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics-path.h:30:37: note: Function 'GdipCreatePath' argument 1 names different: declaration 'brushMode' definition 'fillMode'.
libgdiplus-4.2/src/graphics-path.c:206:26: note: Function 'GdipCreatePath' argument 1 names different: declaration 'brushMode' definition 'fillMode'.
libgdiplus-4.2/src/graphics-path.c:413:46: style: Function 'GdipGetPathFillMode' argument 2 names different: declaration 'fillmode' definition 'fillMode'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics-path.h:43:57: note: Function 'GdipGetPathFillMode' argument 2 names different: declaration 'fillmode' definition 'fillMode'.
libgdiplus-4.2/src/graphics-path.c:413:46: note: Function 'GdipGetPathFillMode' argument 2 names different: declaration 'fillmode' definition 'fillMode'.
libgdiplus-4.2/src/graphics-path.c:424:45: style: Function 'GdipSetPathFillMode' argument 2 names different: declaration 'fillmode' definition 'fillMode'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics-path.h:44:56: note: Function 'GdipSetPathFillMode' argument 2 names different: declaration 'fillmode' definition 'fillMode'.
libgdiplus-4.2/src/graphics-path.c:424:45: note: Function 'GdipSetPathFillMode' argument 2 names different: declaration 'fillmode' definition 'fillMode'.
libgdiplus-4.2/src/graphics-path.c:1753:23: style: Function 'GdipWarpPath' argument 1 names different: declaration 'nativePath' definition 'path'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics-path.h:96:32: note: Function 'GdipWarpPath' argument 1 names different: declaration 'nativePath' definition 'path'.
libgdiplus-4.2/src/graphics-path.c:1753:23: note: Function 'GdipWarpPath' argument 1 names different: declaration 'nativePath' definition 'path'.
libgdiplus-4.2/src/graphics-path.c:602:15: style: Variable 'prev_first' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/graphics-path.c:637:10: style: Unused variable: points [unusedVariable]
libgdiplus-4.2/src/graphics-pathiterator.c:165:55: style: Function 'GdipPathIterHasCurve' argument 2 names different: declaration 'hasCurve' definition 'curve'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics-pathiterator.h:34:64: note: Function 'GdipPathIterHasCurve' argument 2 names different: declaration 'hasCurve' definition 'curve'.
libgdiplus-4.2/src/graphics-pathiterator.c:165:55: note: Function 'GdipPathIterHasCurve' argument 2 names different: declaration 'hasCurve' definition 'curve'.
libgdiplus-4.2/src/graphics.c:2338:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libgdiplus-4.2/src/graphics.c:2379:13: style: Condition '!called' is always true [knownConditionTrueFalse]
libgdiplus-4.2/src/graphics.c:2391:13: style: Condition '!called' is always true [knownConditionTrueFalse]
libgdiplus-4.2/src/graphics.c:1297:64: style: Function 'GdipFillRectangle' argument 3 names different: declaration 'x1' definition 'x'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:101:72: note: Function 'GdipFillRectangle' argument 3 names different: declaration 'x1' definition 'x'.
libgdiplus-4.2/src/graphics.c:1297:64: note: Function 'GdipFillRectangle' argument 3 names different: declaration 'x1' definition 'x'.
libgdiplus-4.2/src/graphics.c:1297:73: style: Function 'GdipFillRectangle' argument 4 names different: declaration 'y1' definition 'y'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:101:81: note: Function 'GdipFillRectangle' argument 4 names different: declaration 'y1' definition 'y'.
libgdiplus-4.2/src/graphics.c:1297:73: note: Function 'GdipFillRectangle' argument 4 names different: declaration 'y1' definition 'y'.
libgdiplus-4.2/src/graphics.c:1297:82: style: Function 'GdipFillRectangle' argument 5 names different: declaration 'x2' definition 'width'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:101:90: note: Function 'GdipFillRectangle' argument 5 names different: declaration 'x2' definition 'width'.
libgdiplus-4.2/src/graphics.c:1297:82: note: Function 'GdipFillRectangle' argument 5 names different: declaration 'x2' definition 'width'.
libgdiplus-4.2/src/graphics.c:1297:95: style: Function 'GdipFillRectangle' argument 6 names different: declaration 'y2' definition 'height'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:101:99: note: Function 'GdipFillRectangle' argument 6 names different: declaration 'y2' definition 'height'.
libgdiplus-4.2/src/graphics.c:1297:95: note: Function 'GdipFillRectangle' argument 6 names different: declaration 'y2' definition 'height'.
libgdiplus-4.2/src/graphics.c:1317:63: style: Function 'GdipFillRectangleI' argument 3 names different: declaration 'x1' definition 'x'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:102:72: note: Function 'GdipFillRectangleI' argument 3 names different: declaration 'x1' definition 'x'.
libgdiplus-4.2/src/graphics.c:1317:63: note: Function 'GdipFillRectangleI' argument 3 names different: declaration 'x1' definition 'x'.
libgdiplus-4.2/src/graphics.c:1317:70: style: Function 'GdipFillRectangleI' argument 4 names different: declaration 'y1' definition 'y'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:102:80: note: Function 'GdipFillRectangleI' argument 4 names different: declaration 'y1' definition 'y'.
libgdiplus-4.2/src/graphics.c:1317:70: note: Function 'GdipFillRectangleI' argument 4 names different: declaration 'y1' definition 'y'.
libgdiplus-4.2/src/graphics.c:1317:77: style: Function 'GdipFillRectangleI' argument 5 names different: declaration 'x2' definition 'width'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:102:88: note: Function 'GdipFillRectangleI' argument 5 names different: declaration 'x2' definition 'width'.
libgdiplus-4.2/src/graphics.c:1317:77: note: Function 'GdipFillRectangleI' argument 5 names different: declaration 'x2' definition 'width'.
libgdiplus-4.2/src/graphics.c:1317:88: style: Function 'GdipFillRectangleI' argument 6 names different: declaration 'y2' definition 'height'. [funcArgNamesDifferent]
libgdiplus-4.2/src/graphics.h:102:96: note: Function 'GdipFillRectangleI' argument 6 names different: declaration 'y2' definition 'height'.
libgdiplus-4.2/src/graphics.c:1317:88: note: Function 'GdipFillRectangleI' argument 6 names different: declaration 'y2' definition 'height'.
libgdiplus-4.2/src/graphics.c:216:19: style: Unused variable: surface [unusedVariable]
libgdiplus-4.2/src/graphics.c:217:6: style: Unused variable: x [unusedVariable]
libgdiplus-4.2/src/graphics.c:217:9: style: Unused variable: y [unusedVariable]
libgdiplus-4.2/src/graphics.c:218:15: style: Unused variable: w [unusedVariable]
libgdiplus-4.2/src/graphics.c:218:18: style: Unused variable: h [unusedVariable]
libgdiplus-4.2/src/graphics.c:218:21: style: Unused variable: border_w [unusedVariable]
libgdiplus-4.2/src/graphics.c:218:31: style: Unused variable: depth [unusedVariable]
libgdiplus-4.2/src/graphics.c:219:9: style: Unused variable: root [unusedVariable]
libgdiplus-4.2/src/hatchbrush.c:257:9: style: The scope of the variable 'dash' can be reduced. [variableScope]
libgdiplus-4.2/src/image.c:1031:71: style: Function 'GdipSaveImageToStream' argument 3 names different: declaration 'clsidEncoder' definition 'encoderCLSID'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:60:92: note: Function 'GdipSaveImageToStream' argument 3 names different: declaration 'clsidEncoder' definition 'encoderCLSID'.
libgdiplus-4.2/src/image.c:1031:71: note: Function 'GdipSaveImageToStream' argument 3 names different: declaration 'clsidEncoder' definition 'encoderCLSID'.
libgdiplus-4.2/src/image.c:1031:114: style: Function 'GdipSaveImageToStream' argument 4 names different: declaration 'encoderParams' definition 'params'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:60:135: note: Function 'GdipSaveImageToStream' argument 4 names different: declaration 'encoderParams' definition 'params'.
libgdiplus-4.2/src/image.c:1031:114: note: Function 'GdipSaveImageToStream' argument 4 names different: declaration 'encoderParams' definition 'params'.
libgdiplus-4.2/src/image.c:1148:78: style: Function 'GdipSaveImageToFile' argument 3 names different: declaration 'clsidEncoder' definition 'encoderCLSID'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:59:87: note: Function 'GdipSaveImageToFile' argument 3 names different: declaration 'clsidEncoder' definition 'encoderCLSID'.
libgdiplus-4.2/src/image.c:1148:78: note: Function 'GdipSaveImageToFile' argument 3 names different: declaration 'clsidEncoder' definition 'encoderCLSID'.
libgdiplus-4.2/src/image.c:1148:121: style: Function 'GdipSaveImageToFile' argument 4 names different: declaration 'encoderParams' definition 'params'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:59:130: note: Function 'GdipSaveImageToFile' argument 4 names different: declaration 'encoderParams' definition 'params'.
libgdiplus-4.2/src/image.c:1148:121: note: Function 'GdipSaveImageToFile' argument 4 names different: declaration 'encoderParams' definition 'params'.
libgdiplus-4.2/src/image.c:1209:46: style: Function 'GdipGetImageBounds' argument 2 names different: declaration 'srcRect' definition 'rect'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:64:55: note: Function 'GdipGetImageBounds' argument 2 names different: declaration 'srcRect' definition 'rect'.
libgdiplus-4.2/src/image.c:1209:46: note: Function 'GdipGetImageBounds' argument 2 names different: declaration 'srcRect' definition 'rect'.
libgdiplus-4.2/src/image.c:1209:60: style: Function 'GdipGetImageBounds' argument 3 names different: declaration 'srcUnit' definition 'unit'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:64:72: note: Function 'GdipGetImageBounds' argument 3 names different: declaration 'srcUnit' definition 'unit'.
libgdiplus-4.2/src/image.c:1209:60: note: Function 'GdipGetImageBounds' argument 3 names different: declaration 'srcUnit' definition 'unit'.
libgdiplus-4.2/src/image.c:1290:43: style: Function 'GdipGetImageHeight' argument 2 names different: declaration 'heigth' definition 'height'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:68:52: note: Function 'GdipGetImageHeight' argument 2 names different: declaration 'heigth' definition 'height'.
libgdiplus-4.2/src/image.c:1290:43: note: Function 'GdipGetImageHeight' argument 2 names different: declaration 'heigth' definition 'height'.
libgdiplus-4.2/src/image.c:1505:81: style: Function 'GdipImageSelectActiveFrame' argument 3 names different: declaration 'frameIndex' definition 'index'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:80:90: note: Function 'GdipImageSelectActiveFrame' argument 3 names different: declaration 'frameIndex' definition 'index'.
libgdiplus-4.2/src/image.c:1505:81: note: Function 'GdipImageSelectActiveFrame' argument 3 names different: declaration 'frameIndex' definition 'index'.
libgdiplus-4.2/src/image.c:1823:53: style: Function 'GdipImageRotateFlip' argument 2 names different: declaration 'rfType' definition 'type'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:81:62: note: Function 'GdipImageRotateFlip' argument 2 names different: declaration 'rfType' definition 'type'.
libgdiplus-4.2/src/image.c:1823:53: note: Function 'GdipImageRotateFlip' argument 2 names different: declaration 'rfType' definition 'type'.
libgdiplus-4.2/src/image.c:1964:45: style: Function 'GdipGetPropertyCount' argument 2 names different: declaration 'numOfProperty' definition 'propertyNumber'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:86:54: note: Function 'GdipGetPropertyCount' argument 2 names different: declaration 'numOfProperty' definition 'propertyNumber'.
libgdiplus-4.2/src/image.c:1964:45: note: Function 'GdipGetPropertyCount' argument 2 names different: declaration 'numOfProperty' definition 'propertyNumber'.
libgdiplus-4.2/src/image.c:1983:45: style: Function 'GdipGetPropertyIdList' argument 2 names different: declaration 'numOfProperty' definition 'propertyNumber'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:87:54: note: Function 'GdipGetPropertyIdList' argument 2 names different: declaration 'numOfProperty' definition 'propertyNumber'.
libgdiplus-4.2/src/image.c:1983:45: note: Function 'GdipGetPropertyIdList' argument 2 names different: declaration 'numOfProperty' definition 'propertyNumber'.
libgdiplus-4.2/src/image.c:2578:136: style: Function 'GdipGetImageThumbnail' argument 6 names different: declaration 'callBackData' definition 'callbackData'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:74:145: note: Function 'GdipGetImageThumbnail' argument 6 names different: declaration 'callBackData' definition 'callbackData'.
libgdiplus-4.2/src/image.c:2578:136: note: Function 'GdipGetImageThumbnail' argument 6 names different: declaration 'callBackData' definition 'callbackData'.
libgdiplus-4.2/src/image.c:2618:44: style: Function 'GdipSaveAddImage' argument 2 names different: declaration 'newImage' definition 'imageNew'. [funcArgNamesDifferent]
libgdiplus-4.2/src/image.h:62:53: note: Function 'GdipSaveAddImage' argument 2 names different: declaration 'newImage' definition 'imageNew'.
libgdiplus-4.2/src/image.c:2618:44: note: Function 'GdipSaveAddImage' argument 2 names different: declaration 'newImage' definition 'imageNew'.
libgdiplus-4.2/src/image.c:156:17: style: Unused variable: filter [unusedVariable]
libgdiplus-4.2/src/image.c:2029:6: style: Unused variable: size_needed [unusedVariable]
libgdiplus-4.2/src/image.c:2423:11: style: Variable 'dpos' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/image.c:2409:11: style: Variable 'epos' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/imageattributes.c:88:11: style: The scope of the variable 'cnt' can be reduced. [variableScope]
libgdiplus-4.2/src/imageattributes.c:215:9: style: The scope of the variable 'scan' can be reduced. [variableScope]
libgdiplus-4.2/src/imageattributes.c:223:9: style: The scope of the variable 'r_new' can be reduced. [variableScope]
libgdiplus-4.2/src/imageattributes.c:223:15: style: The scope of the variable 'g_new' can be reduced. [variableScope]
libgdiplus-4.2/src/imageattributes.c:223:21: style: The scope of the variable 'b_new' can be reduced. [variableScope]
libgdiplus-4.2/src/imageattributes.c:471:114: style: Function 'GdipGetImageAttributesAdjustedPalette' argument 3 names different: declaration 'colorAdjustType' definition 'type'. [funcArgNamesDifferent]
libgdiplus-4.2/src/imageattributes.h:41:18: note: Function 'GdipGetImageAttributesAdjustedPalette' argument 3 names different: declaration 'colorAdjustType' definition 'type'.
libgdiplus-4.2/src/imageattributes.c:471:114: note: Function 'GdipGetImageAttributesAdjustedPalette' argument 3 names different: declaration 'colorAdjustType' definition 'type'.
libgdiplus-4.2/src/lineargradientbrush.c:209:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:209:17: style: The scope of the variable 'factor' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:237:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:237:12: style: The scope of the variable 'g' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:237:15: style: The scope of the variable 'b' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:237:18: style: The scope of the variable 'a' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:238:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:383:40: style: The scope of the variable 'slope' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:383:47: style: The scope of the variable 'rectRight' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:383:58: style: The scope of the variable 'rectBottom' can be reduced. [variableScope]
libgdiplus-4.2/src/lineargradientbrush.c:290:10: style: Variable 'rect' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/metafile.c:568:29: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgdiplus-4.2/src/metafile.c:603:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgdiplus-4.2/src/metafile.c:581:0: note: Variable 'status' is reassigned a value before the old one has been used.
libgdiplus-4.2/src/metafile.c:603:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgdiplus-4.2/src/metafile.c:1067:2: style: Variable 'context->selected_font' is reassigned a value before the old one has been used. [redundantAssignment]
libgdiplus-4.2/src/metafile.c:1066:2: note: Variable 'context->selected_font' is reassigned a value before the old one has been used.
libgdiplus-4.2/src/metafile.c:1067:2: note: Variable 'context->selected_font' is reassigned a value before the old one has been used.
libgdiplus-4.2/src/metafile.c:131:68: style: Function 'gdip_metafile_SetPolyFillMode' argument 2 names different: declaration 'mode' definition 'fillmode'. [funcArgNamesDifferent]
libgdiplus-4.2/src/metafile-private.h:152:77: note: Function 'gdip_metafile_SetPolyFillMode' argument 2 names different: declaration 'mode' definition 'fillmode'.
libgdiplus-4.2/src/metafile.c:131:68: note: Function 'gdip_metafile_SetPolyFillMode' argument 2 names different: declaration 'mode' definition 'fillmode'.
libgdiplus-4.2/src/metafile.c:1235:59: portability: '(void*)(&aldus_header)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgdiplus-4.2/src/metafile.c:1255:64: portability: '(void*)(&header->WmfHeader)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgdiplus-4.2/src/metafile.c:1265:64: portability: '(void*)(&header->EmfHeader)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgdiplus-4.2/src/metafile.c:1053:26: style: Variable 'metafile' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/metafile.c:1058:4: style: Variable 'obj' is modified but its new value is never used. [unreadVariable]
libgdiplus-4.2/src/pathgradientbrush.c:237:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:237:17: style: The scope of the variable 'factor' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:265:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:265:12: style: The scope of the variable 'g' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:265:15: style: The scope of the variable 'b' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:265:18: style: The scope of the variable 'a' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:266:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgdiplus-4.2/src/pathgradientbrush.c:548:74: style: Function 'GdipGetPathGradientSurroundColorsWithCount' argument 2 names different: declaration 'color' definition 'colors'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pathgradientbrush.h:40:83: note: Function 'GdipGetPathGradientSurroundColorsWithCount' argument 2 names different: declaration 'color' definition 'colors'.
libgdiplus-4.2/src/pathgradientbrush.c:548:74: note: Function 'GdipGetPathGradientSurroundColorsWithCount' argument 2 names different: declaration 'color' definition 'colors'.
libgdiplus-4.2/src/pathgradientbrush.c:564:84: style: Function 'GdipSetPathGradientSurroundColorsWithCount' argument 2 names different: declaration 'color' definition 'colors'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pathgradientbrush.h:41:93: note: Function 'GdipSetPathGradientSurroundColorsWithCount' argument 2 names different: declaration 'color' definition 'colors'.
libgdiplus-4.2/src/pathgradientbrush.c:564:84: note: Function 'GdipSetPathGradientSurroundColorsWithCount' argument 2 names different: declaration 'color' definition 'colors'.
libgdiplus-4.2/src/pathgradientbrush.c:587:66: style: Function 'GdipGetPathGradientCenterPoint' argument 2 names different: declaration 'points' definition 'point'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pathgradientbrush.h:43:75: note: Function 'GdipGetPathGradientCenterPoint' argument 2 names different: declaration 'points' definition 'point'.
libgdiplus-4.2/src/pathgradientbrush.c:587:66: note: Function 'GdipGetPathGradientCenterPoint' argument 2 names different: declaration 'points' definition 'point'.
libgdiplus-4.2/src/pathgradientbrush.c:598:76: style: Function 'GdipSetPathGradientCenterPoint' argument 2 names different: declaration 'points' definition 'point'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pathgradientbrush.h:44:85: note: Function 'GdipSetPathGradientCenterPoint' argument 2 names different: declaration 'points' definition 'point'.
libgdiplus-4.2/src/pathgradientbrush.c:598:76: note: Function 'GdipSetPathGradientCenterPoint' argument 2 names different: declaration 'points' definition 'point'.
libgdiplus-4.2/src/pathgradientbrush.c:305:7: style: Unused variable: i [unusedVariable]
libgdiplus-4.2/src/pathgradientbrush.c:1139:2: error: Uninitialized variable: mat [uninitvar]
libgdiplus-4.2/src/pen.c:348:35: style: Function 'GdipClonePen' argument 2 names different: declaration 'clonedpen' definition 'clonepen'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pen.h:36:44: note: Function 'GdipClonePen' argument 2 names different: declaration 'clonedpen' definition 'clonepen'.
libgdiplus-4.2/src/pen.c:348:35: note: Function 'GdipClonePen' argument 2 names different: declaration 'clonedpen' definition 'clonepen'.
libgdiplus-4.2/src/pen.c:556:44: style: Function 'GdipGetPenFillType' argument 2 names different: declaration 'penType' definition 'type'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pen.h:44:53: note: Function 'GdipGetPenFillType' argument 2 names different: declaration 'penType' definition 'type'.
libgdiplus-4.2/src/pen.c:556:44: note: Function 'GdipGetPenFillType' argument 2 names different: declaration 'penType' definition 'type'.
libgdiplus-4.2/src/pen.c:570:35: style: Function 'GdipSetPenColor' argument 2 names different: declaration 'color' definition 'argb'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pen.h:45:44: note: Function 'GdipSetPenColor' argument 2 names different: declaration 'color' definition 'argb'.
libgdiplus-4.2/src/pen.c:570:35: note: Function 'GdipSetPenColor' argument 2 names different: declaration 'color' definition 'argb'.
libgdiplus-4.2/src/pen.c:585:36: style: Function 'GdipGetPenColor' argument 2 names different: declaration 'color' definition 'argb'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pen.h:46:45: note: Function 'GdipGetPenColor' argument 2 names different: declaration 'color' definition 'argb'.
libgdiplus-4.2/src/pen.c:585:36: note: Function 'GdipGetPenColor' argument 2 names different: declaration 'color' definition 'argb'.
libgdiplus-4.2/src/pen.c:972:51: style: Function 'GdipSetPenCompoundArray' argument 2 names different: declaration 'dash' definition 'compound'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pen.h:54:63: note: Function 'GdipSetPenCompoundArray' argument 2 names different: declaration 'dash' definition 'compound'.
libgdiplus-4.2/src/pen.c:972:51: note: Function 'GdipSetPenCompoundArray' argument 2 names different: declaration 'dash' definition 'compound'.
libgdiplus-4.2/src/pen.c:997:45: style: Function 'GdipGetPenCompoundArray' argument 2 names different: declaration 'dash' definition 'compound'. [funcArgNamesDifferent]
libgdiplus-4.2/src/pen.h:55:53: note: Function 'GdipGetPenCompoundArray' argument 2 names different: declaration 'dash' definition 'compound'.
libgdiplus-4.2/src/pen.c:997:45: note: Function 'GdipGetPenCompoundArray' argument 2 names different: declaration 'dash' definition 'compound'.
libgdiplus-4.2/src/region-bitmap.c:713:7: style: Unused variable: x [unusedVariable]
libgdiplus-4.2/src/region-path-tree.c:173:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libgdiplus-4.2/src/region.c:1034:61: style: Function 'GdipCombineRegionRectI' argument 2 names different: declaration 'rect' definition 'recti'. [funcArgNamesDifferent]
libgdiplus-4.2/src/region.h:38:69: note: Function 'GdipCombineRegionRectI' argument 2 names different: declaration 'rect' definition 'recti'.
libgdiplus-4.2/src/region.c:1034:61: note: Function 'GdipCombineRegionRectI' argument 2 names different: declaration 'rect' definition 'recti'.
libgdiplus-4.2/src/region.c:1193:14: style: Unused variable: tmp [unusedVariable]
libgdiplus-4.2/src/region.c:1469:7: style: Unused variable: i [unusedVariable]
libgdiplus-4.2/src/region.c:1525:7: style: Unused variable: i [unusedVariable]
libgdiplus-4.2/src/solidbrush.c:66:6: style: The scope of the variable 'A' can be reduced. [variableScope]
libgdiplus-4.2/src/solidbrush.c:66:9: style: The scope of the variable 'R' can be reduced. [variableScope]
libgdiplus-4.2/src/solidbrush.c:66:12: style: The scope of the variable 'G' can be reduced. [variableScope]
libgdiplus-4.2/src/solidbrush.c:66:15: style: The scope of the variable 'B' can be reduced. [variableScope]
libgdiplus-4.2/src/text-cairo.c:539:10: style: The scope of the variable 'k' can be reduced. [variableScope]
libgdiplus-4.2/src/text-cairo.c:540:12: style: The scope of the variable 'LineWidth' can be reduced. [variableScope]
libgdiplus-4.2/src/text-cairo.c:1011:17: style: Variable 'hotkeys' is assigned a value that is never used. [unreadVariable]
libgdiplus-4.2/src/texturebrush.c:834:2: error: Uninitialized variable: mat [uninitvar]
libgdiplus-4.2/tests/testbits.c:22:15: style: struct member 'Anonymous0::width' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:23:15: style: struct member 'Anonymous0::height' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:24:7: style: struct member 'Anonymous0::stride' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:25:7: style: struct member 'Anonymous0::pixel_format' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:26:10: style: struct member 'Anonymous0::scan0' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:27:15: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:29:16: style: struct member 'Anonymous0::palette' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:30:7: style: struct member 'Anonymous0::property_count' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:31:17: style: struct member 'Anonymous0::property' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:33:10: style: struct member 'Anonymous0::dpi_horz' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:34:10: style: struct member 'Anonymous0::dpi_vert' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:37:15: style: struct member 'Anonymous0::left' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:38:15: style: struct member 'Anonymous0::top' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:39:15: style: struct member 'Anonymous0::x' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:40:15: style: struct member 'Anonymous0::y' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testbits.c:42:7: style: struct member 'Anonymous0::transparent' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testclip.c:26:7: style: struct member 'bm::spoil1' is never used. [unusedStructMember]
libgdiplus-4.2/tests/testclip.c:134:13: warning: Assert statement modifies 'p'. [assignmentInAssert]
libgdiplus-4.2/tests/testclip.c:134:27: warning: Assert statement modifies 'other_p'. [assignmentInAssert]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgearman-client-perl/libgearman-client-perl_2.004.014.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgedcom-perl/libgedcom-perl_1.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgee/libgee_0.6.8.orig.tar.xz
libgee-0.6.8/benchmark/benchmark.c:491:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:490:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:491:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:564:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:559:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:564:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:607:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:606:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:607:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:684:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:677:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:684:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:758:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:757:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:758:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:864:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:863:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:864:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:968:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:967:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:968:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1039:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1035:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1039:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1058:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1055:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1058:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1069:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1062:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1069:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1090:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1089:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1090:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1197:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1182:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1197:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1262:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1241:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1262:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1276:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmark.c:1250:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:1276:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmark.c:504:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmark.c:620:43: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmark.c:771:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmark.c:877:43: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmark.c:981:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmarksorts.c:275:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmarksorts.c:274:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmarksorts.c:275:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmarksorts.c:376:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmarksorts.c:371:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmarksorts.c:376:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmarksorts.c:385:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/benchmarksorts.c:384:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmarksorts.c:385:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/benchmarksorts.c:189:9: style: struct member '_GeeBenchmarkGeneratorIface::generate_collection' is never used. [unusedStructMember]
libgee-0.6.8/benchmark/benchmarksorts.c:195:19: style: struct member '_GeeBenchmarkFactoryIface::create' is never used. [unusedStructMember]
libgee-0.6.8/benchmark/benchmarksorts.c:196:19: style: struct member '_GeeBenchmarkFactoryIface::copy' is never used. [unusedStructMember]
libgee-0.6.8/benchmark/benchmarksorts.c:266:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmarksorts.c:291:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmarksorts.c:401:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/benchmarksorts.c:548:2: style: Variable '_tmp19__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/mergesort.c:161:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:158:11: note: Assignment '_tmp1_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:161:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:162:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:158:11: note: Assignment '_tmp1_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:162:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:166:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:163:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:166:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:167:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:163:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:167:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:168:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:163:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:168:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:169:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:163:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:169:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:172:12: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:171:11: note: Assignment '_tmp9_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:172:12: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:173:20: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:171:11: note: Assignment '_tmp9_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:173:20: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:174:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:170:11: note: Assignment '_tmp8_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:174:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:175:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:170:11: note: Assignment '_tmp8_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:175:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:176:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:170:11: note: Assignment '_tmp8_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:176:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:178:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:177:12: note: Assignment '_tmp11_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:178:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:183:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:179:12: note: Assignment '_tmp12_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:183:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:186:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:184:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:186:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:192:12: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp20_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:191:12: note: Assignment '_tmp20_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:192:12: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:193:20: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp20_. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:191:12: note: Assignment '_tmp20_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:193:20: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:244:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:251:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:244:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:247:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:251:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:247:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:249:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:251:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:249:2: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:267:11: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:187:12: note: Assignment '_tmp18_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:188:26: note: Calling function 'gee_merge_sort_do_sort', 1st argument 'self' value is 0
libgee-0.6.8/benchmark/mergesort.c:267:11: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:271:11: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:187:12: note: Assignment '_tmp18_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:188:26: note: Calling function 'gee_merge_sort_do_sort', 1st argument 'self' value is 0
libgee-0.6.8/benchmark/mergesort.c:271:11: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:276:11: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:187:12: note: Assignment '_tmp18_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:188:26: note: Calling function 'gee_merge_sort_do_sort', 1st argument 'self' value is 0
libgee-0.6.8/benchmark/mergesort.c:276:11: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:277:11: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:187:12: note: Assignment '_tmp18_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:188:26: note: Calling function 'gee_merge_sort_do_sort', 1st argument 'self' value is 0
libgee-0.6.8/benchmark/mergesort.c:277:11: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:281:80: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.6.8/benchmark/mergesort.c:216:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.6.8/benchmark/mergesort.c:187:12: note: Assignment '_tmp18_=helper', assigned value is 0
libgee-0.6.8/benchmark/mergesort.c:188:26: note: Calling function 'gee_merge_sort_do_sort', 1st argument 'self' value is 0
libgee-0.6.8/benchmark/mergesort.c:281:80: note: Null pointer dereference
libgee-0.6.8/benchmark/mergesort.c:199:3: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/mergesort.c:195:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/mergesort.c:199:3: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/mergesort.c:511:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/benchmark/mergesort.c:510:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/mergesort.c:511:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/benchmark/mergesort.c:200:29: style: Variable 'item_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/mergesort.c:197:0: style: Variable '_item_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/benchmark/mergesort.c:275:21: style: Variable '_work_area_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/abstractcollection.c:923:15: warning: Either the condition '_tmp10_==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
libgee-0.6.8/gee/abstractcollection.c:924:4: note: Assuming that condition '_tmp10_==NULL' is not redundant
libgee-0.6.8/gee/abstractcollection.c:923:15: note: Null pointer dereference
libgee-0.6.8/gee/abstractcollection.c:995:15: warning: Either the condition '_tmp10_==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
libgee-0.6.8/gee/abstractcollection.c:996:4: note: Assuming that condition '_tmp10_==NULL' is not redundant
libgee-0.6.8/gee/abstractcollection.c:995:15: note: Null pointer dereference
libgee-0.6.8/gee/abstractcollection.c:1215:15: warning: Either the condition '_tmp10_==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
libgee-0.6.8/gee/abstractcollection.c:1216:4: note: Assuming that condition '_tmp10_==NULL' is not redundant
libgee-0.6.8/gee/abstractcollection.c:1215:15: note: Null pointer dereference
libgee-0.6.8/gee/abstractcollection.c:1303:15: warning: Either the condition '_tmp10_==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
libgee-0.6.8/gee/abstractcollection.c:1304:4: note: Assuming that condition '_tmp10_==NULL' is not redundant
libgee-0.6.8/gee/abstractcollection.c:1303:15: note: Null pointer dereference
libgee-0.6.8/gee/abstractcollection.c:289:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:286:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:289:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:305:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:302:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:305:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:321:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:318:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:321:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:337:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:334:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:337:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:353:7: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:350:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:353:7: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:369:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:366:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:369:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:385:9: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:382:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:385:9: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:401:10: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:398:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:401:10: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:417:11: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:414:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:417:11: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:433:12: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:430:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:433:12: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:449:13: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:446:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:449:13: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:469:13: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:460:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:469:13: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:477:14: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:475:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:477:14: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:492:15: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:481:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:492:15: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:555:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:544:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:555:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:565:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:562:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:565:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:579:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:569:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:579:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:622:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:611:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:622:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:632:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:629:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:632:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:646:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:636:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:646:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:689:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:678:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:689:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:699:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:696:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:699:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:713:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:703:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:713:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:756:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:745:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:756:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:766:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:763:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:766:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:780:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:770:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:780:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:823:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:812:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:823:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:833:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:830:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:833:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:847:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:837:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:847:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:890:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:879:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:890:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:900:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:897:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:900:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:916:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:904:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:916:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:962:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:951:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:962:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:972:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:969:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:972:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:988:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:976:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:988:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1034:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1023:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1034:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1044:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1041:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1044:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1058:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1048:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1058:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1101:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1090:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1101:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1111:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1108:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1111:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1125:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1115:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1125:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1181:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1170:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1181:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1191:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1188:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1191:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1208:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1195:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1208:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1269:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1258:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1269:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1279:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1276:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1279:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1296:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1283:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1296:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1351:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1348:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1351:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1363:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1355:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1363:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1414:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1411:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1414:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1425:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1418:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1425:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1468:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1465:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1468:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1480:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1472:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1480:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1522:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1513:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1522:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1575:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1569:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1575:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1610:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractcollection.c:1609:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:1610:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractcollection.c:83:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractcollection.c:84:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractcollection.c:85:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractcollection.c:86:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractcollection.c:1572:24: style: Variable '_tmp15__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/abstractcollection.c:1763:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/abstractlist.c:403:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:402:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:403:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:404:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:401:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:404:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:425:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:422:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:425:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:426:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:419:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:426:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:447:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:444:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:447:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:459:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:459:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:495:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:494:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:495:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:505:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractlist.c:504:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:505:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractlist.c:124:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:125:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:128:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:133:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:134:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:139:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:140:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:141:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:142:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:143:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:144:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:145:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:146:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:147:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:148:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:149:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:160:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:161:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:162:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:163:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:164:14: style: struct member '_GeeAbstractCollectionClass::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:165:13: style: struct member '_GeeAbstractCollectionClass::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:166:13: style: struct member '_GeeAbstractCollectionClass::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:167:13: style: struct member '_GeeAbstractCollectionClass::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:168:13: style: struct member '_GeeAbstractCollectionClass::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:169:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:170:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:171:13: style: struct member '_GeeAbstractCollectionClass::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:177:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:178:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:186:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:187:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractlist.c:604:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/abstractmap.c:423:18: style: Condition 'removed_value==NULL' is always true [knownConditionTrueFalse]
libgee-0.6.8/gee/abstractmap.c:415:27: note: Assignment 'removed_value=NULL', assigned value is 0
libgee-0.6.8/gee/abstractmap.c:423:18: note: Condition 'removed_value==NULL' is always true
libgee-0.6.8/gee/abstractmap.c:327:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:324:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:327:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:328:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:322:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:328:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:422:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:418:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:422:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:477:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:470:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:477:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:494:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:483:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:494:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:541:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:534:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:541:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:555:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:547:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:555:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:592:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:588:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:592:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:593:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:586:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:593:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:616:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:609:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:616:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:634:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:622:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:634:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:680:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:676:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:680:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:681:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:674:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:681:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:701:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:695:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:701:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:711:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmap.c:710:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:711:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmap.c:113:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:114:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:115:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:128:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:129:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:130:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:131:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:132:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:133:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:140:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:143:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:146:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:147:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmap.c:826:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/abstractmap.c:936:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/abstractmultimap.c:345:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:340:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:345:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:409:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:401:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:409:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:420:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:417:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:420:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:434:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:427:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:434:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:445:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:440:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:445:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:510:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:506:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:510:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:525:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:518:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:525:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:536:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:531:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:536:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:552:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:547:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:552:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:563:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:556:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:563:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:595:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:591:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:595:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:596:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:588:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:596:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:610:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:606:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:610:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:621:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:614:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:621:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:648:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:644:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:648:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:659:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:652:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:659:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:662:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:655:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:662:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:679:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:671:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:679:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:704:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:700:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:704:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:715:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:708:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:715:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:719:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:712:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:719:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:762:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:758:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:762:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:777:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractmultimap.c:766:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:777:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractmultimap.c:149:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:150:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:151:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:158:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:159:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:165:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:168:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:169:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:171:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:172:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:174:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:175:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:180:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:185:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:204:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:205:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:206:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:207:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:208:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:209:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:210:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:215:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:217:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:220:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:223:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:224:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:225:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:227:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:228:13: style: struct member '_GeeMapIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:230:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:233:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:234:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:235:10: style: struct member '_GeeMapIface::get_key_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultimap.c:236:10: style: struct member '_GeeMapIface::get_value_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractmultiset.c:656:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/abstractqueue.c:269:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractqueue.c:268:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractqueue.c:269:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractqueue.c:86:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:87:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:88:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:89:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:90:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:95:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:96:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:101:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:102:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:103:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:104:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:105:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:106:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:107:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:108:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:109:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:110:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:111:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:112:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:122:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:123:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:124:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:125:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:126:14: style: struct member '_GeeAbstractCollectionClass::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:127:13: style: struct member '_GeeAbstractCollectionClass::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:128:13: style: struct member '_GeeAbstractCollectionClass::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:129:13: style: struct member '_GeeAbstractCollectionClass::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:130:13: style: struct member '_GeeAbstractCollectionClass::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:131:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:132:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:133:13: style: struct member '_GeeAbstractCollectionClass::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractqueue.c:134:19: style: struct member '_GeeAbstractCollectionClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:213:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/abstractset.c:212:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractset.c:213:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/abstractset.c:108:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:109:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:110:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:111:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:112:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:117:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:118:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:123:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:124:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:125:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:126:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:127:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:128:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:129:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:130:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:131:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:132:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:133:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:144:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:145:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:146:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:147:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:148:14: style: struct member '_GeeAbstractCollectionClass::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:149:13: style: struct member '_GeeAbstractCollectionClass::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:150:13: style: struct member '_GeeAbstractCollectionClass::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:151:13: style: struct member '_GeeAbstractCollectionClass::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:152:13: style: struct member '_GeeAbstractCollectionClass::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:153:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:154:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:155:13: style: struct member '_GeeAbstractCollectionClass::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/abstractset.c:291:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/arraylist.c:516:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/bidiriterator.c:48:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/bidiriterator.c:49:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/bidiriterator.c:50:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/bidiriterator.c:51:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/bidiriterator.c:52:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/collection.c:95:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/collection.c:96:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/collection.c:97:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/collection.c:98:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/collection.c:104:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/collection.c:105:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:72:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:73:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:74:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:75:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:76:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:81:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:82:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:87:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:88:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:89:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:90:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:91:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:92:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:93:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:94:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:95:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:96:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:97:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:98:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:103:13: style: struct member '_GeeQueueIface::offer' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:104:13: style: struct member '_GeeQueueIface::peek' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:105:13: style: struct member '_GeeQueueIface::poll' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:106:9: style: struct member '_GeeQueueIface::drain' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:107:9: style: struct member '_GeeQueueIface::get_capacity' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:108:9: style: struct member '_GeeQueueIface::get_remaining_capacity' is never used. [unusedStructMember]
libgee-0.6.8/gee/deque.c:109:13: style: struct member '_GeeQueueIface::get_is_full' is never used. [unusedStructMember]
libgee-0.6.8/gee/functions.c:126:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/functions.c:124:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/functions.c:126:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/functions.c:43:9: style: struct member '_GeeComparableIface::compare_to' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmap.c:2653:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/hashmultimap.c:411:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultimap.c:396:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:411:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:422:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultimap.c:421:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:422:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:428:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultimap.c:427:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:428:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:454:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultimap.c:446:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:454:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:473:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultimap.c:461:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:473:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:484:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultimap.c:480:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:484:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultimap.c:199:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:200:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:201:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:202:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:203:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:208:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:209:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:214:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:215:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:216:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:217:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:218:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:219:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:220:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:221:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:222:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:223:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:224:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:225:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:230:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:235:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:240:12: style: struct member '_GeeMultiMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:241:17: style: struct member '_GeeMultiMapIface::get_all_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:242:19: style: struct member '_GeeMultiMapIface::get_values' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:243:13: style: struct member '_GeeMultiMapIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:244:19: style: struct member '_GeeMultiMapIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:245:9: style: struct member '_GeeMultiMapIface::set' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:246:13: style: struct member '_GeeMultiMapIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:247:13: style: struct member '_GeeMultiMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:248:9: style: struct member '_GeeMultiMapIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:249:9: style: struct member '_GeeMultiMapIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:254:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:255:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:256:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:257:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:258:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:259:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:260:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:265:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:266:13: style: struct member '_GeeMapIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:267:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:268:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:269:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:270:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:271:13: style: struct member '_GeeMapIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:272:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:273:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:274:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:275:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:276:13: style: struct member '_GeeMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:277:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:278:13: style: struct member '_GeeMapIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:279:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:280:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:281:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:282:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:283:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:284:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:285:10: style: struct member '_GeeMapIface::get_key_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:286:10: style: struct member '_GeeMapIface::get_value_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultimap.c:584:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/hashmultiset.c:332:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/hashmultiset.c:323:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultiset.c:332:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/hashmultiset.c:152:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:153:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:154:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:155:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:156:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:161:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:162:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:167:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:168:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:169:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:170:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:171:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:172:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:173:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:174:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:175:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:176:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:177:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:178:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:188:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:189:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:190:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:191:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:192:14: style: struct member '_GeeAbstractCollectionClass::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:193:13: style: struct member '_GeeAbstractCollectionClass::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:194:13: style: struct member '_GeeAbstractCollectionClass::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:195:13: style: struct member '_GeeAbstractCollectionClass::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:196:13: style: struct member '_GeeAbstractCollectionClass::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:197:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:198:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:199:13: style: struct member '_GeeAbstractCollectionClass::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:200:19: style: struct member '_GeeAbstractCollectionClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:205:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:210:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:211:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:212:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:213:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:214:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:215:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:216:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:221:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:226:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:227:13: style: struct member '_GeeMapIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:228:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:229:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:230:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:231:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:232:13: style: struct member '_GeeMapIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:233:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:234:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:235:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:236:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:237:13: style: struct member '_GeeMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:238:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:239:13: style: struct member '_GeeMapIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:240:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:241:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:242:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:243:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:244:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:245:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:246:10: style: struct member '_GeeMapIface::get_key_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashmultiset.c:247:10: style: struct member '_GeeMapIface::get_value_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/hashset.c:636:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/iterable.c:48:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/iterable.c:49:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/iterable.c:50:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/iterable.c:51:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/iterable.c:52:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/linkedlist.c:677:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/list.c:111:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:112:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:115:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:120:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:121:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:126:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:127:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:128:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:129:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:130:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:131:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:132:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:133:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:134:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:135:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:136:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:142:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:143:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:151:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/list.c:152:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:56:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:57:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:58:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:59:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:60:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:65:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:66:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/listiterator.c:67:13: style: struct member '_GeeBidirIteratorIface::last' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:515:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/map.c:514:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/map.c:515:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/map.c:112:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:113:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:114:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:121:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:122:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:127:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:128:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:129:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:139:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:142:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:145:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/map.c:146:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:80:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:81:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:82:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:89:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:90:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:96:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:99:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:100:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:102:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:103:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:105:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:106:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:111:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/multimap.c:116:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:64:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:65:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:66:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:67:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:68:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:73:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:74:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:79:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:80:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:81:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:82:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:83:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:84:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:85:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:86:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:87:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:88:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:89:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/multiset.c:90:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/priorityqueue.c:1625:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/queue.c:64:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:65:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:66:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:67:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:68:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:73:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:74:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:79:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:80:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:81:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:82:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:83:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:84:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:85:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:86:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:87:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:88:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:89:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/queue.c:90:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlycollection.c:226:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:222:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:226:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:256:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:250:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:256:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:278:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:274:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:278:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:279:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:271:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:279:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:344:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:339:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:344:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:345:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:336:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:345:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:389:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:384:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:389:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:461:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:457:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:461:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:485:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:482:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:485:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:486:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:480:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:486:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:498:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:495:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:498:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:499:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:493:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:499:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:511:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:508:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:511:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:512:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:506:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:512:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:524:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:521:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:524:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:525:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlycollection.c:519:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:525:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlycollection.c:290:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlycollection.c:302:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlycollection.c:313:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlycollection.c:324:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlycollection.c:356:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlycollection.c:369:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlycollection.c:532:42: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:322:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:318:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:322:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:348:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:342:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:348:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:410:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:406:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:410:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:411:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:403:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:411:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:448:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:445:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:448:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:449:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:443:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:449:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:464:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:461:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:464:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:465:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:459:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:465:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:518:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:514:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:518:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:538:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:535:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:538:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:539:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:533:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:539:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:551:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:548:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:551:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:552:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:546:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:552:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:564:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:564:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:565:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlylist.c:559:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:565:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlylist.c:125:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:126:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:129:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:134:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:135:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:140:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:142:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:143:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:144:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:145:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:146:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:147:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:148:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:149:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:150:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlylist.c:381:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:392:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:421:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:432:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:475:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:486:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:572:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:579:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlylist.c:586:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:453:17: style: Condition '_vala_value==NULL' is always true [knownConditionTrueFalse]
libgee-0.6.8/gee/readonlymap.c:446:25: note: Assignment '_vala_value=NULL', assigned value is 0
libgee-0.6.8/gee/readonlymap.c:453:17: note: Condition '_vala_value==NULL' is always true
libgee-0.6.8/gee/readonlymap.c:471:17: style: Condition '_vala_value==NULL' is always true [knownConditionTrueFalse]
libgee-0.6.8/gee/readonlymap.c:464:25: note: Assignment '_vala_value=NULL', assigned value is 0
libgee-0.6.8/gee/readonlymap.c:471:17: note: Condition '_vala_value==NULL' is always true
libgee-0.6.8/gee/readonlymap.c:337:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:333:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:337:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:369:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:365:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:369:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:370:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:362:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:370:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:387:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:383:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:387:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:388:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:380:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:388:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:407:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:402:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:407:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:408:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:398:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:408:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:425:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:421:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:425:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:426:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:418:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:426:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:500:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:494:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:500:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:560:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:555:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:560:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:561:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:552:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:561:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:579:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:574:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:579:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:580:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:571:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:580:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:600:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:594:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:600:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:732:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:728:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:732:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:759:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:756:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:759:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:760:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:754:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:760:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:772:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:769:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:772:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:773:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:767:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:773:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:785:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:782:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:785:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:786:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:780:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:786:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:798:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:795:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:798:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:799:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:793:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:799:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:811:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:808:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:811:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:812:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlymap.c:806:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:812:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlymap.c:140:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlymap.c:143:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlymap.c:146:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlymap.c:147:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlymap.c:436:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:482:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:515:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:527:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:540:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:721:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:819:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlymap.c:826:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/readonlyset.c:184:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/readonlyset.c:180:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlyset.c:184:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/readonlyset.c:86:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:87:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:88:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:89:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:90:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:95:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:96:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:101:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:102:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:103:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:104:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:105:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:106:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:107:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:108:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:109:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:110:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/readonlyset.c:111:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:95:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:96:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:97:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:98:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:99:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:104:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:105:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:110:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:111:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:112:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:113:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:114:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:115:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:116:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:117:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:118:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:119:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/set.c:120:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:80:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:81:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:83:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:84:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:89:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:90:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:95:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:96:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:97:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:98:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:99:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:100:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:101:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:102:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:103:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:104:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:105:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:106:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:111:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:116:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/sortedset.c:117:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.6.8/gee/timsort.c:444:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/treemap.c:3297:0: error: syntax error [syntaxError]
libgee-0.6.8/gee/treemultimap.c:398:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultimap.c:387:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:398:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:409:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultimap.c:408:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:409:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:431:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultimap.c:425:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:431:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:446:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultimap.c:438:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:446:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:456:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultimap.c:454:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:456:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:457:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultimap.c:453:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:457:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultimap.c:199:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:200:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:201:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:202:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:203:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:208:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:209:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:214:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:215:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:216:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:217:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:218:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:219:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:220:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:221:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:222:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:223:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:224:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:225:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:230:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:235:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:240:12: style: struct member '_GeeMultiMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:241:17: style: struct member '_GeeMultiMapIface::get_all_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:242:19: style: struct member '_GeeMultiMapIface::get_values' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:243:13: style: struct member '_GeeMultiMapIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:244:19: style: struct member '_GeeMultiMapIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:245:9: style: struct member '_GeeMultiMapIface::set' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:246:13: style: struct member '_GeeMultiMapIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:247:13: style: struct member '_GeeMultiMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:248:9: style: struct member '_GeeMultiMapIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:249:9: style: struct member '_GeeMultiMapIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:254:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:255:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:256:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:257:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:258:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:259:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:260:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:265:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:266:13: style: struct member '_GeeMapIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:267:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:268:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:269:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:270:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:271:13: style: struct member '_GeeMapIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:272:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:273:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:274:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:275:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:276:13: style: struct member '_GeeMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:277:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:278:13: style: struct member '_GeeMapIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:279:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:280:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:281:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:282:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:283:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:284:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:285:10: style: struct member '_GeeMapIface::get_key_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:286:10: style: struct member '_GeeMapIface::get_value_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultimap.c:522:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/gee/treemultiset.c:326:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/gee/treemultiset.c:319:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultiset.c:326:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/gee/treemultiset.c:152:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:153:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:154:13: style: struct member '_GeeIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:155:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:156:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:161:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:162:10: style: struct member '_GeeIterableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:167:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:168:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:169:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:170:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:171:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:172:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:173:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:174:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:175:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:176:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:177:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:178:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:188:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:189:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:190:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:191:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:192:14: style: struct member '_GeeAbstractCollectionClass::to_array' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:193:13: style: struct member '_GeeAbstractCollectionClass::add_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:194:13: style: struct member '_GeeAbstractCollectionClass::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:195:13: style: struct member '_GeeAbstractCollectionClass::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:196:13: style: struct member '_GeeAbstractCollectionClass::retain_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:197:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:198:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:199:13: style: struct member '_GeeAbstractCollectionClass::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:200:19: style: struct member '_GeeAbstractCollectionClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:205:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:210:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:211:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:212:13: style: struct member '_GeeMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:213:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:214:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:215:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:216:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:221:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:226:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:227:13: style: struct member '_GeeMapIface::contains' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:228:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:229:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:230:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:231:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:232:13: style: struct member '_GeeMapIface::remove' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:233:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:234:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:235:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:236:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:237:13: style: struct member '_GeeMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:238:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:239:13: style: struct member '_GeeMapIface::contains_all' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:240:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:241:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:242:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:243:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:244:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:245:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:246:10: style: struct member '_GeeMapIface::get_key_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/treemultiset.c:247:10: style: struct member '_GeeMapIface::get_value_type' is never used. [unusedStructMember]
libgee-0.6.8/gee/treeset.c:1652:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testarraylist.c:234:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testcase.c:320:11: warning: Either the condition 'adaptor==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.6.8/tests/testcase.c:217:2: note: Assuming that condition 'adaptor==NULL' is not redundant
libgee-0.6.8/tests/testcase.c:213:43: note: Calling function 'gee_test_case_adaptor_get_name', 1st argument 'self' value is 0
libgee-0.6.8/tests/testcase.c:320:11: note: Null pointer dereference
libgee-0.6.8/tests/testcase.c:150:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testcase.c:146:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:150:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:246:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testcase.c:242:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:246:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:265:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testcase.c:257:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:265:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:516:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testcase.c:514:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:516:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testcase.c:209:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/tests/testcollection.c:212:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testcomparable.c:160:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testdeque.c:260:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testhashmap.c:185:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testhashmultimap.c:182:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testhashmultiset.c:197:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testhashset.c:204:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testlinkedlist.c:211:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testlinkedlistasdeque.c:212:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testlist.c:269:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testmain.c:441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testmain.c:372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testmain.c:441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testmain.c:444:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testmain.c:375:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testmain.c:444:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testmap.c:241:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testmultimap.c:163:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testmultiset.c:178:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testpriorityqueue.c:208:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testqueue.c:166:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testreadonlycollection.c:233:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testreadonlylist.c:333:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testreadonlymap.c:199:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testreadonlyset.c:122:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testreadonlyset.c:121:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testreadonlyset.c:122:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testreadonlyset.c:169:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.6.8/tests/testreadonlyset.c:160:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testreadonlyset.c:169:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.6.8/tests/testreadonlyset.c:164:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.6.8/tests/testset.c:164:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testsortedset.c:407:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testtreemap.c:191:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testtreemultimap.c:176:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testtreemultiset.c:191:0: error: syntax error [syntaxError]
libgee-0.6.8/tests/testtreeset.c:234:0: error: syntax error [syntaxError]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgee-0.8/libgee-0.8_0.20.1.orig.tar.xz
libgee-0.20.1/benchmark/benchmark.c:432:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmark.c:435:3: note: Assuming that condition 'e==NULL' is not redundant
libgee-0.20.1/benchmark/benchmark.c:431:12: note: Assignment '_tmp7_=e', assigned value is 0
libgee-0.20.1/benchmark/benchmark.c:432:12: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmark.c:362:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:356:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:362:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:363:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:357:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:363:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:364:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:358:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:364:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:393:2: style: Variable 'run_sort' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:380:0: note: Variable 'run_sort' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:393:2: note: Variable 'run_sort' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:395:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:383:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:395:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:397:2: style: Variable 'entries' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:381:0: note: Variable 'entries' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:397:2: note: Variable 'entries' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:400:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:387:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:400:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:401:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:386:0: note: Variable 'context' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:401:2: note: Variable 'context' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:402:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:388:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:402:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:403:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:389:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:403:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:408:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:407:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:408:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:428:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:424:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:428:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:430:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:425:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:430:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:431:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:426:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:431:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:432:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:427:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:432:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:577:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:576:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:577:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:607:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:606:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:607:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:680:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:676:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:680:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:687:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:686:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:687:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:721:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:720:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:721:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:798:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:792:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:798:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:831:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:830:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:831:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:870:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:869:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:870:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:944:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:943:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:944:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:974:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:973:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:974:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1048:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1048:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1076:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1075:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1076:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1146:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1144:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1146:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1147:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1143:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1147:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1156:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1160:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1155:0: note: Variable 'copy' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1160:2: note: Variable 'copy' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1165:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1163:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1165:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1166:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1164:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1166:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1167:3: style: Variable '_item_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1162:0: note: Variable '_item_it' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1167:3: note: Variable '_item_it' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1176:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1169:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1176:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1177:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1170:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1177:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1198:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1197:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1198:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1305:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1290:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1305:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1309:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1291:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1309:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1310:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1292:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1310:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1362:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1341:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1362:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1364:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1343:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1364:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1367:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1346:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1367:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1370:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1349:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1370:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1376:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1350:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1376:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1378:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1352:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1378:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1381:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1355:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1381:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1384:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1358:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1384:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1395:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1394:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1395:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1417:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1416:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1417:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1441:10: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1440:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1441:10: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1510:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1509:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1510:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1533:7: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1532:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1533:7: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1565:10: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1564:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1565:10: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1609:13: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1608:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1609:13: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1717:6: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1716:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1717:6: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1721:6: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1720:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1721:6: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1730:6: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1728:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1730:6: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1747:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1743:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1747:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1756:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1755:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1756:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1794:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1793:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1794:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1839:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1838:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1839:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1880:10: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmark.c:1879:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:1880:10: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmark.c:620:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmark.c:734:43: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmark.c:883:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmark.c:987:43: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmark.c:1089:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:703:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:700:11: note: Assignment '_tmp1_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:703:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:704:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:700:11: note: Assignment '_tmp1_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:704:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:708:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:705:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:708:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:709:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:705:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:709:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:710:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:705:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:710:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:711:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:705:11: note: Assignment '_tmp4_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:711:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:714:12: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:713:11: note: Assignment '_tmp9_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:714:12: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:715:20: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:713:11: note: Assignment '_tmp9_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:715:20: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:716:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:712:11: note: Assignment '_tmp8_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:716:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:717:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:712:11: note: Assignment '_tmp8_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:717:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:718:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:712:11: note: Assignment '_tmp8_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:718:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:720:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:719:12: note: Assignment '_tmp11_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:720:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:725:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:721:12: note: Assignment '_tmp12_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:725:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:729:3: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:729:3: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:730:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:730:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:731:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:731:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:732:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:732:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:733:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:733:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:734:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:734:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:735:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:726:12: note: Assignment '_tmp16_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:735:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:741:12: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp20_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:740:12: note: Assignment '_tmp20_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:741:12: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:742:20: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: _tmp20_. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:740:12: note: Assignment '_tmp20_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:742:20: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:794:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:794:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:797:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:797:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:800:3: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:800:3: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:801:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:801:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:802:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:802:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:803:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:803:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:804:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:804:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:805:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:805:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:806:2: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: helper. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:808:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:806:2: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:824:11: warning: Either the condition 'helper==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.20.1/benchmark/benchmarksorts.c:765:2: note: Assuming that condition 'helper==NULL' is not redundant
libgee-0.20.1/benchmark/benchmarksorts.c:736:12: note: Assignment '_tmp18_=helper', assigned value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:737:26: note: Calling function 'gee_merge_sort_do_sort', 1st argument 'self' value is 0
libgee-0.20.1/benchmark/benchmarksorts.c:824:11: note: Null pointer dereference
libgee-0.20.1/benchmark/benchmarksorts.c:338:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:335:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:338:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:345:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:344:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:345:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:450:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:444:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:450:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:451:2: style: Variable 'compare' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:441:0: note: Variable 'compare' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:451:2: note: Variable 'compare' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:452:2: style: Variable 'compare_target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:445:0: note: Variable 'compare_target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:452:2: note: Variable 'compare_target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:453:2: style: Variable 'compare_target_destroy_notify' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:446:0: note: Variable 'compare_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:453:2: note: Variable 'compare_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:454:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:447:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:454:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:465:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:464:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:465:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:586:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:561:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:586:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:587:2: style: Variable 'algorithms' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:560:0: note: Variable 'algorithms' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:587:2: note: Variable 'algorithms' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:588:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:562:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:588:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:589:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:563:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:589:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:642:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:649:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:646:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:649:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:650:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:647:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:650:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:651:3: style: Variable '_tmp2__target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:648:0: note: Variable '_tmp2__target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:651:3: note: Variable '_tmp2__target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:657:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:654:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:657:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:658:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:655:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:658:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:659:3: style: Variable '_tmp4__target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:656:0: note: Variable '_tmp4__target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:659:3: note: Variable '_tmp4__target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:698:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:672:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:698:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:699:2: style: Variable 'helper' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:671:0: note: Variable 'helper' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:699:2: note: Variable 'helper' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:673:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:701:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:674:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:701:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:702:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:675:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:702:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:748:3: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:744:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:748:3: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:753:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:751:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:753:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:758:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:756:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:758:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:759:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:757:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:759:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:782:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:771:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:782:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:783:2: style: Variable 'helper' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:770:0: note: Variable 'helper' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:783:2: note: Variable 'helper' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:784:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:772:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:784:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:785:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:773:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:785:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:884:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:864:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:884:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:890:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:869:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:890:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:898:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:897:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:898:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:940:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:929:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:940:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:941:8: style: Variable '_tmp27__target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:930:0: note: Variable '_tmp27__target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:941:8: note: Variable '_tmp27__target' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:942:8: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:931:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:942:8: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:945:8: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:934:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:945:8: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:946:8: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:935:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:946:8: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:949:8: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:938:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:949:8: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:968:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:958:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:968:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:971:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:961:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:971:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:974:7: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:964:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:974:7: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:975:7: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:965:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:975:7: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:992:7: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:982:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:992:7: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:995:7: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:985:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:995:7: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:998:7: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:988:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:998:7: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:999:7: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:989:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:999:7: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:1016:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:1015:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:1016:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:1062:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/benchmark/benchmarksorts.c:1061:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:1062:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/benchmark/benchmarksorts.c:205:9: style: struct member '_GeeBenchmarkGeneratorIface::generate_collection' is never used. [unusedStructMember]
libgee-0.20.1/benchmark/benchmarksorts.c:211:19: style: struct member '_GeeBenchmarkFactoryIface::create' is never used. [unusedStructMember]
libgee-0.20.1/benchmark/benchmarksorts.c:212:19: style: struct member '_GeeBenchmarkFactoryIface::copy' is never used. [unusedStructMember]
libgee-0.20.1/benchmark/benchmarksorts.c:336:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:361:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:457:12: style: Variable 'compare' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:459:34: style: Variable 'compare_target_destroy_notify' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:481:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:628:2: style: Variable '_tmp19__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:749:29: style: Variable 'item_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:746:0: style: Variable '_item_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/benchmark/benchmarksorts.c:832:21: style: Variable '_work_area_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/abstractbidirlist.c:580:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractbidirlist.c:579:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirlist.c:580:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirlist.c:602:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractbidirlist.c:597:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirlist.c:602:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirlist.c:189:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:190:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:191:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:192:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:193:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:194:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:206:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:207:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:208:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:209:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:210:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:211:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:212:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:213:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:214:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:215:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:216:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:217:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:218:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:219:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:220:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:221:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:229:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:237:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:238:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:239:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:240:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:241:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:242:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:243:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:244:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:245:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:246:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:247:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:248:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:250:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:251:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:252:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:253:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:254:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:255:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:265:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:266:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:267:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:268:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:269:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:270:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:281:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:282:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:288:9: style: struct member '_GeeListIteratorIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:289:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:290:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:298:21: style: struct member '_GeeListIface::list_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:299:13: style: struct member '_GeeListIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:300:9: style: struct member '_GeeListIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:301:9: style: struct member '_GeeListIface::index_of' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:302:9: style: struct member '_GeeListIface::insert' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:303:13: style: struct member '_GeeListIface::remove_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:304:13: style: struct member '_GeeListIface::slice' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:305:13: style: struct member '_GeeListIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:306:13: style: struct member '_GeeListIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:307:9: style: struct member '_GeeListIface::insert_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:308:9: style: struct member '_GeeListIface::sort' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:319:21: style: struct member '_GeeAbstractListClass::list_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:320:13: style: struct member '_GeeAbstractListClass::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:321:9: style: struct member '_GeeAbstractListClass::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:322:9: style: struct member '_GeeAbstractListClass::index_of' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:323:9: style: struct member '_GeeAbstractListClass::insert' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:324:13: style: struct member '_GeeAbstractListClass::remove_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:325:13: style: struct member '_GeeAbstractListClass::slice' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:344:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:345:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:346:13: style: struct member '_GeeBidirIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:347:13: style: struct member '_GeeBidirIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirlist.c:355:9: style: struct member '_GeeBidirListIteratorIface::insert' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:676:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractbidirsortedmap.c:675:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedmap.c:676:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedmap.c:701:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractbidirsortedmap.c:696:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedmap.c:701:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedmap.c:215:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:216:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:217:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:218:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:219:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:220:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:229:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:230:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:231:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:232:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:233:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:234:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:235:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:236:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:237:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:238:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:239:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:240:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:241:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:242:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:243:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:244:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:245:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:246:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:247:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:252:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:253:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:254:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:255:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:268:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:269:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:270:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:271:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:272:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:273:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:274:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:275:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:276:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:277:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:278:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:283:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:284:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:285:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:286:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:287:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:288:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:289:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:290:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:291:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:292:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:293:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:294:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:295:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:296:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:297:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:299:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:300:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:301:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:302:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:303:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:304:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:309:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:310:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:311:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:323:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:324:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:325:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:326:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:327:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:328:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:329:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:330:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:331:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:332:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:333:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:334:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:335:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:336:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:337:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:338:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:349:13: style: struct member '_GeeAbstractMapClass::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:350:13: style: struct member '_GeeAbstractMapClass::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:351:13: style: struct member '_GeeAbstractMapClass::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:352:9: style: struct member '_GeeAbstractMapClass::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:353:13: style: struct member '_GeeAbstractMapClass::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:354:20: style: struct member '_GeeAbstractMapClass::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:355:9: style: struct member '_GeeAbstractMapClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:356:13: style: struct member '_GeeAbstractMapClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:357:17: style: struct member '_GeeAbstractMapClass::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:368:9: style: struct member '_GeeAbstractMapClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:369:13: style: struct member '_GeeAbstractMapClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:370:12: style: struct member '_GeeAbstractMapClass::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:371:19: style: struct member '_GeeAbstractMapClass::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:372:12: style: struct member '_GeeAbstractMapClass::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:378:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:379:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:380:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:381:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:382:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:383:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:384:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:385:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:386:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:387:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:388:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:389:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:390:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:396:18: style: struct member '_GeeSortedMapIface::head_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:397:18: style: struct member '_GeeSortedMapIface::tail_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:398:18: style: struct member '_GeeSortedMapIface::sub_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:399:18: style: struct member '_GeeSortedMapIface::get_ascending_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:400:18: style: struct member '_GeeSortedMapIface::get_ascending_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:411:18: style: struct member '_GeeAbstractSortedMapClass::head_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:412:18: style: struct member '_GeeAbstractSortedMapClass::tail_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:413:18: style: struct member '_GeeAbstractSortedMapClass::sub_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:424:18: style: struct member '_GeeAbstractSortedMapClass::get_ascending_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:425:18: style: struct member '_GeeAbstractSortedMapClass::get_ascending_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:436:13: style: struct member '_GeeBidirMapIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:437:13: style: struct member '_GeeBidirMapIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:438:13: style: struct member '_GeeBidirMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedmap.c:439:13: style: struct member '_GeeBidirMapIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:609:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractbidirsortedset.c:608:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedset.c:609:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedset.c:631:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractbidirsortedset.c:626:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedset.c:631:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractbidirsortedset.c:202:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:203:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:204:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:205:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:206:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:207:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:219:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:220:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:221:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:222:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:223:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:224:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:225:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:226:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:227:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:228:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:229:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:230:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:231:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:232:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:233:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:234:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:242:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:250:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:251:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:252:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:253:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:254:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:255:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:256:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:257:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:258:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:259:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:260:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:261:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:263:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:264:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:265:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:266:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:267:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:268:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:278:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:279:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:280:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:281:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:282:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:283:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:294:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:295:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:332:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:333:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:334:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:335:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:336:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:337:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:338:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:339:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:340:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:341:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:352:13: style: struct member '_GeeAbstractSortedSetClass::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:353:13: style: struct member '_GeeAbstractSortedSetClass::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:354:17: style: struct member '_GeeAbstractSortedSetClass::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:355:13: style: struct member '_GeeAbstractSortedSetClass::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:356:13: style: struct member '_GeeAbstractSortedSetClass::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:357:13: style: struct member '_GeeAbstractSortedSetClass::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:358:13: style: struct member '_GeeAbstractSortedSetClass::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:359:18: style: struct member '_GeeAbstractSortedSetClass::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:360:18: style: struct member '_GeeAbstractSortedSetClass::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:361:18: style: struct member '_GeeAbstractSortedSetClass::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:380:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:381:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:382:13: style: struct member '_GeeBidirIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractbidirsortedset.c:383:13: style: struct member '_GeeBidirIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractcollection.c:493:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractcollection.c:492:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractcollection.c:493:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractcollection.c:527:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractcollection.c:522:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractcollection.c:527:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractcollection.c:108:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractcollection.c:109:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractcollection.c:110:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractcollection.c:112:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:585:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractlist.c:584:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractlist.c:585:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractlist.c:607:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractlist.c:602:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractlist.c:607:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractlist.c:145:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:146:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:148:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:149:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:150:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:162:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:163:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:164:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:165:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:166:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:167:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:168:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:169:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:170:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:171:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:172:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:173:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:174:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:175:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:176:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:177:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:185:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:193:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:194:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:195:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:196:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:197:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:198:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:199:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:200:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:201:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:202:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:203:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:204:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:206:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:207:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:208:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:209:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:210:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:211:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:221:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:222:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:223:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:224:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:225:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:226:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:237:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:238:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:245:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractlist.c:246:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:596:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/abstractmap.c:597:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/abstractmap.c:595:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/abstractmap.c:590:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/abstractmap.c:595:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/abstractmap.c:711:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractmap.c:710:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractmap.c:711:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractmap.c:766:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractmap.c:761:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractmap.c:766:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractmap.c:142:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:143:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:145:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:146:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:195:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:196:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:197:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:198:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:199:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:201:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:203:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:204:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:213:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:214:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:215:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:217:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:218:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:219:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:220:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:221:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:223:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:226:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:227:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:228:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:229:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:230:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmap.c:231:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractmultimap.c:1945:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/abstractmultiset.c:934:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/abstractqueue.c:450:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractqueue.c:449:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractqueue.c:450:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractqueue.c:115:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:116:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:117:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:118:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:119:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:120:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:132:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:133:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:134:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:135:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:136:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:137:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:138:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:139:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:140:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:141:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:142:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:143:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:144:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:145:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:146:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:147:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:155:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:163:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:164:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:165:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:166:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:167:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:168:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:169:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:170:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:171:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:172:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:173:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:174:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:175:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:176:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:177:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:178:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:179:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:180:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:181:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:191:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:192:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:193:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:194:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:195:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:196:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:207:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:208:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractqueue.c:209:19: style: struct member '_GeeAbstractCollectionClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:431:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractset.c:430:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractset.c:431:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractset.c:453:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractset.c:448:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractset.c:453:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractset.c:137:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:138:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:139:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:140:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:141:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:142:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:154:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:155:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:156:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:157:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:158:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:159:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:160:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:161:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:162:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:163:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:164:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:165:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:166:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:167:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:168:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:169:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:177:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:185:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:186:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:187:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:188:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:189:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:190:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:191:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:192:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:193:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:194:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:195:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:196:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:198:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:199:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:200:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:201:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:202:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:203:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:213:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:214:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:215:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:216:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:217:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:218:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:229:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractset.c:230:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:626:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractsortedmap.c:625:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedmap.c:626:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedmap.c:657:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractsortedmap.c:652:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedmap.c:657:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedmap.c:178:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:179:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:180:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:181:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:182:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:183:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:192:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:193:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:194:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:195:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:196:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:197:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:198:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:199:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:200:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:201:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:202:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:203:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:204:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:205:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:206:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:207:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:208:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:209:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:210:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:215:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:216:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:217:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:218:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:225:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:226:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:227:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:228:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:229:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:230:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:231:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:232:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:233:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:234:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:235:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:236:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:237:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:238:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:239:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:240:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:241:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:246:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:247:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:248:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:249:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:250:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:251:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:252:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:253:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:254:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:255:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:256:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:257:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:258:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:259:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:260:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:262:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:263:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:264:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:265:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:266:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:267:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:272:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:273:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:274:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:280:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:281:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:282:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:283:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:284:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:285:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:286:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:287:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:288:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:289:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:290:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:291:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:292:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:293:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:294:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:295:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:296:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:297:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:298:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:299:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:300:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:301:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:312:13: style: struct member '_GeeAbstractMapClass::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:313:13: style: struct member '_GeeAbstractMapClass::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:314:13: style: struct member '_GeeAbstractMapClass::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:315:9: style: struct member '_GeeAbstractMapClass::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:316:13: style: struct member '_GeeAbstractMapClass::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:317:20: style: struct member '_GeeAbstractMapClass::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:318:9: style: struct member '_GeeAbstractMapClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:319:13: style: struct member '_GeeAbstractMapClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:320:17: style: struct member '_GeeAbstractMapClass::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:331:9: style: struct member '_GeeAbstractMapClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:332:13: style: struct member '_GeeAbstractMapClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:333:12: style: struct member '_GeeAbstractMapClass::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:334:19: style: struct member '_GeeAbstractMapClass::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:335:12: style: struct member '_GeeAbstractMapClass::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:341:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:342:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:343:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:344:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:345:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:346:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:347:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:348:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:349:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:350:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:351:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:352:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedmap.c:353:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:680:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractsortedset.c:679:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedset.c:680:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedset.c:702:2: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/abstractsortedset.c:697:0: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedset.c:702:2: note: Variable 'instance' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/abstractsortedset.c:165:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:166:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:167:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:168:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:169:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:170:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:182:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:183:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:184:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:185:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:186:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:187:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:188:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:189:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:190:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:191:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:192:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:193:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:194:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:195:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:196:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:197:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:205:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:213:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:214:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:215:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:216:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:217:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:218:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:219:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:220:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:221:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:222:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:223:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:224:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:226:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:227:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:228:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:229:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:230:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:231:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:241:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:242:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:243:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:244:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:245:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:246:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:257:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/abstractsortedset.c:258:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/arraylist.c:964:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/arrayqueue.c:1515:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/bidiriterator.c:81:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:82:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:83:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:84:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:85:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:86:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:87:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:88:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:89:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:90:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:91:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:92:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:93:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:94:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:95:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:96:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:97:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:98:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:99:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:104:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:105:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:106:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:107:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:108:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidiriterator.c:109:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:125:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:126:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:127:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:128:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:129:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:130:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:139:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:140:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:141:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:142:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:143:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:144:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:145:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:146:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:147:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:148:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:149:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:150:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:151:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:152:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:153:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:154:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:155:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:156:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:157:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:162:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:163:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:164:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:165:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:170:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:171:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:172:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:173:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:174:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:175:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:176:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:177:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:178:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:179:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:180:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:181:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:182:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:183:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:184:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:186:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:187:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:188:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:189:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:190:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:191:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:196:9: style: struct member '_GeeListIteratorIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:197:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:198:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:203:10: style: struct member '_GeeListIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:204:19: style: struct member '_GeeListIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:205:19: style: struct member '_GeeListIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:206:21: style: struct member '_GeeListIface::list_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:207:13: style: struct member '_GeeListIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:208:9: style: struct member '_GeeListIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:209:9: style: struct member '_GeeListIface::index_of' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:210:9: style: struct member '_GeeListIface::insert' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:211:13: style: struct member '_GeeListIface::remove_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:212:13: style: struct member '_GeeListIface::slice' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:213:13: style: struct member '_GeeListIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:214:13: style: struct member '_GeeListIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:215:9: style: struct member '_GeeListIface::insert_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:216:9: style: struct member '_GeeListIface::sort' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:222:10: style: struct member '_GeeBidirIteratorIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:223:19: style: struct member '_GeeBidirIteratorIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:224:19: style: struct member '_GeeBidirIteratorIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:225:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:226:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:227:13: style: struct member '_GeeBidirIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:228:13: style: struct member '_GeeBidirIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:233:10: style: struct member '_GeeBidirListIteratorIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:234:19: style: struct member '_GeeBidirListIteratorIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:235:19: style: struct member '_GeeBidirListIteratorIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlist.c:236:9: style: struct member '_GeeBidirListIteratorIface::insert' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:97:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:98:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:99:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:100:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:101:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:102:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:103:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:104:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:105:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:106:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:107:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:108:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:109:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:110:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:111:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:112:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:113:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:114:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:115:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:120:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:121:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:122:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:123:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:124:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:125:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:130:10: style: struct member '_GeeBidirIteratorIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:131:19: style: struct member '_GeeBidirIteratorIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:132:19: style: struct member '_GeeBidirIteratorIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:133:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:134:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:135:13: style: struct member '_GeeBidirIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:136:13: style: struct member '_GeeBidirIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:141:9: style: struct member '_GeeListIteratorIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:142:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirlistiterator.c:143:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:51:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:52:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:53:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:54:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:55:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:56:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:57:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:58:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:59:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:60:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:61:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:62:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:63:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:64:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:65:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:66:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirmapiterator.c:67:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:192:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:193:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:194:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:195:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:196:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:197:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:206:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:207:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:208:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:209:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:210:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:211:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:212:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:213:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:214:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:215:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:216:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:217:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:218:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:219:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:220:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:221:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:222:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:223:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:224:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:229:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:230:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:231:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:232:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:239:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:240:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:241:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:242:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:243:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:244:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:245:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:246:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:247:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:248:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:249:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:250:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:251:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:252:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:253:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:254:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:255:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:260:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:261:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:262:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:263:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:264:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:265:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:266:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:267:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:268:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:269:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:270:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:271:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:272:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:273:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:274:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:276:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:277:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:278:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:279:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:280:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:281:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:286:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:287:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:288:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:294:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:295:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:296:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:297:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:298:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:299:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:300:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:301:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:302:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:303:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:304:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:305:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:306:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:307:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:308:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:309:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:310:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:311:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:312:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:313:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:314:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:315:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:321:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:322:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:323:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:324:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:325:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:326:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:327:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:328:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:329:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:330:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:331:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:332:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:333:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:339:18: style: struct member '_GeeSortedMapIface::head_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:340:18: style: struct member '_GeeSortedMapIface::tail_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:341:18: style: struct member '_GeeSortedMapIface::sub_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:342:18: style: struct member '_GeeSortedMapIface::get_ascending_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:343:18: style: struct member '_GeeSortedMapIface::get_ascending_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:349:10: style: struct member '_GeeBidirMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:350:19: style: struct member '_GeeBidirMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:351:19: style: struct member '_GeeBidirMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:352:10: style: struct member '_GeeBidirMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:353:19: style: struct member '_GeeBidirMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:354:19: style: struct member '_GeeBidirMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:355:13: style: struct member '_GeeBidirMapIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:356:13: style: struct member '_GeeBidirMapIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:357:13: style: struct member '_GeeBidirMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedmap.c:358:13: style: struct member '_GeeBidirMapIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:168:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:169:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:170:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:171:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:172:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:173:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:182:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:183:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:184:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:185:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:186:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:187:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:188:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:189:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:190:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:191:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:192:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:193:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:194:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:195:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:196:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:197:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:198:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:199:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:200:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:205:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:206:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:207:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:208:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:213:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:214:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:215:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:216:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:217:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:218:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:219:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:220:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:221:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:222:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:223:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:224:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:225:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:226:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:227:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:229:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:230:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:231:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:232:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:233:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:234:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:239:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:240:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:241:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:247:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:248:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:249:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:250:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:251:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:252:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:253:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:254:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:255:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:256:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:257:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:258:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:259:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:265:10: style: struct member '_GeeBidirIteratorIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:266:19: style: struct member '_GeeBidirIteratorIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:267:19: style: struct member '_GeeBidirIteratorIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:268:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:269:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:270:13: style: struct member '_GeeBidirIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/bidirsortedset.c:271:13: style: struct member '_GeeBidirIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:866:26: style: Condition 'element==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/collection.c:862:26: note: Assignment 'element=NULL', assigned value is 0
libgee-0.20.1/gee/collection.c:866:26: note: Condition 'element==NULL' is always true
libgee-0.20.1/gee/collection.c:409:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:402:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:409:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:429:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:423:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:429:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:455:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:450:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:455:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:475:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:469:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:475:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:505:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:498:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:505:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:525:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:519:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:525:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:550:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:548:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:550:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:555:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:552:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:555:3: note: Variable 'iter' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:558:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:558:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:613:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:611:0: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:613:2: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:829:14: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:817:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:829:14: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:837:15: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:834:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:837:15: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:910:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:908:0: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:910:2: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1069:14: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1066:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1069:14: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1077:15: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1073:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1077:15: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1081:16: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1080:0: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1081:16: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1129:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1127:0: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1129:2: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1294:15: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1290:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1294:15: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1298:16: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1297:0: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1298:16: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1349:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1347:0: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1349:2: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1508:14: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1505:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1508:14: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1516:15: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1512:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1516:15: note: Variable 'item_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1520:16: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1519:0: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1520:16: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1582:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1575:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1582:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1606:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1596:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1606:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1625:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1620:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1625:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1645:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1639:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1645:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1683:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1676:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1683:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1708:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1697:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1708:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1761:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1746:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1761:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1771:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1766:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1771:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1828:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1813:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1828:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1838:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1833:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1838:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1895:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1880:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1895:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1905:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1900:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1905:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1962:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1947:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1962:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1972:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:1967:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:1972:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2029:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2014:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2029:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2039:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2034:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2039:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2096:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2081:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2096:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2106:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2101:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2106:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2166:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2151:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2166:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2176:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2171:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2176:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2236:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2221:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2236:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2246:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2241:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2246:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2303:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2288:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2303:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2313:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2308:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2313:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2370:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2355:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2370:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2380:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2375:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2380:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2440:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2425:0: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2440:2: note: Variable 'array' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2450:3: style: Variable '_element_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2445:0: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2450:3: note: Variable '_element_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2499:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2495:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2499:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2507:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2503:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2507:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2511:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2510:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2511:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2536:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2532:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2536:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2544:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2540:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2544:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2548:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2547:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2548:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2573:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2569:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2573:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2581:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2577:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2581:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2585:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2584:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2585:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2610:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2606:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2610:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2618:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2614:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2618:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2647:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2643:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2647:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2655:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2651:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2655:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2659:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2658:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2659:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2684:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2680:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2684:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2692:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2688:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2692:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2696:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2695:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2696:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2721:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2717:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2721:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2729:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2725:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2729:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2733:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2732:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2733:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2758:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2754:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2758:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2766:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2762:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2766:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2770:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2769:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2770:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2795:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2791:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2795:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2803:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2799:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2803:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2807:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2806:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2807:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2832:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2828:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2832:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2840:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2836:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2840:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2844:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2843:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2844:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2869:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2865:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2869:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2877:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2873:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2877:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2881:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2880:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2881:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2912:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2908:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2912:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2916:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2915:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2916:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2948:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2944:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2948:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2952:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2951:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2952:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2984:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2980:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2984:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2988:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:2987:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:2988:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3020:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3016:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3020:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3056:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3052:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3056:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3060:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3059:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3060:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3092:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3088:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3092:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3096:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3095:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3096:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3128:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3124:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3128:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3132:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3131:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3132:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3164:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3160:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3164:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3168:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3167:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3168:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3200:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3196:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3200:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3204:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3203:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3204:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3236:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3232:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3236:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3240:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3239:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3240:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3272:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3268:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3272:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3276:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3275:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3276:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3302:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3298:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3302:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3310:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3306:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3310:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3314:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3313:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3314:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3339:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3335:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3339:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3347:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3343:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3347:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3351:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3350:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3351:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3376:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3372:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3376:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3384:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3380:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3384:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3388:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3387:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3388:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3413:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3409:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3413:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3421:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3417:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3421:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3450:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3446:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3450:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3458:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3454:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3458:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3462:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3461:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3462:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3487:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3483:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3487:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3495:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3491:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3495:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3499:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3498:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3499:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3524:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3520:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3524:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3532:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3528:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3532:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3536:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3535:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3536:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3561:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3557:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3561:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3569:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3565:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3569:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3573:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3572:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3573:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3598:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3594:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3598:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3606:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3602:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3606:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3610:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3609:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3610:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3635:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3631:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3635:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3643:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3639:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3643:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3647:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3646:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3647:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3672:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3668:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3672:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3680:3: style: Variable 'el_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3676:0: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3680:3: note: Variable 'el_collection' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3684:4: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/collection.c:3683:0: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:3684:4: note: Variable 'el' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/collection.c:129:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:130:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:131:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:133:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:144:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:146:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:147:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:148:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:149:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:150:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:151:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:152:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:153:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:154:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:155:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:156:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:157:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:158:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:159:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:160:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:161:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:167:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:169:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:215:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/collection.c:1078:41: style: Variable 'item_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:1075:0: style: Variable '_item_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:1295:41: style: Variable 'item_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:1292:0: style: Variable '_item_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:1517:41: style: Variable 'item_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:1514:0: style: Variable '_item_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2508:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2505:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2545:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2542:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2582:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2579:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2619:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2616:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2656:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2653:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2693:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2690:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2730:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2727:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2767:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2764:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2804:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2801:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2841:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2838:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2878:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2875:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2913:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2910:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2949:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2946:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2985:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:2982:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3021:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3018:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3057:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3054:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3093:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3090:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3129:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3126:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3165:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3162:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3201:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3198:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3237:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3234:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3273:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3270:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3311:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3308:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3348:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3345:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3385:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3382:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3422:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3419:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3459:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3456:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3496:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3493:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3533:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3530:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3570:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3567:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3607:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3604:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3644:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3641:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3681:27: style: Variable 'el_collection_length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/collection.c:3678:0: style: Variable '_el_collection_size_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/concurrentlist.c:938:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/concurrentset.c:1832:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/deque.c:101:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:102:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:103:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:104:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:105:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:106:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:115:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:116:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:117:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:118:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:119:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:120:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:121:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:122:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:123:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:124:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:125:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:126:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:127:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:128:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:129:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:130:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:131:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:132:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:133:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:138:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:139:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:140:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:141:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:146:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:147:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:148:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:149:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:150:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:151:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:152:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:153:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:154:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:155:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:156:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:157:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:158:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:159:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:160:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:161:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:162:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:163:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:164:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:165:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:166:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:167:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:172:10: style: struct member '_GeeQueueIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:173:19: style: struct member '_GeeQueueIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:174:19: style: struct member '_GeeQueueIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:175:13: style: struct member '_GeeQueueIface::offer' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:176:13: style: struct member '_GeeQueueIface::peek' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:177:13: style: struct member '_GeeQueueIface::poll' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:178:9: style: struct member '_GeeQueueIface::drain' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:179:9: style: struct member '_GeeQueueIface::get_capacity' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:180:9: style: struct member '_GeeQueueIface::get_remaining_capacity' is never used. [unusedStructMember]
libgee-0.20.1/gee/deque.c:181:13: style: struct member '_GeeQueueIface::get_is_full' is never used. [unusedStructMember]
libgee-0.20.1/gee/functions.c:815:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/functions.c:816:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/functions.c:1056:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/functions.c:1057:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/functions.c:1296:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/functions.c:814:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/functions.c:806:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/functions.c:814:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/functions.c:1055:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/functions.c:1047:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/functions.c:1055:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/functions.c:1294:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/functions.c:1286:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/functions.c:1294:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/functions.c:408:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:399:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:408:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:551:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:544:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:551:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:714:2: style: Variable 'val1' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:707:0: note: Variable 'val1' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:714:2: note: Variable 'val1' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:716:2: style: Variable 'val2' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:709:0: note: Variable 'val2' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:716:2: note: Variable 'val2' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:797:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:793:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:797:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:839:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:828:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:839:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:862:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:852:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:862:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1038:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:1034:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1038:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1078:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:1069:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1078:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1101:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:1091:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1101:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1277:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:1273:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1277:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1342:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/functions.c:1332:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:1342:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/functions.c:89:10: style: struct member '_GeeHashableIface::hash' is never used. [unusedStructMember]
libgee-0.20.1/gee/functions.c:90:13: style: struct member '_GeeHashableIface::equal_to' is never used. [unusedStructMember]
libgee-0.20.1/gee/functions.c:95:9: style: struct member '_GeeComparableIface::compare_to' is never used. [unusedStructMember]
libgee-0.20.1/gee/future.c:509:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:510:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:640:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:641:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:913:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:914:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:1165:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/future.c:508:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/future.c:505:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/future.c:508:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/future.c:912:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/future.c:903:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/future.c:912:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/future.c:1163:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/future.c:1155:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/future.c:1163:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/future.c:389:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:389:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:403:3: style: Variable 'ex' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:401:0: note: Variable 'ex' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:403:3: note: Variable 'ex' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:507:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:495:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:507:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:530:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:523:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:530:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:636:2: style: Variable 'promise' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:616:0: note: Variable 'promise' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:636:2: note: Variable 'promise' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:647:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:614:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:647:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:897:2: style: Variable 'promise' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:882:0: note: Variable 'promise' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:897:2: note: Variable 'promise' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:908:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:880:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:908:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:1104:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:1101:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:1104:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:1120:3: style: Variable 'ex' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/future.c:1119:0: note: Variable 'ex' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:1120:3: note: Variable 'ex' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/future.c:355:12: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:356:16: style: Variable 'a_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:357:20: style: Variable 'a_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:573:12: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:574:16: style: Variable 'a_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:575:20: style: Variable 'a_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:576:12: style: Variable 'b_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:577:16: style: Variable 'b_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:578:20: style: Variable 'b_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:594:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:595:11: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:596:15: style: Variable 'a_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:597:19: style: Variable 'a_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:598:11: style: Variable 'b_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:599:15: style: Variable 'b_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:600:19: style: Variable 'b_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:639:33: style: Variable '_tmp1__target_destroy_notify' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:730:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:848:12: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:849:16: style: Variable 'a_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:850:20: style: Variable 'a_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:863:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:864:11: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:865:15: style: Variable 'a_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:866:19: style: Variable 'a_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/future.c:989:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/hashmap.c:3053:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/hashmultimap.c:680:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:681:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:684:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:685:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:688:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:689:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:692:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:693:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultimap.c:679:39: style: Condition 'key_hash_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/hashmultimap.c:613:40: note: Assignment 'key_hash_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/hashmultimap.c:679:39: note: Condition 'key_hash_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/hashmultimap.c:683:40: style: Condition 'key_equal_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/hashmultimap.c:619:41: note: Assignment 'key_equal_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/hashmultimap.c:683:40: note: Condition 'key_equal_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/hashmultimap.c:687:41: style: Condition 'value_hash_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/hashmultimap.c:666:42: note: Assignment 'value_hash_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/hashmultimap.c:687:41: note: Condition 'value_hash_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/hashmultimap.c:691:42: style: Condition 'value_equal_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/hashmultimap.c:675:43: note: Assignment 'value_equal_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/hashmultimap.c:691:42: note: Condition 'value_equal_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/hashmultimap.c:623:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:584:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:623:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:642:3: style: Variable 'value_hash_func' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:639:3: note: Variable 'value_hash_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:642:3: note: Variable 'value_hash_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:643:3: style: Variable 'value_hash_func_target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:640:3: note: Variable 'value_hash_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:643:3: note: Variable 'value_hash_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:644:3: style: Variable 'value_hash_func_target_destroy_notify' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:641:3: note: Variable 'value_hash_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:644:3: note: Variable 'value_hash_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:657:3: style: Variable 'value_equal_func' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:654:3: note: Variable 'value_equal_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:657:3: note: Variable 'value_equal_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:658:3: style: Variable 'value_equal_func_target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:655:3: note: Variable 'value_equal_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:658:3: note: Variable 'value_equal_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:659:3: style: Variable 'value_equal_func_target_destroy_notify' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:656:3: note: Variable 'value_equal_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:659:3: note: Variable 'value_equal_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:728:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:716:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:728:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:747:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:735:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:747:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:770:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultimap.c:754:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:770:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultimap.c:252:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:253:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:254:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:255:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:256:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:257:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:266:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:267:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:268:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:269:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:270:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:271:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:272:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:273:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:274:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:275:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:276:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:277:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:278:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:279:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:280:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:281:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:282:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:283:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:284:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:289:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:290:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:291:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:292:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:297:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:298:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:299:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:300:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:301:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:302:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:303:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:304:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:305:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:306:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:307:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:308:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:309:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:310:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:311:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:312:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:313:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:314:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:315:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:316:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:317:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:318:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:323:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:324:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:325:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:326:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:331:10: style: struct member '_GeeMultiSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:332:19: style: struct member '_GeeMultiSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:333:19: style: struct member '_GeeMultiSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:334:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:335:17: style: struct member '_GeeMultiSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:342:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:343:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:344:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:345:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:346:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:347:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:348:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:349:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:350:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:351:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:352:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:353:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:354:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:355:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:356:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:357:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:358:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:363:10: style: struct member '_GeeMultiMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:364:19: style: struct member '_GeeMultiMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:365:19: style: struct member '_GeeMultiMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:366:10: style: struct member '_GeeMultiMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:367:19: style: struct member '_GeeMultiMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:368:19: style: struct member '_GeeMultiMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:369:12: style: struct member '_GeeMultiMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:370:17: style: struct member '_GeeMultiMapIface::get_all_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:371:19: style: struct member '_GeeMultiMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:372:13: style: struct member '_GeeMultiMapIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:373:19: style: struct member '_GeeMultiMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:374:9: style: struct member '_GeeMultiMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:375:13: style: struct member '_GeeMultiMapIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:376:13: style: struct member '_GeeMultiMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:377:9: style: struct member '_GeeMultiMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:378:20: style: struct member '_GeeMultiMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:379:9: style: struct member '_GeeMultiMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:380:13: style: struct member '_GeeMultiMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:381:17: style: struct member '_GeeMultiMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:387:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:388:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:389:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:390:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:391:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:392:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:393:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:394:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:395:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:396:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:397:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:398:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:399:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:400:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:401:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:402:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:403:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:404:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:405:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:406:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:407:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:408:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:409:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultimap.c:632:18: style: Variable '_tmp7__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/hashmultimap.c:647:19: style: Variable '_tmp11__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/hashmultiset.c:511:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultiset.c:512:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultiset.c:515:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultiset.c:516:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/hashmultiset.c:510:35: style: Condition 'hash_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/hashmultiset.c:496:36: note: Assignment 'hash_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/hashmultiset.c:510:35: note: Condition 'hash_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/hashmultiset.c:514:36: style: Condition 'equal_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/hashmultiset.c:502:37: note: Assignment 'equal_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/hashmultiset.c:514:36: note: Condition 'equal_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/hashmultiset.c:505:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultiset.c:482:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultiset.c:505:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultiset.c:554:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultiset.c:541:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultiset.c:554:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultiset.c:588:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/hashmultiset.c:569:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultiset.c:588:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/hashmultiset.c:203:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:204:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:205:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:206:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:207:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:208:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:217:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:218:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:219:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:220:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:221:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:222:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:223:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:224:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:225:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:226:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:227:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:228:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:229:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:230:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:231:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:232:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:233:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:234:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:235:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:240:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:241:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:242:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:243:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:248:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:249:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:250:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:251:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:252:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:253:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:254:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:255:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:256:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:257:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:258:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:259:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:260:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:261:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:262:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:263:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:264:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:265:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:266:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:267:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:268:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:269:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:279:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:280:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:281:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:282:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:283:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:284:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:285:9: style: struct member '_GeeAbstractCollectionClass::reserved0' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:286:9: style: struct member '_GeeAbstractCollectionClass::reserved1' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:287:9: style: struct member '_GeeAbstractCollectionClass::reserved2' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:288:9: style: struct member '_GeeAbstractCollectionClass::reserved3' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:289:9: style: struct member '_GeeAbstractCollectionClass::reserved4' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:290:9: style: struct member '_GeeAbstractCollectionClass::reserved5' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:291:9: style: struct member '_GeeAbstractCollectionClass::reserved6' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:292:9: style: struct member '_GeeAbstractCollectionClass::reserved7' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:293:9: style: struct member '_GeeAbstractCollectionClass::reserved8' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:294:9: style: struct member '_GeeAbstractCollectionClass::reserved9' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:295:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:296:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:297:19: style: struct member '_GeeAbstractCollectionClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:302:10: style: struct member '_GeeMultiSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:303:19: style: struct member '_GeeMultiSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:304:19: style: struct member '_GeeMultiSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:305:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:306:17: style: struct member '_GeeMultiSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:313:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:314:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:315:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:316:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:317:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:318:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:319:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:320:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:321:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:322:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:323:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:324:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:325:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:326:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:327:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:328:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:329:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:334:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:335:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:336:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:337:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:342:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:343:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:344:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:345:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:346:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:347:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:348:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:349:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:350:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:351:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:352:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:353:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:354:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:355:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:356:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:357:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:358:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:359:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:360:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:361:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:362:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:363:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:364:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:375:9: style: struct member '_GeeAbstractMultiSetClass::reserved0' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:376:9: style: struct member '_GeeAbstractMultiSetClass::reserved1' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:377:9: style: struct member '_GeeAbstractMultiSetClass::reserved2' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:378:9: style: struct member '_GeeAbstractMultiSetClass::reserved3' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:379:9: style: struct member '_GeeAbstractMultiSetClass::reserved4' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:380:9: style: struct member '_GeeAbstractMultiSetClass::reserved5' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:381:9: style: struct member '_GeeAbstractMultiSetClass::reserved6' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:382:9: style: struct member '_GeeAbstractMultiSetClass::reserved7' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:383:9: style: struct member '_GeeAbstractMultiSetClass::reserved8' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashmultiset.c:384:17: style: struct member '_GeeAbstractMultiSetClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/hashset.c:1001:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/hazardpointer.c:473:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/iterable.c:77:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:78:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:79:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:80:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:81:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:82:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:91:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:92:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:93:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:94:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:95:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:96:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:97:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:98:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:99:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:100:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:101:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:102:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:103:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:104:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:105:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:106:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:107:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:108:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterable.c:109:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:232:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/iterator.c:233:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/iterator.c:231:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/iterator.c:226:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/iterator.c:231:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/iterator.c:230:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/iterator.c:215:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/iterator.c:230:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/iterator.c:91:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:92:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:93:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:94:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:95:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:96:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:97:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:98:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:99:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:100:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:101:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:102:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:103:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:104:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:105:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:106:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:107:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:108:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:109:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/iterator.c:264:12: style: Variable 'g_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/iterator.c:265:16: style: Variable 'g_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/iterator.c:266:20: style: Variable 'g_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/lazy.c:275:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/lazy.c:276:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/lazy.c:274:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/lazy.c:266:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/lazy.c:274:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/lazy.c:257:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lazy.c:253:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:257:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:291:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lazy.c:288:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:291:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:402:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lazy.c:397:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:402:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:480:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lazy.c:474:0: note: Variable 'res' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:480:4: note: Variable 'res' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:682:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lazy.c:681:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:682:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:731:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lazy.c:722:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:731:2: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lazy.c:313:18: style: Variable '_tmp0__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/lazy.c:436:18: style: Variable '_tmp1__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/lazy.c:469:18: style: Variable '_tmp1__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/lazy.c:730:18: style: Variable '_tmp1__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/lazy.c:741:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/lightmapfuture.c:197:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/lightmapfuture.c:198:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/lightmapfuture.c:196:30: style: Condition 'func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/lightmapfuture.c:188:31: note: Assignment 'func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/lightmapfuture.c:196:30: note: Condition 'func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/lightmapfuture.c:172:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lightmapfuture.c:165:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:172:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:222:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lightmapfuture.c:212:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:222:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:255:2: style: Variable '_vala_value' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lightmapfuture.c:243:0: note: Variable '_vala_value' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:255:2: note: Variable '_vala_value' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:259:2: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lightmapfuture.c:245:0: note: Variable 'arg' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:259:2: note: Variable 'arg' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:260:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/lightmapfuture.c:247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/lightmapfuture.c:260:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/linkedlist.c:1021:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/list.c:553:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/list.c:437:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/list.c:434:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:437:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:461:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/list.c:454:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:461:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:487:3: style: Variable '_item_it' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/list.c:482:0: note: Variable '_item_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:487:3: note: Variable '_item_it' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:544:3: style: Variable 'compare_func' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/list.c:541:3: note: Variable 'compare_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:544:3: note: Variable 'compare_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:545:3: style: Variable 'compare_func_target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/list.c:542:3: note: Variable 'compare_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:545:3: note: Variable 'compare_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:546:3: style: Variable 'compare_func_target_destroy_notify' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/list.c:543:3: note: Variable 'compare_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:546:3: note: Variable 'compare_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/list.c:166:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:167:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:169:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:170:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:171:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:183:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:184:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:185:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:186:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:187:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:188:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:189:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:190:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:191:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:192:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:193:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:194:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:195:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:196:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:197:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:198:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:206:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:214:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:215:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:216:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:217:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:218:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:219:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:220:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:221:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:222:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:223:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:224:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:225:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:227:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:228:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:229:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:230:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:231:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:232:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:238:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:239:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:267:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:268:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:286:26: style: struct member '_GeeBidirListIface::bidir_list_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/list.c:534:18: style: Variable '_tmp0__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/listiterator.c:81:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:82:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:83:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:84:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:85:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:86:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:87:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:88:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:89:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:90:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:91:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:92:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:93:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:94:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:95:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:96:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:97:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:98:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:99:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:104:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:105:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:106:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:107:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:108:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/listiterator.c:109:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:469:16: style: Condition '_vala_value==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/map.c:462:25: note: Assignment '_vala_value=NULL', assigned value is 0
libgee-0.20.1/gee/map.c:469:16: note: Condition '_vala_value==NULL' is always true
libgee-0.20.1/gee/map.c:394:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/map.c:389:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:394:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:575:2: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/map.c:573:0: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:575:2: note: Variable 'changed' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:641:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/map.c:635:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:641:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:731:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/map.c:725:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:731:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:832:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/map.c:831:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:832:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/map.c:141:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:142:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:144:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:145:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:155:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:156:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:157:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:158:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:159:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:160:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:161:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:162:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:163:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:164:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:165:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:166:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:167:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:168:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:169:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:170:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:171:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:172:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:173:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:178:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:179:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:180:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:181:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:189:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:192:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:194:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:195:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:200:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:201:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:202:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:203:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:209:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:210:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:211:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:212:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:213:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:214:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:216:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:217:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:218:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:219:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:220:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:225:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:226:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:227:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:228:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:229:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:230:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:235:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:236:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/map.c:237:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:127:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:128:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:131:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:141:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:142:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:143:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:144:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:145:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:146:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:147:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:148:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:149:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:150:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:151:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:152:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:153:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:154:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:155:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:156:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:157:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:158:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:159:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:164:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:165:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:166:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:167:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:172:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:173:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:174:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:176:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:179:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:180:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:182:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:183:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:185:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:188:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:189:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:190:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:191:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:192:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:193:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:198:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:199:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:200:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:206:10: style: struct member '_GeeMultiSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:207:19: style: struct member '_GeeMultiSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:208:19: style: struct member '_GeeMultiSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:209:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:223:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:224:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:225:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:226:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:227:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:228:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:229:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:230:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:231:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/multimap.c:232:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:152:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:153:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:154:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:155:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:156:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:157:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:169:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:170:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:171:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:172:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:173:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:174:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:175:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:176:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:177:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:178:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:179:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:180:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:181:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:182:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:183:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:184:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:192:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:200:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:201:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:202:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:203:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:204:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:205:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:206:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:207:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:208:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:209:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:210:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:211:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:213:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:214:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:215:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:216:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:217:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/multiset.c:218:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/priorityqueue.c:1781:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/promise.c:384:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/queue.c:217:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/queue.c:212:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/queue.c:217:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/queue.c:266:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/queue.c:263:0: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/queue.c:266:2: note: Variable 'item' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/queue.c:93:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:94:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:95:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:96:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:97:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:98:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:107:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:108:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:110:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:111:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:112:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:113:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:114:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:115:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:116:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:117:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:118:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:119:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:120:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:121:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:122:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:123:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:124:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:125:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:130:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:131:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:133:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:138:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:139:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:141:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:142:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:143:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:144:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:145:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:146:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:147:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:148:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:149:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:150:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:151:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:152:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:153:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:154:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:155:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:156:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:157:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:158:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/queue.c:159:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:468:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirlist.c:464:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:468:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:531:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirlist.c:527:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:531:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:552:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirlist.c:546:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:552:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:565:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirlist.c:559:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:565:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:578:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirlist.c:572:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:578:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:591:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirlist.c:585:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:591:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirlist.c:192:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:193:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:194:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:195:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:196:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:197:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:209:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:210:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:211:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:212:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:213:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:214:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:215:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:216:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:217:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:218:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:219:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:220:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:221:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:222:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:223:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:224:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:232:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:240:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:241:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:242:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:243:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:244:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:245:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:246:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:247:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:248:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:249:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:250:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:251:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:253:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:254:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:255:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:256:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:257:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:258:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:274:9: style: struct member '_GeeListIteratorIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:275:9: style: struct member '_GeeListIteratorIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:276:9: style: struct member '_GeeListIteratorIface::index' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:284:21: style: struct member '_GeeListIface::list_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:285:13: style: struct member '_GeeListIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:286:9: style: struct member '_GeeListIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:287:9: style: struct member '_GeeListIface::index_of' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:289:13: style: struct member '_GeeListIface::remove_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:290:13: style: struct member '_GeeListIface::slice' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:293:9: style: struct member '_GeeListIface::insert_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:294:9: style: struct member '_GeeListIface::sort' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirlist.c:598:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlybidirsortedmap.c:541:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirsortedmap.c:537:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedmap.c:541:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedmap.c:601:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirsortedmap.c:597:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedmap.c:601:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedmap.c:207:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:208:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:209:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:210:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:211:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:212:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:221:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:222:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:223:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:224:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:225:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:226:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:227:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:228:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:229:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:230:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:231:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:232:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:233:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:234:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:235:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:236:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:237:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:238:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:239:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:244:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:245:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:246:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:247:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:260:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:261:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:262:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:263:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:264:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:265:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:266:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:267:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:268:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:269:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:270:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:275:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:276:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:277:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:278:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:279:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:280:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:281:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:282:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:283:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:284:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:285:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:286:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:287:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:288:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:289:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:291:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:292:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:293:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:294:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:295:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:296:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:301:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:302:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:303:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:315:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:316:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:317:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:318:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:319:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:320:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:321:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:322:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:323:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:324:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:325:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:326:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:327:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:328:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:329:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:330:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:347:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:348:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:349:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:352:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:353:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:354:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:355:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:356:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:357:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:358:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:359:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:365:18: style: struct member '_GeeSortedMapIface::head_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:366:18: style: struct member '_GeeSortedMapIface::tail_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:367:18: style: struct member '_GeeSortedMapIface::sub_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:368:18: style: struct member '_GeeSortedMapIface::get_ascending_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedmap.c:369:18: style: struct member '_GeeSortedMapIface::get_ascending_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:446:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirsortedset.c:442:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedset.c:446:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedset.c:487:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlybidirsortedset.c:483:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedset.c:487:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlybidirsortedset.c:184:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:185:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:186:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:187:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:188:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:189:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:201:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:202:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:203:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:204:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:205:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:206:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:207:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:208:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:209:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:210:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:211:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:212:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:213:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:214:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:215:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:216:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:224:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:232:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:233:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:234:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:235:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:236:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:237:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:238:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:239:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:240:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:241:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:242:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:243:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:245:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:246:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:247:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:248:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:249:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:250:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:289:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:290:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:291:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:292:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:293:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:294:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:295:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlybidirsortedset.c:296:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlycollection.c:383:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:384:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:412:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:413:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:765:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:766:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:791:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:792:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlycollection.c:382:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlycollection.c:379:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/readonlycollection.c:382:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/readonlycollection.c:411:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlycollection.c:408:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/readonlycollection.c:411:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/readonlycollection.c:764:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlycollection.c:761:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/readonlycollection.c:764:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/readonlycollection.c:790:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlycollection.c:787:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/readonlycollection.c:790:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/readonlycollection.c:324:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:320:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:324:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:356:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:346:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:356:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:381:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:366:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:381:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:410:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:395:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:410:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:434:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:424:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:434:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:475:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:467:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:475:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:541:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:532:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:541:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:666:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:662:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:666:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:691:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:685:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:691:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:704:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:698:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:704:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:717:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:711:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:717:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:741:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:731:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:741:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:763:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:748:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:763:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:789:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:774:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:789:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:810:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:800:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:810:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:855:3: style: Variable 'iters' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:834:0: note: Variable 'iters' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:855:3: note: Variable 'iters' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:860:3: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:841:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:860:3: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:898:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:897:0: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:898:4: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:901:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlycollection.c:900:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:901:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlycollection.c:486:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:498:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:509:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:520:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:552:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:565:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:629:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:724:42: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlycollection.c:969:42: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:555:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlylist.c:379:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlylist.c:375:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:379:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:468:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlylist.c:460:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:468:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:498:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlylist.c:488:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:498:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:514:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlylist.c:508:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:514:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:530:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlylist.c:524:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:530:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:587:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlylist.c:583:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:587:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlylist.c:146:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:147:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:149:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:150:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:151:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:163:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:164:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:165:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:166:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:167:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:168:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:169:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:170:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:171:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:172:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:173:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:174:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:175:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:176:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:177:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:178:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:186:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:194:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:196:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:197:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:198:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:199:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:200:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:201:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:202:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:203:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:204:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:205:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:207:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:208:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:209:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:210:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:211:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:212:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlylist.c:438:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:449:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:478:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:540:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:551:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:602:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlylist.c:609:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:752:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlymap.c:753:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlymap.c:778:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlymap.c:779:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/readonlymap.c:558:17: style: Condition '_vala_value==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlymap.c:551:25: note: Assignment '_vala_value=NULL', assigned value is 0
libgee-0.20.1/gee/readonlymap.c:558:17: note: Condition '_vala_value==NULL' is always true
libgee-0.20.1/gee/readonlymap.c:575:17: style: Condition '_vala_value==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlymap.c:568:25: note: Assignment '_vala_value=NULL', assigned value is 0
libgee-0.20.1/gee/readonlymap.c:575:17: note: Condition '_vala_value==NULL' is always true
libgee-0.20.1/gee/readonlymap.c:751:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlymap.c:748:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/readonlymap.c:751:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/readonlymap.c:777:27: style: Condition 'f_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/readonlymap.c:774:28: note: Assignment 'f_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/readonlymap.c:777:27: note: Condition 'f_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/readonlymap.c:443:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:439:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:443:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:476:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:468:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:476:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:493:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:485:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:493:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:513:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:503:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:513:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:531:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:523:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:531:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:664:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:655:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:664:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:682:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:673:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:682:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:725:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:715:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:725:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:750:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:735:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:750:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:776:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:761:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:776:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:797:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:787:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:797:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:933:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:929:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:933:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:961:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:955:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:961:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:974:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:968:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:974:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:987:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:981:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:987:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:1000:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymap.c:994:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:1000:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymap.c:145:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:213:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:214:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:215:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:217:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:218:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:219:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:220:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:221:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:226:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:227:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:228:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:229:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:230:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:231:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymap.c:541:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:586:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:619:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:631:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:835:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:922:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:1007:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:1014:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:1022:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymap.c:1031:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymultimap.c:369:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultimap.c:365:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:369:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:400:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultimap.c:394:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:400:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:416:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultimap.c:410:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:416:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:432:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultimap.c:426:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:432:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:450:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultimap.c:442:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:450:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:468:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultimap.c:460:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:468:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultimap.c:139:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:140:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:143:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:153:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:154:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:155:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:156:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:157:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:158:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:159:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:160:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:161:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:162:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:163:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:164:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:165:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:166:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:167:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:168:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:169:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:170:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:171:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:176:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:177:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:178:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:179:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:184:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:185:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:186:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:188:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:191:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:192:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:194:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:195:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:197:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:200:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:201:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:202:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:203:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:204:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:205:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:210:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:211:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:212:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:218:10: style: struct member '_GeeMultiSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:219:19: style: struct member '_GeeMultiSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:220:19: style: struct member '_GeeMultiSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:221:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:235:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:236:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:237:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:238:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:239:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:240:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:241:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:242:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:243:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:244:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultimap.c:478:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymultimap.c:489:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymultimap.c:501:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymultimap.c:512:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymultimap.c:558:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/readonlymultiset.c:268:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlymultiset.c:264:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultiset.c:268:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlymultiset.c:115:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:116:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:117:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:118:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:119:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:120:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:132:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:133:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:134:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:135:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:136:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:137:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:138:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:139:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:140:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:141:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:142:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:143:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:144:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:145:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:146:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:147:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:155:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:163:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:164:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:165:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:166:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:167:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:168:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:169:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:170:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:171:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:172:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:173:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:174:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:176:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:177:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:178:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:179:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:180:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlymultiset.c:181:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:265:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlyset.c:261:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlyset.c:265:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlyset.c:115:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:116:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:117:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:118:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:119:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:120:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:132:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:133:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:134:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:135:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:136:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:137:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:138:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:139:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:140:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:141:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:142:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:143:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:144:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:145:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:146:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:147:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:155:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:163:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:164:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:165:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:166:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:167:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:168:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:169:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:170:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:171:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:172:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:173:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:174:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:176:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:177:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:178:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:179:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:180:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlyset.c:181:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:407:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlysortedmap.c:403:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlysortedmap.c:407:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlysortedmap.c:158:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:159:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:160:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:161:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:162:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:163:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:172:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:173:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:174:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:175:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:176:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:177:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:178:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:179:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:180:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:181:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:182:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:183:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:184:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:185:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:186:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:187:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:188:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:189:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:190:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:195:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:196:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:197:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:198:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:205:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:206:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:207:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:208:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:209:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:210:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:211:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:212:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:213:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:214:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:215:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:216:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:217:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:218:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:219:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:220:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:221:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:226:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:227:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:228:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:229:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:230:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:231:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:232:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:233:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:234:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:235:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:236:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:237:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:238:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:239:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:240:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:242:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:243:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:244:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:245:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:246:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:247:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:252:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:253:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:254:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:260:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:261:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:262:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:263:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:264:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:265:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:266:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:267:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:268:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:269:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:270:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:271:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:272:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:273:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:274:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:275:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:276:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:277:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:278:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:279:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:280:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:281:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:298:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:299:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:300:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:301:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:302:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:303:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:304:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:305:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:306:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:307:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:308:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:309:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedmap.c:310:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:348:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/readonlysortedset.c:344:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlysortedset.c:348:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/readonlysortedset.c:146:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:147:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:148:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:149:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:150:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:151:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:163:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:164:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:165:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:166:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:167:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:168:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:169:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:170:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:171:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:172:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:173:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:174:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:175:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:176:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:177:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:178:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:186:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:194:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:195:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:196:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:197:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:198:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:199:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:200:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:201:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:202:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:203:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:204:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:205:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:207:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:208:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:209:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:210:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:211:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/readonlysortedset.c:212:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:124:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:125:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:126:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:127:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:128:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:129:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:138:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:139:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:140:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:141:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:142:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:143:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:144:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:145:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:146:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:147:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:148:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:149:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:150:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:151:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:152:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:153:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:154:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:155:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:156:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:161:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:162:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:163:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:164:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:169:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:170:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:171:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:172:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:173:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:174:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:175:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:176:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:177:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:178:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:179:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:180:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:181:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:182:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:183:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:185:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:186:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:187:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:188:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:189:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/set.c:190:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:192:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:193:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:194:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:195:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:196:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:197:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:206:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:207:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:208:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:209:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:210:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:211:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:212:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:213:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:214:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:215:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:216:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:217:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:218:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:219:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:220:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:221:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:222:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:223:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:224:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:229:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:230:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:231:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:232:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:239:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:240:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:241:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:242:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:243:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:244:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:245:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:246:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:247:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:248:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:249:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:250:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:251:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:252:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:253:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:254:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:255:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:260:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:261:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:262:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:263:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:264:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:265:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:266:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:267:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:268:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:269:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:270:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:271:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:272:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:273:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:274:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:276:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:277:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:278:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:279:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:280:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:281:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:286:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:287:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:288:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:294:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:295:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:296:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:297:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:298:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:299:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:300:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:301:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:302:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:303:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:304:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:305:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:306:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:307:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:308:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:309:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:310:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:311:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:312:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:313:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:314:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:315:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:321:10: style: struct member '_GeeSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:322:19: style: struct member '_GeeSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:323:19: style: struct member '_GeeSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:324:13: style: struct member '_GeeSortedSetIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:325:13: style: struct member '_GeeSortedSetIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:326:17: style: struct member '_GeeSortedSetIface::iterator_at' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:327:13: style: struct member '_GeeSortedSetIface::lower' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:328:13: style: struct member '_GeeSortedSetIface::higher' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:329:13: style: struct member '_GeeSortedSetIface::floor' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:330:13: style: struct member '_GeeSortedSetIface::ceil' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:331:18: style: struct member '_GeeSortedSetIface::head_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:332:18: style: struct member '_GeeSortedSetIface::tail_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:333:18: style: struct member '_GeeSortedSetIface::sub_set' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:350:10: style: struct member '_GeeBidirMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:351:19: style: struct member '_GeeBidirMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:352:19: style: struct member '_GeeBidirMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:353:10: style: struct member '_GeeBidirMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:354:19: style: struct member '_GeeBidirMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:355:19: style: struct member '_GeeBidirMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:356:13: style: struct member '_GeeBidirMapIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:357:13: style: struct member '_GeeBidirMapIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:358:13: style: struct member '_GeeBidirMapIteratorIface::first' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:359:13: style: struct member '_GeeBidirMapIteratorIface::last' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:364:10: style: struct member '_GeeBidirSortedMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:365:19: style: struct member '_GeeBidirSortedMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:366:19: style: struct member '_GeeBidirSortedMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:367:10: style: struct member '_GeeBidirSortedMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:368:19: style: struct member '_GeeBidirSortedMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:369:19: style: struct member '_GeeBidirSortedMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedmap.c:370:25: style: struct member '_GeeBidirSortedMapIface::bidir_map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:169:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:170:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:171:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:172:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:173:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:174:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:183:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:184:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:185:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:186:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:187:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:188:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:189:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:190:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:191:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:192:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:193:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:194:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:195:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:196:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:197:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:198:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:199:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:200:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:201:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:206:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:207:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:208:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:209:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:214:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:215:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:216:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:217:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:218:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:219:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:220:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:221:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:222:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:223:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:224:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:225:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:226:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:227:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:228:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:230:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:231:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:232:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:233:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:234:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:235:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:240:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:241:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:242:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:266:10: style: struct member '_GeeBidirIteratorIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:267:19: style: struct member '_GeeBidirIteratorIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:268:19: style: struct member '_GeeBidirIteratorIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:269:13: style: struct member '_GeeBidirIteratorIface::previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:270:13: style: struct member '_GeeBidirIteratorIface::has_previous' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:277:10: style: struct member '_GeeBidirSortedSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:278:19: style: struct member '_GeeBidirSortedSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:279:19: style: struct member '_GeeBidirSortedSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/sortedset.c:280:22: style: struct member '_GeeBidirSortedSetIface::bidir_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/streamiterator.c:618:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/task.c:185:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/task.c:186:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/task.c:321:11: warning: Either the condition 'tdata==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.20.1/gee/task.c:375:2: note: Assuming that condition 'tdata==NULL' is not redundant
libgee-0.20.1/gee/task.c:373:11: note: Assignment '_tmp0_=tdata', assigned value is 0
libgee-0.20.1/gee/task.c:374:21: note: Calling function 'gee_task_data_run', 1st argument 'self' value is 0
libgee-0.20.1/gee/task.c:321:11: note: Null pointer dereference
libgee-0.20.1/gee/task.c:322:11: warning: Either the condition 'tdata==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.20.1/gee/task.c:375:2: note: Assuming that condition 'tdata==NULL' is not redundant
libgee-0.20.1/gee/task.c:373:11: note: Assignment '_tmp0_=tdata', assigned value is 0
libgee-0.20.1/gee/task.c:374:21: note: Calling function 'gee_task_data_run', 1st argument 'self' value is 0
libgee-0.20.1/gee/task.c:322:11: note: Null pointer dereference
libgee-0.20.1/gee/task.c:323:18: warning: Either the condition 'tdata==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.20.1/gee/task.c:375:2: note: Assuming that condition 'tdata==NULL' is not redundant
libgee-0.20.1/gee/task.c:373:11: note: Assignment '_tmp0_=tdata', assigned value is 0
libgee-0.20.1/gee/task.c:374:21: note: Calling function 'gee_task_data_run', 1st argument 'self' value is 0
libgee-0.20.1/gee/task.c:323:18: note: Null pointer dereference
libgee-0.20.1/gee/task.c:180:2: style: Variable 'tdata' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:162:0: note: Variable 'tdata' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:180:2: note: Variable 'tdata' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:344:2: style: Variable 'endptr' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:332:0: note: Variable 'endptr' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:344:2: note: Variable 'endptr' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:345:2: style: Variable '_vala_result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:330:0: note: Variable '_vala_result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:345:2: note: Variable '_vala_result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:397:2: style: Variable 'gee_num_threads_str' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:388:0: note: Variable 'gee_num_threads_str' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:397:2: note: Variable 'gee_num_threads_str' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:406:3: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:400:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:406:3: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:420:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:414:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:420:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:441:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:440:0: note: Variable 'err' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:441:3: note: Variable 'err' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:465:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/task.c:462:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:465:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/task.c:444:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgee-0.20.1/gee/task.c:71:10: style: struct member '_GeeFutureIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:72:19: style: struct member '_GeeFutureIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:73:19: style: struct member '_GeeFutureIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:74:18: style: struct member '_GeeFutureIface::wait' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:75:13: style: struct member '_GeeFutureIface::wait_until' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:76:9: style: struct member '_GeeFutureIface::wait_async' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:77:18: style: struct member '_GeeFutureIface::wait_finish' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:78:15: style: struct member '_GeeFutureIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:79:15: style: struct member '_GeeFutureIface::light_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:80:15: style: struct member '_GeeFutureIface::zip' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:81:15: style: struct member '_GeeFutureIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:82:18: style: struct member '_GeeFutureIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:83:13: style: struct member '_GeeFutureIface::get_ready' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:84:12: style: struct member '_GeeFutureIface::get_exception' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:85:15: style: struct member '_GeeFutureIface::light_map_fixed' is never used. [unusedStructMember]
libgee-0.20.1/gee/task.c:184:33: style: Variable '_tmp2__target_destroy_notify' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:322:12: warning: Either the condition 'head==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgee-0.20.1/gee/teeiterator.c:327:4: note: Assuming that condition 'head==NULL' is not redundant
libgee-0.20.1/gee/teeiterator.c:321:12: note: Assignment '_tmp4_=head', assigned value is 0
libgee-0.20.1/gee/teeiterator.c:322:12: note: Null pointer dereference
libgee-0.20.1/gee/teeiterator.c:271:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:267:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:271:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:308:2: style: Variable 'head' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:293:0: note: Variable 'head' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:308:2: note: Variable 'head' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:310:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:295:0: note: Variable 'valid' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:310:2: note: Variable 'valid' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:424:3: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:411:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:424:3: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:435:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:434:0: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:435:4: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:438:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:437:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:438:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:497:2: style: Variable 'next' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:486:0: note: Variable 'next' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:497:2: note: Variable 'next' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:546:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:538:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:546:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:623:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:614:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:623:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:753:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/teeiterator.c:748:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:753:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/teeiterator.c:553:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:576:12: style: Variable 'g_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:577:16: style: Variable 'g_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:578:20: style: Variable 'g_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:599:12: style: Variable 'g_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:600:16: style: Variable 'g_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:601:20: style: Variable 'g_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:618:11: style: Variable 'g_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:619:15: style: Variable 'g_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:620:19: style: Variable 'g_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/teeiterator.c:741:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/timsort.c:803:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/traversable.c:1679:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/treemap.c:6121:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/treemultimap.c:641:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/treemultimap.c:645:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/treemultimap.c:639:42: style: Condition 'key_compare_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/treemultimap.c:603:43: note: Assignment 'key_compare_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/treemultimap.c:639:42: note: Condition 'key_compare_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/treemultimap.c:643:44: style: Condition 'value_compare_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/treemultimap.c:635:45: note: Assignment 'value_compare_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/treemultimap.c:643:44: note: Condition 'value_compare_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/treemultimap.c:607:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:583:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:607:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:626:3: style: Variable 'value_compare_func' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:623:3: note: Variable 'value_compare_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:626:3: note: Variable 'value_compare_func' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:627:3: style: Variable 'value_compare_func_target' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:624:3: note: Variable 'value_compare_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:627:3: note: Variable 'value_compare_func_target' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:628:3: style: Variable 'value_compare_func_target_destroy_notify' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:625:3: note: Variable 'value_compare_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:628:3: note: Variable 'value_compare_func_target_destroy_notify' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:671:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:663:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:671:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:686:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:678:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:686:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:707:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultimap.c:693:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:707:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultimap.c:280:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:281:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:282:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:283:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:284:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:285:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:294:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:295:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:296:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:297:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:298:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:299:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:300:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:301:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:302:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:303:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:304:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:305:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:306:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:307:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:308:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:309:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:310:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:311:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:312:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:317:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:318:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:319:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:320:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:325:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:326:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:327:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:328:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:329:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:330:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:331:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:332:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:333:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:334:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:335:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:336:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:337:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:338:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:339:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:340:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:341:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:342:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:343:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:344:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:345:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:346:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:351:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:352:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:353:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:354:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:359:10: style: struct member '_GeeMultiSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:360:19: style: struct member '_GeeMultiSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:361:19: style: struct member '_GeeMultiSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:362:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:363:17: style: struct member '_GeeMultiSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:370:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:371:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:372:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:373:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:374:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:375:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:376:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:377:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:378:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:379:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:380:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:381:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:382:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:383:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:384:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:385:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:386:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:391:10: style: struct member '_GeeMultiMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:392:19: style: struct member '_GeeMultiMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:393:19: style: struct member '_GeeMultiMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:394:10: style: struct member '_GeeMultiMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:395:19: style: struct member '_GeeMultiMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:396:19: style: struct member '_GeeMultiMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:397:12: style: struct member '_GeeMultiMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:398:17: style: struct member '_GeeMultiMapIface::get_all_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:399:19: style: struct member '_GeeMultiMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:400:13: style: struct member '_GeeMultiMapIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:401:19: style: struct member '_GeeMultiMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:402:9: style: struct member '_GeeMultiMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:403:13: style: struct member '_GeeMultiMapIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:404:13: style: struct member '_GeeMultiMapIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:405:9: style: struct member '_GeeMultiMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:406:20: style: struct member '_GeeMultiMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:407:9: style: struct member '_GeeMultiMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:408:13: style: struct member '_GeeMultiMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:409:17: style: struct member '_GeeMultiMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:415:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:416:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:417:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:418:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:419:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:420:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:421:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:422:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:423:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:424:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:425:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:426:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:427:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:428:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:429:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:430:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:431:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:432:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:433:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:434:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:435:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:436:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:437:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultimap.c:616:18: style: Variable '_tmp6__target' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/gee/treemultiset.c:518:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/gee/treemultiset.c:516:38: style: Condition 'compare_func_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/gee/treemultiset.c:508:39: note: Assignment 'compare_func_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/gee/treemultiset.c:516:38: note: Condition 'compare_func_target_destroy_notify==NULL' is always true
libgee-0.20.1/gee/treemultiset.c:511:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultiset.c:497:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultiset.c:511:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultiset.c:545:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/gee/treemultiset.c:530:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultiset.c:545:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/gee/treemultiset.c:222:13: style: struct member '_GeeIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:223:13: style: struct member '_GeeIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:224:13: style: struct member '_GeeIteratorIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:225:9: style: struct member '_GeeIteratorIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:226:13: style: struct member '_GeeIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:227:13: style: struct member '_GeeIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:236:10: style: struct member '_GeeTraversableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:237:19: style: struct member '_GeeTraversableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:238:19: style: struct member '_GeeTraversableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:239:13: style: struct member '_GeeTraversableIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:240:17: style: struct member '_GeeTraversableIface::stream' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:241:13: style: struct member '_GeeTraversableIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:242:17: style: struct member '_GeeTraversableIface::map' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:243:17: style: struct member '_GeeTraversableIface::scan' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:244:17: style: struct member '_GeeTraversableIface::filter' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:245:17: style: struct member '_GeeTraversableIface::chop' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:246:10: style: struct member '_GeeTraversableIface::get_element_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:247:17: style: struct member '_GeeTraversableIface::flat_map' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:248:18: style: struct member '_GeeTraversableIface::tee' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:249:13: style: struct member '_GeeTraversableIface::first_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:250:13: style: struct member '_GeeTraversableIface::any_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:251:13: style: struct member '_GeeTraversableIface::all_match' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:252:13: style: struct member '_GeeTraversableIface::max' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:253:13: style: struct member '_GeeTraversableIface::min' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:254:17: style: struct member '_GeeTraversableIface::order_by' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:259:10: style: struct member '_GeeIterableIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:260:19: style: struct member '_GeeIterableIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:261:19: style: struct member '_GeeIterableIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:262:17: style: struct member '_GeeIterableIface::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:267:10: style: struct member '_GeeCollectionIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:268:19: style: struct member '_GeeCollectionIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:269:19: style: struct member '_GeeCollectionIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:270:13: style: struct member '_GeeCollectionIface::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:271:13: style: struct member '_GeeCollectionIface::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:272:13: style: struct member '_GeeCollectionIface::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:273:9: style: struct member '_GeeCollectionIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:274:13: style: struct member '_GeeCollectionIface::add_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:275:13: style: struct member '_GeeCollectionIface::contains_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:276:13: style: struct member '_GeeCollectionIface::remove_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:277:13: style: struct member '_GeeCollectionIface::retain_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:278:14: style: struct member '_GeeCollectionIface::to_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:279:9: style: struct member '_GeeCollectionIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:280:13: style: struct member '_GeeCollectionIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:281:13: style: struct member '_GeeCollectionIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:282:19: style: struct member '_GeeCollectionIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:283:13: style: struct member '_GeeCollectionIface::add_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:284:13: style: struct member '_GeeCollectionIface::contains_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:285:13: style: struct member '_GeeCollectionIface::remove_all_array' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:286:13: style: struct member '_GeeCollectionIface::add_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:287:13: style: struct member '_GeeCollectionIface::contains_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:288:13: style: struct member '_GeeCollectionIface::remove_all_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:298:13: style: struct member '_GeeAbstractCollectionClass::contains' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:299:13: style: struct member '_GeeAbstractCollectionClass::add' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:300:13: style: struct member '_GeeAbstractCollectionClass::remove' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:301:9: style: struct member '_GeeAbstractCollectionClass::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:302:17: style: struct member '_GeeAbstractCollectionClass::iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:303:13: style: struct member '_GeeAbstractCollectionClass::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:304:9: style: struct member '_GeeAbstractCollectionClass::reserved0' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:305:9: style: struct member '_GeeAbstractCollectionClass::reserved1' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:306:9: style: struct member '_GeeAbstractCollectionClass::reserved2' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:307:9: style: struct member '_GeeAbstractCollectionClass::reserved3' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:308:9: style: struct member '_GeeAbstractCollectionClass::reserved4' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:309:9: style: struct member '_GeeAbstractCollectionClass::reserved5' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:310:9: style: struct member '_GeeAbstractCollectionClass::reserved6' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:311:9: style: struct member '_GeeAbstractCollectionClass::reserved7' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:312:9: style: struct member '_GeeAbstractCollectionClass::reserved8' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:313:9: style: struct member '_GeeAbstractCollectionClass::reserved9' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:314:9: style: struct member '_GeeAbstractCollectionClass::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:315:13: style: struct member '_GeeAbstractCollectionClass::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:316:19: style: struct member '_GeeAbstractCollectionClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:321:10: style: struct member '_GeeMultiSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:322:19: style: struct member '_GeeMultiSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:323:19: style: struct member '_GeeMultiSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:324:9: style: struct member '_GeeMultiSetIface::count' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:325:17: style: struct member '_GeeMultiSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:332:10: style: struct member '_GeeMapIteratorIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:333:19: style: struct member '_GeeMapIteratorIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:334:19: style: struct member '_GeeMapIteratorIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:335:10: style: struct member '_GeeMapIteratorIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:336:19: style: struct member '_GeeMapIteratorIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:337:19: style: struct member '_GeeMapIteratorIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:338:13: style: struct member '_GeeMapIteratorIface::next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:339:13: style: struct member '_GeeMapIteratorIface::has_next' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:340:13: style: struct member '_GeeMapIteratorIface::get_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:341:13: style: struct member '_GeeMapIteratorIface::get_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:342:9: style: struct member '_GeeMapIteratorIface::set_value' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:343:9: style: struct member '_GeeMapIteratorIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:344:13: style: struct member '_GeeMapIteratorIface::fold' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:345:13: style: struct member '_GeeMapIteratorIface::foreach' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:346:13: style: struct member '_GeeMapIteratorIface::get_valid' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:347:13: style: struct member '_GeeMapIteratorIface::get_mutable' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:348:13: style: struct member '_GeeMapIteratorIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:353:10: style: struct member '_GeeSetIface::get_g_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:354:19: style: struct member '_GeeSetIface::get_g_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:355:19: style: struct member '_GeeSetIface::get_g_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:356:12: style: struct member '_GeeSetIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:361:10: style: struct member '_GeeMapIface::get_k_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:362:19: style: struct member '_GeeMapIface::get_k_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:363:19: style: struct member '_GeeMapIface::get_k_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:364:10: style: struct member '_GeeMapIface::get_v_type' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:365:19: style: struct member '_GeeMapIface::get_v_dup_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:366:19: style: struct member '_GeeMapIface::get_v_destroy_func' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:367:13: style: struct member '_GeeMapIface::has_key' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:368:13: style: struct member '_GeeMapIface::has' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:369:13: style: struct member '_GeeMapIface::get' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:370:9: style: struct member '_GeeMapIface::set' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:371:13: style: struct member '_GeeMapIface::unset' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:372:9: style: struct member '_GeeMapIface::clear' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:373:20: style: struct member '_GeeMapIface::map_iterator' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:374:9: style: struct member '_GeeMapIface::set_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:375:13: style: struct member '_GeeMapIface::unset_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:376:13: style: struct member '_GeeMapIface::has_all' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:377:9: style: struct member '_GeeMapIface::get_size' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:378:13: style: struct member '_GeeMapIface::get_is_empty' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:379:13: style: struct member '_GeeMapIface::get_read_only' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:380:12: style: struct member '_GeeMapIface::get_keys' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:381:19: style: struct member '_GeeMapIface::get_values' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:382:12: style: struct member '_GeeMapIface::get_entries' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:383:12: style: struct member '_GeeMapIface::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:394:9: style: struct member '_GeeAbstractMultiSetClass::reserved0' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:395:9: style: struct member '_GeeAbstractMultiSetClass::reserved1' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:396:9: style: struct member '_GeeAbstractMultiSetClass::reserved2' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:397:9: style: struct member '_GeeAbstractMultiSetClass::reserved3' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:398:9: style: struct member '_GeeAbstractMultiSetClass::reserved4' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:399:9: style: struct member '_GeeAbstractMultiSetClass::reserved5' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:400:9: style: struct member '_GeeAbstractMultiSetClass::reserved6' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:401:9: style: struct member '_GeeAbstractMultiSetClass::reserved7' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:402:9: style: struct member '_GeeAbstractMultiSetClass::reserved8' is never used. [unusedStructMember]
libgee-0.20.1/gee/treemultiset.c:403:17: style: struct member '_GeeAbstractMultiSetClass::get_read_only_view' is never used. [unusedStructMember]
libgee-0.20.1/gee/treeset.c:1988:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/unfolditerator.c:299:0: error: syntax error [syntaxError]
libgee-0.20.1/gee/unrolledlinkedlist.c:863:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testarraylist.c:269:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testarrayqueue.c:157:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testarrayqueue.c:156:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testarrayqueue.c:157:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testarrayqueue.c:112:22: style: struct member '_QueueTests::priv' is never used. [unusedStructMember]
libgee-0.20.1/tests/testbidirlist.c:288:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testbidirsortedmap.c:585:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testbidirsortedset.c:401:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testcase.c:224:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/tests/testcase.c:225:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/tests/testcase.c:296:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/tests/testcase.c:297:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgee-0.20.1/tests/testcase.c:223:30: style: Condition 'test_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/tests/testcase.c:210:31: note: Assignment 'test_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/tests/testcase.c:223:30: note: Condition 'test_target_destroy_notify==NULL' is always true
libgee-0.20.1/tests/testcase.c:295:30: style: Condition 'test_target_destroy_notify==NULL' is always true [knownConditionTrueFalse]
libgee-0.20.1/tests/testcase.c:283:31: note: Assignment 'test_target_destroy_notify=NULL', assigned value is 0
libgee-0.20.1/tests/testcase.c:295:30: note: Condition 'test_target_destroy_notify==NULL' is always true
libgee-0.20.1/tests/testcase.c:338:11: warning: Either the condition 'adaptor==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgee-0.20.1/tests/testcase.c:222:2: note: Assuming that condition 'adaptor==NULL' is not redundant
libgee-0.20.1/tests/testcase.c:218:43: note: Calling function 'gee_test_case_adaptor_get_name', 1st argument 'self' value is 0
libgee-0.20.1/tests/testcase.c:338:11: note: Null pointer dereference
libgee-0.20.1/tests/testcase.c:150:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testcase.c:146:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:150:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:212:2: style: Variable 'adaptor' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testcase.c:189:0: note: Variable 'adaptor' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:212:2: note: Variable 'adaptor' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:255:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testcase.c:251:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:255:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:275:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testcase.c:266:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:275:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testcase.c:214:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testcollection.c:459:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testconcurrentlist.c:137:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testconcurrentlist.c:136:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testconcurrentlist.c:137:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testconcurrentlist.c:106:9: style: struct member '_ListTestsClass::test_duplicates_are_retained' is never used. [unusedStructMember]
libgee-0.20.1/tests/testconcurrentset.c:158:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testconcurrentset.c:157:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testconcurrentset.c:158:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testconcurrentset.c:112:20: style: struct member '_SetTests::priv' is never used. [unusedStructMember]
libgee-0.20.1/tests/testconcurrentset.c:117:9: style: struct member '_SetTestsClass::test_duplicates_are_ignored' is never used. [unusedStructMember]
libgee-0.20.1/tests/testdata.c:178:2: style: Variable 'klass' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:171:0: note: Variable 'klass' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:178:2: note: Variable 'klass' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:202:2: style: Variable 'klass' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:195:0: note: Variable 'klass' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:202:2: note: Variable 'klass' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:226:2: style: Variable 'klass' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:219:0: note: Variable 'klass' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:226:2: note: Variable 'klass' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:256:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:243:0: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:256:2: note: Variable '_result_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:261:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:260:0: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:261:3: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:264:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:263:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:264:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:297:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:294:0: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:297:3: note: Variable 'i' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:300:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:299:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:300:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:553:2: style: Variable 'numbers' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:542:0: note: Variable 'numbers' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:553:2: note: Variable 'numbers' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:558:3: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:557:0: note: Variable 'idx' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:558:3: note: Variable 'idx' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:561:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:560:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:561:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:625:7: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:601:0: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:625:7: note: Variable 't' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:628:7: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:607:0: note: Variable 'c' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:628:7: note: Variable 'c' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:831:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testdata.c:830:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:831:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testdata.c:452:20: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:470:20: style: Variable '_tmp21__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:424:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:621:24: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:716:12: style: Variable 't_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:717:16: style: Variable 't_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:718:20: style: Variable 't_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:734:11: style: Variable 't_type' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:735:15: style: Variable 't_dup_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdata.c:736:19: style: Variable 't_destroy_func' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testdeque.c:298:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testfunctions.c:331:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testhashmap.c:116:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testhashmap.c:115:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testhashmap.c:116:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testhashmultimap.c:173:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testhashmultiset.c:194:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testhashset.c:138:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testhashset.c:137:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testhashset.c:138:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testhashset.c:107:9: style: struct member '_SetTestsClass::test_duplicates_are_ignored' is never used. [unusedStructMember]
libgee-0.20.1/tests/testlinkedlist.c:240:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testlinkedlistasdeque.c:212:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testlist.c:272:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testmap.c:289:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testmultimap.c:152:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testmultiset.c:181:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testpriorityqueue.c:271:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testqueue.c:169:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testreadonlybidirlist.c:309:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testreadonlycollection.c:236:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testreadonlylist.c:333:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testreadonlymap.c:202:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testreadonlyset.c:122:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testreadonlyset.c:121:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testreadonlyset.c:122:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testreadonlyset.c:169:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testreadonlyset.c:160:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testreadonlyset.c:169:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testreadonlyset.c:164:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgee-0.20.1/tests/testset.c:167:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testsortedmap.c:377:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testsortedset.c:404:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testtreemap.c:158:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testtreemap.c:157:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testtreemap.c:158:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testtreemap.c:113:29: style: struct member '_GeeSortedMapTests::priv' is never used. [unusedStructMember]
libgee-0.20.1/tests/testtreemultimap.c:118:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testtreemultimap.c:117:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testtreemultimap.c:118:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testtreemultiset.c:136:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgee-0.20.1/tests/testtreemultiset.c:135:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testtreemultiset.c:136:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgee-0.20.1/tests/testtreeset.c:323:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testunrolledlinkedlist.c:240:0: error: syntax error [syntaxError]
libgee-0.20.1/tests/testunrolledlinkedlistasdeque.c:212:0: error: syntax error [syntaxError]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeier/libgeier_0.13.orig.tar.gz
libgeier-0.13/src/bsd-base64.c:152:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgeier-0.13/src/find_node.c:37:2: style: Variable 'xpath_ctxt' is reassigned a value before the old one has been used. [redundantAssignment]
libgeier-0.13/src/find_node.c:34:0: note: Variable 'xpath_ctxt' is reassigned a value before the old one has been used.
libgeier-0.13/src/find_node.c:37:2: note: Variable 'xpath_ctxt' is reassigned a value before the old one has been used.
libgeier-0.13/src/geier.c:296:4: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
libgeier-0.13/src/node_contents_to_text.c:55:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
libgeier-0.13/src/node_contents_to_text.c:49:0: note: Variable 'buf' is reassigned a value before the old one has been used.
libgeier-0.13/src/node_contents_to_text.c:55:2: note: Variable 'buf' is reassigned a value before the old one has been used.
libgeier-0.13/src/nss/dsig-get-cert.c:54:5: style: Condition '!p12' is always true [knownConditionTrueFalse]
libgeier-0.13/src/nss/dsig-get-cert.c:45:34: note: Assignment 'p12=NULL', assigned value is 0
libgeier-0.13/src/nss/dsig-get-cert.c:54:5: note: Condition '!p12' is always true
libgeier-0.13/src/nss/dsig-open.c:190:21: style: Function 'geier_dsig_verify_mac' argument 2 names different: declaration 'softpse_filename' definition 'filename'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/dsig.h:51:18: note: Function 'geier_dsig_verify_mac' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/nss/dsig-open.c:190:21: note: Function 'geier_dsig_verify_mac' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/nss/dsig-open.c:191:21: style: Function 'geier_dsig_verify_mac' argument 3 names different: declaration 'password' definition 'pincode'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/dsig.h:52:18: note: Function 'geier_dsig_verify_mac' argument 3 names different: declaration 'password' definition 'pincode'.
libgeier-0.13/src/nss/dsig-open.c:191:21: note: Function 'geier_dsig_verify_mac' argument 3 names different: declaration 'password' definition 'pincode'.
libgeier-0.13/src/nss/dsig-sign.c:68:2: style: Variable 'privkey' is reassigned a value before the old one has been used. [redundantAssignment]
libgeier-0.13/src/nss/dsig-sign.c:62:0: note: Variable 'privkey' is reassigned a value before the old one has been used.
libgeier-0.13/src/nss/dsig-sign.c:68:2: note: Variable 'privkey' is reassigned a value before the old one has been used.
libgeier-0.13/src/nss/dsig-slot.c:34:2: style: Variable 'slot' is reassigned a value before the old one has been used. [redundantAssignment]
libgeier-0.13/src/nss/dsig-slot.c:31:0: note: Variable 'slot' is reassigned a value before the old one has been used.
libgeier-0.13/src/nss/dsig-slot.c:34:2: note: Variable 'slot' is reassigned a value before the old one has been used.
libgeier-0.13/src/nss/secpwd.c:85:29: style: Function 'SEC_GetPassword' argument 1 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/secutil.h:109:36: note: Function 'SEC_GetPassword' argument 1 names different: declaration 'in' definition 'input'.
libgeier-0.13/src/nss/secpwd.c:85:29: note: Function 'SEC_GetPassword' argument 1 names different: declaration 'in' definition 'input'.
libgeier-0.13/src/nss/secpwd.c:85:42: style: Function 'SEC_GetPassword' argument 2 names different: declaration 'out' definition 'output'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/secutil.h:109:46: note: Function 'SEC_GetPassword' argument 2 names different: declaration 'out' definition 'output'.
libgeier-0.13/src/nss/secpwd.c:85:42: note: Function 'SEC_GetPassword' argument 2 names different: declaration 'out' definition 'output'.
libgeier-0.13/src/nss/secpwd.c:85:56: style: Function 'SEC_GetPassword' argument 3 names different: declaration 'msg' definition 'prompt'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/secutil.h:109:57: note: Function 'SEC_GetPassword' argument 3 names different: declaration 'msg' definition 'prompt'.
libgeier-0.13/src/nss/secpwd.c:85:56: note: Function 'SEC_GetPassword' argument 3 names different: declaration 'msg' definition 'prompt'.
libgeier-0.13/src/nss/secpwd.c:86:20: style: Function 'SEC_GetPassword' argument 4 names different: declaration 'chkpw' definition 'ok'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/secutil.h:110:20: note: Function 'SEC_GetPassword' argument 4 names different: declaration 'chkpw' definition 'ok'.
libgeier-0.13/src/nss/secpwd.c:86:20: note: Function 'SEC_GetPassword' argument 4 names different: declaration 'chkpw' definition 'ok'.
libgeier-0.13/src/nss/secpwd.c:130:32: style: Function 'SEC_CheckPassword' argument 1 names different: declaration 'password' definition 'cp'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/secutil.h:95:39: note: Function 'SEC_CheckPassword' argument 1 names different: declaration 'password' definition 'cp'.
libgeier-0.13/src/nss/secpwd.c:130:32: note: Function 'SEC_CheckPassword' argument 1 names different: declaration 'password' definition 'cp'.
libgeier-0.13/src/nss/secpwd.c:151:37: style: Function 'SEC_BlindCheckPassword' argument 1 names different: declaration 'password' definition 'cp'. [funcArgNamesDifferent]
libgeier-0.13/src/nss/secutil.h:102:44: note: Function 'SEC_BlindCheckPassword' argument 1 names different: declaration 'password' definition 'cp'.
libgeier-0.13/src/nss/secpwd.c:151:37: note: Function 'SEC_BlindCheckPassword' argument 1 names different: declaration 'password' definition 'cp'.
libgeier-0.13/src/openssl/asn1hack.c:151:6: style: Condition '!patched' is always true [knownConditionTrueFalse]
libgeier-0.13/src/openssl/asn1hack.c:122:16: note: Assignment 'patched=0', assigned value is 0
libgeier-0.13/src/openssl/asn1hack.c:151:6: note: Condition '!patched' is always true
libgeier-0.13/src/openssl/asn1hack.c:120:30: style: Function 'asn1hack_forward' argument 5 names different: declaration 'stack_level' definition 'patch'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/asn1hack.c:52:30: note: Function 'asn1hack_forward' argument 5 names different: declaration 'stack_level' definition 'patch'.
libgeier-0.13/src/openssl/asn1hack.c:120:30: note: Function 'asn1hack_forward' argument 5 names different: declaration 'stack_level' definition 'patch'.
libgeier-0.13/src/openssl/asn1hack.c:206:41: style: Function 'get_len' argument 1 names different: declaration 'asn1_buf_ptr' definition 'buf'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/asn1hack.c:64:41: note: Function 'get_len' argument 1 names different: declaration 'asn1_buf_ptr' definition 'buf'.
libgeier-0.13/src/openssl/asn1hack.c:206:41: note: Function 'get_len' argument 1 names different: declaration 'asn1_buf_ptr' definition 'buf'.
libgeier-0.13/src/openssl/asn1hack.c:240:36: style: Function 'set_len' argument 1 names different: declaration 'asn1_len_ptr' definition 'buf'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/asn1hack.c:67:36: note: Function 'set_len' argument 1 names different: declaration 'asn1_len_ptr' definition 'buf'.
libgeier-0.13/src/openssl/asn1hack.c:240:36: note: Function 'set_len' argument 1 names different: declaration 'asn1_len_ptr' definition 'buf'.
libgeier-0.13/src/openssl/asn1hack.c:108:36: error: Memory leak: output [memleak]
libgeier-0.13/src/openssl/asn1hack.c:110:2: error: Memory leak: output [memleak]
libgeier-0.13/src/openssl/dsig-get-key.c:121:20: style: Function 'geier_dsig_get_signaturekey' argument 2 names different: declaration 'softpse_filename' definition 'filename'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/dsig.h:74:23: note: Function 'geier_dsig_get_signaturekey' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/openssl/dsig-get-key.c:121:20: note: Function 'geier_dsig_get_signaturekey' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/openssl/dsig-get-key.c:122:20: style: Function 'geier_dsig_get_signaturekey' argument 3 names different: declaration 'pincode' definition 'password'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/dsig.h:75:23: note: Function 'geier_dsig_get_signaturekey' argument 3 names different: declaration 'pincode' definition 'password'.
libgeier-0.13/src/openssl/dsig-get-key.c:122:20: note: Function 'geier_dsig_get_signaturekey' argument 3 names different: declaration 'pincode' definition 'password'.
libgeier-0.13/src/openssl/dsig-get-key.c:132:20: style: Function 'geier_dsig_get_encryptionkey' argument 2 names different: declaration 'softpse_filename' definition 'filename'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/dsig.h:79:24: note: Function 'geier_dsig_get_encryptionkey' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/openssl/dsig-get-key.c:132:20: note: Function 'geier_dsig_get_encryptionkey' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/openssl/dsig-get-key.c:133:20: style: Function 'geier_dsig_get_encryptionkey' argument 3 names different: declaration 'pincode' definition 'password'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/dsig.h:80:24: note: Function 'geier_dsig_get_encryptionkey' argument 3 names different: declaration 'pincode' definition 'password'.
libgeier-0.13/src/openssl/dsig-get-key.c:133:20: note: Function 'geier_dsig_get_encryptionkey' argument 3 names different: declaration 'pincode' definition 'password'.
libgeier-0.13/src/openssl/dsig-open.c:53:21: style: Function 'geier_dsig_verify_mac' argument 2 names different: declaration 'softpse_filename' definition 'filename'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/dsig.h:63:18: note: Function 'geier_dsig_verify_mac' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/openssl/dsig-open.c:53:21: note: Function 'geier_dsig_verify_mac' argument 2 names different: declaration 'softpse_filename' definition 'filename'.
libgeier-0.13/src/openssl/dsig-open.c:54:21: style: Function 'geier_dsig_verify_mac' argument 3 names different: declaration 'password' definition 'pincode'. [funcArgNamesDifferent]
libgeier-0.13/src/openssl/dsig.h:64:18: note: Function 'geier_dsig_verify_mac' argument 3 names different: declaration 'password' definition 'pincode'.
libgeier-0.13/src/openssl/dsig-open.c:54:21: note: Function 'geier_dsig_verify_mac' argument 3 names different: declaration 'password' definition 'pincode'.
libgeier-0.13/src/send_encrypted_text.c:150:6: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libgeier-0.13/src/validate.c:96:2: style: Variable 'parser_context' is reassigned a value before the old one has been used. [redundantAssignment]
libgeier-0.13/src/validate.c:90:0: note: Variable 'parser_context' is reassigned a value before the old one has been used.
libgeier-0.13/src/validate.c:96:2: note: Variable 'parser_context' is reassigned a value before the old one has been used.
libgeier-0.13/src/xpath.c:46:2: error: Common realloc mistake: 'content' nulled but not freed upon failure [memleakOnRealloc]
libgeier-0.13/tests/test_pkcs7_decrypt.c:115:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libgeier-0.13/tests/test_pkcs7_decrypt.c:130:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libgeier-0.13/tests/test_pkcs7_decrypt.c:47:6: style: The scope of the variable 'readlen' can be reduced. [variableScope]
libgeier-0.13/tests/test_pkcs7_decrypt.c:60:3: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgen-test-rinci-funcresult-perl/libgen-test-rinci-funcresult-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgenome/libgenome_1.3.11+svn20110227.4616.orig.tar.xz
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:144:5: style: Condition 'run_interactive' is always false [knownConditionTrueFalse]
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:112:28: note: Assignment 'run_interactive=false', assigned value is 0
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:144:5: note: Condition 'run_interactive' is always false
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:168:5: style: Condition 'run_interactive' is always false [knownConditionTrueFalse]
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:112:28: note: Assignment 'run_interactive=false', assigned value is 0
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:168:5: note: Condition 'run_interactive' is always false
libgenome-1.3.11+svn20110227.4616/libGenome/coordMapper.cpp:81:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/gnException.cpp:29:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/gnException.cpp:35:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/gnFASSource.cpp:371:14: style: Condition 'linePos!=0' is always false [knownConditionTrueFalse]
libgenome-1.3.11+svn20110227.4616/libGenome/gnFASSource.cpp:357:20: note: Assignment 'linePos=0', assigned value is 0
libgenome-1.3.11+svn20110227.4616/libGenome/gnFASSource.cpp:371:14: note: Condition 'linePos!=0' is always false
libgenome-1.3.11+svn20110227.4616/libGenome/gnFileSource.cpp:123:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
libgenome-1.3.11+svn20110227.4616/libGenome/gnFileSource.cpp:118:12: note: outer condition: buf[1]=='\n'
libgenome-1.3.11+svn20110227.4616/libGenome/gnFileSource.cpp:123:14: note: opposite inner condition: buf[1]=='\r'
libgenome-1.3.11+svn20110227.4616/libGenome/gnFragmentSpec.cpp:152:25: style: Unused variable: feature_vector [unusedVariable]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:364:2: style: 'gnSequence::operator=' should return 'gnSequence &'. [operatorEq]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:54:2: style: Class 'gnSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:59:2: style: Class 'gnSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:64:2: style: Class 'gnSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:69:2: style: Class 'gnSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:75:2: style: Class 'gnSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.h:334:44: performance: Function parameter 'sourcename' should be passed by const reference. [passedByValue]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:224:3: style: Variable 'lennard' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:222:0: note: Variable 'lennard' is reassigned a value before the old one has been used if variable is no semaphore variable.
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:224:3: note: Variable 'lennard' is reassigned a value before the old one has been used if variable is no semaphore variable.
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:127:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:153:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:194:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:208:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:265:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:287:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:310:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:329:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:360:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:379:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:445:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:474:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:539:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:281:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:301:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSequence.cpp:322:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSourceFactory.cpp:187:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSourceFactory.cpp:215:6: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSourceFactory.cpp:241:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libgenome-1.3.11+svn20110227.4616/libGenome/gnSourceFactory.cpp:257:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
libgenome-1.3.11+svn20110227.4616/libGenome/gnStringTools.cpp:45:7: style: The scope of the variable 'onSpace' can be reduced. [variableScope]
libgenome-1.3.11+svn20110227.4616/libGenome/gnStringTools.cpp:128:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libgenome-1.3.11+svn20110227.4616/libGenome/gnStringTools.cpp:129:15: style: The scope of the variable 'b' can be reduced. [variableScope]
libgenome-1.3.11+svn20110227.4616/libGenome/gnStringTools.cpp:144:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libgenome-1.3.11+svn20110227.4616/libGenome/gnStringTools.cpp:145:16: style: The scope of the variable 'b' can be reduced. [variableScope]
libgenome-1.3.11+svn20110227.4616/libGenome/gnStringTools.cpp:60:14: style: Variable 'onSpace' is assigned a value that is never used. [unreadVariable]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:119:5: style: Condition '!run_interactive' is always true [knownConditionTrueFalse]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:110:28: note: Assignment 'run_interactive=false', assigned value is 0
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:119:5: note: Condition '!run_interactive' is always true
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:214:5: style: Condition 'run_interactive' is always false [knownConditionTrueFalse]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:110:28: note: Assignment 'run_interactive=false', assigned value is 0
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:214:5: note: Condition 'run_interactive' is always false
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:62:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:64:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:69:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:72:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:84:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgenome-1.3.11+svn20110227.4616/libGenome/testTests.cpp:98:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgenome-model-tools-music-perl/libgenome-model-tools-music-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgenome-perl/libgenome-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-coder-googlev3-perl/libgeo-coder-googlev3-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-coder-osm-perl/libgeo-coder-osm-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-constants-perl/libgeo-constants-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-coordinates-itm-perl/libgeo-coordinates-itm-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-coordinates-osgb-perl/libgeo-coordinates-osgb-perl_2.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-coordinates-utm-perl/libgeo-coordinates-utm-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-distance-perl/libgeo-distance-perl_0.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-distance-xs-perl/libgeo-distance-xs-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-ellipsoids-perl/libgeo-ellipsoids-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-functions-perl/libgeo-functions-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-google-mapobject-perl/libgeo-google-mapobject-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-googleearth-pluggable-perl/libgeo-googleearth-pluggable-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-gpx-perl/libgeo-gpx-perl_0.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-inverse-perl/libgeo-inverse-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-ip-perl/libgeo-ip-perl_1.51.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-ipfree-perl/libgeo-ipfree-perl_1.151940.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-metar-perl/libgeo-metar-perl_1.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-osm-tiles-perl/libgeo-osm-tiles-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-point-perl/libgeo-point-perl_0.96.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-postcode-perl/libgeo-postcode-perl_0.17+dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-proj4-perl/libgeo-proj4-perl_1.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeo-shapelib-perl/libgeo-shapelib-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeography-countries-perl/libgeography-countries-perl_2009041301.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeography-nationalgrid-perl/libgeography-nationalgrid-perl_1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeometry-primitive-perl/libgeometry-primitive-perl_0.24.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgeotiff-dfsg/libgeotiff-dfsg_1.4.2.orig.tar.gz
libgeotiff-1.4.2/bin/applygeo.c:16:5: style: Variable 'tif' is reassigned a value before the old one has been used. [redundantAssignment]
libgeotiff-1.4.2/bin/applygeo.c:9:0: note: Variable 'tif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/applygeo.c:16:5: note: Variable 'tif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/applygeo.c:76:11: style: The scope of the variable 'usage' can be reduced. [variableScope]
libgeotiff-1.4.2/bin/geotifcp.c:274:5: style: Variable 'gtif' is reassigned a value before the old one has been used. [redundantAssignment]
libgeotiff-1.4.2/bin/geotifcp.c:271:0: note: Variable 'gtif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/geotifcp.c:274:5: note: Variable 'gtif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/geotifcp.c:317:5: style: Variable 'gtif' is reassigned a value before the old one has been used. [redundantAssignment]
libgeotiff-1.4.2/bin/geotifcp.c:312:0: note: Variable 'gtif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/geotifcp.c:317:5: note: Variable 'gtif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/geotifcp.c:77:8: style: The scope of the variable 'in' can be reduced. [variableScope]
libgeotiff-1.4.2/bin/geotifcp.c:206:36: style: The scope of the variable 'tiepoint' can be reduced. [variableScope]
libgeotiff-1.4.2/bin/geotifcp.c:272:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
libgeotiff-1.4.2/bin/geotifcp.c:202:40: style: Function 'ApplyWorldFile' argument 1 names different: declaration 'worldfile' definition 'worldfilename'. [funcArgNamesDifferent]
libgeotiff-1.4.2/bin/geotifcp.c:62:41: note: Function 'ApplyWorldFile' argument 1 names different: declaration 'worldfile' definition 'worldfilename'.
libgeotiff-1.4.2/bin/geotifcp.c:202:40: note: Function 'ApplyWorldFile' argument 1 names different: declaration 'worldfile' definition 'worldfilename'.
libgeotiff-1.4.2/bin/makegeo.c:30:2: style: Variable 'tif' is reassigned a value before the old one has been used. [redundantAssignment]
libgeotiff-1.4.2/bin/makegeo.c:27:0: note: Variable 'tif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/bin/makegeo.c:30:2: note: Variable 'tif' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/cpl_csv.c:196:28: style: The scope of the variable 'nTokenLen' can be reduced. [variableScope]
libgeotiff-1.4.2/cpl_csv.c:543:32: style: The scope of the variable 'iMiddle' can be reduced. [variableScope]
libgeotiff-1.4.2/cpl_csv.c:857:18: style: The scope of the variable 'szPath' can be reduced. [variableScope]
libgeotiff-1.4.2/cpl_serv.c:308:12: style: The scope of the variable 'papszPtr' can be reduced. [variableScope]
libgeotiff-1.4.2/cpl_serv.c:379:21: style: The scope of the variable 'nTokenLen' can be reduced. [variableScope]
libgeotiff-1.4.2/cpl_serv.c:373:48: style: Function 'gtCSLTokenizeStringComplex' argument 2 names different: declaration 'pszDelimiter' definition 'pszDelimiters'. [funcArgNamesDifferent]
libgeotiff-1.4.2/cpl_serv.h:249:48: note: Function 'gtCSLTokenizeStringComplex' argument 2 names different: declaration 'pszDelimiter' definition 'pszDelimiters'.
libgeotiff-1.4.2/cpl_serv.c:373:48: note: Function 'gtCSLTokenizeStringComplex' argument 2 names different: declaration 'pszDelimiter' definition 'pszDelimiters'.
libgeotiff-1.4.2/geo_free.c:39:13: style: The scope of the variable 'i' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_get.c:26:40: style: Function 'GTIFDirectoryInfo' argument 2 names different: declaration 'versions' definition 'version'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geotiff.h:93:50: note: Function 'GTIFDirectoryInfo' argument 2 names different: declaration 'versions' definition 'version'.
libgeotiff-1.4.2/geo_get.c:26:40: note: Function 'GTIFDirectoryInfo' argument 2 names different: declaration 'versions' definition 'version'.
libgeotiff-1.4.2/geo_get.c:150:37: style: Function 'GTIFKeyGet' argument 2 names different: declaration 'key' definition 'thekey'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geotiff.h:97:47: note: Function 'GTIFKeyGet' argument 2 names different: declaration 'key' definition 'thekey'.
libgeotiff-1.4.2/geo_get.c:150:37: note: Function 'GTIFKeyGet' argument 2 names different: declaration 'key' definition 'thekey'.
libgeotiff-1.4.2/geo_get.c:150:60: style: Function 'GTIFKeyGet' argument 4 names different: declaration 'index' definition 'nIndex'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geotiff.h:97:67: note: Function 'GTIFKeyGet' argument 4 names different: declaration 'index' definition 'nIndex'.
libgeotiff-1.4.2/geo_get.c:150:60: note: Function 'GTIFKeyGet' argument 4 names different: declaration 'index' definition 'nIndex'.
libgeotiff-1.4.2/geo_names.c:46:16: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_names.c:150:39: style: Function 'GTIFValueCode' argument 2 names different: declaration 'value' definition 'name'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geotiff.h:110:49: note: Function 'GTIFValueCode' argument 2 names different: declaration 'value' definition 'name'.
libgeotiff-1.4.2/geo_names.c:150:39: note: Function 'GTIFValueCode' argument 2 names different: declaration 'value' definition 'name'.
libgeotiff-1.4.2/geo_new.c:243:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgeotiff-1.4.2/geo_new.c:91:5: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
libgeotiff-1.4.2/geo_new.c:82:0: note: Variable 'gt' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/geo_new.c:91:5: note: Variable 'gt' is reassigned a value before the old one has been used.
libgeotiff-1.4.2/geo_normalize.c:298:18: style: The scope of the variable 'szSeconds' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_normalize.c:829:10: style: The scope of the variable 'iNameField' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_normalize.c:997:38: style: The scope of the variable 'dfInRadians' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_normalize.c:502:31: style: Function 'GTIFGetEllipsoidInfo' argument 1 names different: declaration 'nEllipsoid' definition 'nEllipseCode'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_normalize.h:157:39: note: Function 'GTIFGetEllipsoidInfo' argument 1 names different: declaration 'nEllipsoid' definition 'nEllipseCode'.
libgeotiff-1.4.2/geo_normalize.c:502:31: note: Function 'GTIFGetEllipsoidInfo' argument 1 names different: declaration 'nEllipsoid' definition 'nEllipseCode'.
libgeotiff-1.4.2/geo_normalize.c:637:24: style: Function 'GTIFGetPMInfo' argument 1 names different: declaration 'nPM' definition 'nPMCode'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_normalize.h:160:32: note: Function 'GTIFGetPMInfo' argument 1 names different: declaration 'nPM' definition 'nPMCode'.
libgeotiff-1.4.2/geo_normalize.c:637:24: note: Function 'GTIFGetPMInfo' argument 1 names different: declaration 'nPM' definition 'nPMCode'.
libgeotiff-1.4.2/geo_normalize.c:637:59: style: Function 'GTIFGetPMInfo' argument 3 names different: declaration 'pdfLongToGreenwich' definition 'pdfOffset'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_normalize.h:161:37: note: Function 'GTIFGetPMInfo' argument 3 names different: declaration 'pdfLongToGreenwich' definition 'pdfOffset'.
libgeotiff-1.4.2/geo_normalize.c:637:59: note: Function 'GTIFGetPMInfo' argument 3 names different: declaration 'pdfLongToGreenwich' definition 'pdfOffset'.
libgeotiff-1.4.2/geo_print.c:70:5: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
libgeotiff-1.4.2/geo_print.c:71:5: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
libgeotiff-1.4.2/geo_print.c:73:5: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
libgeotiff-1.4.2/geo_print.c:73:5: warning: %hd in format string (no. 2) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
libgeotiff-1.4.2/geo_print.c:227:21: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
libgeotiff-1.4.2/geo_print.c:199:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgeotiff-1.4.2/geo_print.c:71:5: performance: Buffer 'message' is being written before its old content has been used. [redundantCopy]
libgeotiff-1.4.2/geo_print.c:70:5: note: Buffer 'message' is being written before its old content has been used.
libgeotiff-1.4.2/geo_print.c:71:5: note: Buffer 'message' is being written before its old content has been used.
libgeotiff-1.4.2/geo_print.c:304:11: style: The scope of the variable 'vptr' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_print.c:353:9: style: The scope of the variable 'icode' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_print.c:354:13: style: The scope of the variable 'code' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_print.c:355:13: style: The scope of the variable 'sptr' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_print.c:358:13: style: The scope of the variable 'dptr' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_print.c:89:32: style: Function 'PrintGeoTags' argument 1 names different: declaration 'gtif' definition 'gt'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_print.c:42:32: note: Function 'PrintGeoTags' argument 1 names different: declaration 'gtif' definition 'gt'.
libgeotiff-1.4.2/geo_print.c:89:32: note: Function 'PrintGeoTags' argument 1 names different: declaration 'gtif' definition 'gt'.
libgeotiff-1.4.2/geo_print.c:89:52: style: Function 'PrintGeoTags' argument 2 names different: declaration 'scan' definition 'print'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_print.c:42:52: note: Function 'PrintGeoTags' argument 2 names different: declaration 'scan' definition 'print'.
libgeotiff-1.4.2/geo_print.c:89:52: note: Function 'PrintGeoTags' argument 2 names different: declaration 'scan' definition 'print'.
libgeotiff-1.4.2/geo_print.c:106:50: style: Function 'PrintTag' argument 3 names different: declaration 'data' definition 'dptr'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_print.c:43:50: note: Function 'PrintTag' argument 3 names different: declaration 'data' definition 'dptr'.
libgeotiff-1.4.2/geo_print.c:106:50: note: Function 'PrintTag' argument 3 names different: declaration 'data' definition 'dptr'.
libgeotiff-1.4.2/geo_print.c:313:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgeotiff-1.4.2/geo_print.c:368:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgeotiff-1.4.2/geo_print.c:510:16: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libgeotiff-1.4.2/geo_set.c:127:58: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgeotiff-1.4.2/geo_set.c:177:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgeotiff-1.4.2/geo_simpletags.c:155:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libgeotiff-1.4.2/geo_simpletags.c:157:5: note: Found duplicate branches for 'if' and 'else'.
libgeotiff-1.4.2/geo_simpletags.c:155:10: note: Found duplicate branches for 'if' and 'else'.
libgeotiff-1.4.2/geo_simpletags.c:57:71: style: Function '_GTIFGetField' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_simpletags.c:36:78: note: Function '_GTIFGetField' argument 4 names different: declaration 'value' definition 'val'.
libgeotiff-1.4.2/geo_simpletags.c:57:71: note: Function '_GTIFGetField' argument 4 names different: declaration 'value' definition 'val'.
libgeotiff-1.4.2/geo_strtod.c:90:17: style: The scope of the variable 'i' can be reduced. [variableScope]
libgeotiff-1.4.2/geo_tiffp.c:72:71: style: Function '_GTIFGetField' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geo_tiffp.c:27:78: note: Function '_GTIFGetField' argument 4 names different: declaration 'value' definition 'val'.
libgeotiff-1.4.2/geo_tiffp.c:72:71: note: Function '_GTIFGetField' argument 4 names different: declaration 'value' definition 'val'.
libgeotiff-1.4.2/geo_write.c:158:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgeotiff-1.4.2/geo_write.c:34:25: style: Function 'GTIFWriteKeys' argument 1 names different: declaration 'gtif' definition 'gt'. [funcArgNamesDifferent]
libgeotiff-1.4.2/geotiff.h:92:35: note: Function 'GTIFWriteKeys' argument 1 names different: declaration 'gtif' definition 'gt'.
libgeotiff-1.4.2/geo_write.c:34:25: note: Function 'GTIFWriteKeys' argument 1 names different: declaration 'gtif' definition 'gt'.
libgeotiff-1.4.2/geotiff_proj4.c:188:29: style: The scope of the variable 'dfSemiMinor' can be reduced. [variableScope]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgepub/libgepub_0.6.0.orig.tar.xz
libgepub-0.6.0/libgepub/gepub-doc.c:275:5: style: Variable 'xdoc' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:265:0: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:275:5: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:276:5: style: Variable 'root_element' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:266:0: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:276:5: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:277:5: style: Variable 'mnode' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:267:0: note: Variable 'mnode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:277:5: note: Variable 'mnode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:279:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:268:0: note: Variable 'item' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:279:5: note: Variable 'item' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:314:5: style: Variable 'xdoc' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:304:0: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:314:5: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:315:5: style: Variable 'root_element' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:305:0: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:315:5: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:316:5: style: Variable 'snode' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:306:0: note: Variable 'snode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:316:5: note: Variable 'snode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:318:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:307:0: note: Variable 'item' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:318:5: note: Variable 'item' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:374:5: style: Variable 'xdoc' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:361:0: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:374:5: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:375:5: style: Variable 'root_element' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:362:0: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:375:5: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:376:5: style: Variable 'mnode' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:363:0: note: Variable 'mnode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:376:5: note: Variable 'mnode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:377:5: style: Variable 'mdata_node' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:364:0: note: Variable 'mdata_node' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:377:5: note: Variable 'mdata_node' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:742:5: style: Variable 'xdoc' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:731:0: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:742:5: note: Variable 'xdoc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:743:5: style: Variable 'root_element' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:732:0: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:743:5: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:744:5: style: Variable 'mnode' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-doc.c:733:0: note: Variable 'mnode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-doc.c:744:5: note: Variable 'mnode' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:266:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-utils.c:259:0: note: Variable 'doc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:266:5: note: Variable 'doc' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:267:5: style: Variable 'root_element' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-utils.c:260:0: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:267:5: note: Variable 'root_element' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:298:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/libgepub/gepub-utils.c:295:0: note: Variable 'p' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:298:5: note: Variable 'p' is reassigned a value before the old one has been used.
libgepub-0.6.0/libgepub/gepub-utils.c:209:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgepub-0.6.0/libgepub/gepub-utils.c:211:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgepub-0.6.0/libgepub/gepub-utils.c:213:90: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgepub-0.6.0/libgepub/gepub-utils.c:215:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgepub-0.6.0/tests/test-gepub.c:199:5: style: Variable 'root_file' is reassigned a value before the old one has been used. [redundantAssignment]
libgepub-0.6.0/tests/test-gepub.c:195:0: note: Variable 'root_file' is reassigned a value before the old one has been used.
libgepub-0.6.0/tests/test-gepub.c:199:5: note: Variable 'root_file' is reassigned a value before the old one has been used.
libgepub-0.6.0/tests/test-gepub.c:165:19: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libgepub-0.6.0/tests/test-gepub.c:314:20: style: The scope of the variable 'buffer' can be reduced. [variableScope]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetargs-long-perl/libgetargs-long-perl_1.1012.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetdata/libgetdata_0.9.4.orig.tar.xz
libgetdata-0.9.4/bindings/cxx/getdata/fragment.h:49:19: style: Technically the member function 'GetData::Fragment::Prefix' can be const. [functionConst]
libgetdata-0.9.4/bindings/cxx/getdata/fragment.h:55:19: style: Technically the member function 'GetData::Fragment::Suffix' can be const. [functionConst]
libgetdata-0.9.4/bindings/cxx/getdata/dirfile.h:78:7: style: Class 'Dirfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgetdata-0.9.4/bindings/cxx/getdata/rawentry.h:45:28: style: The function 'SamplesPerFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:78:28: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/rawentry.h:45:28: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/rawentry.h:47:24: style: The function 'RawType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:82:24: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/rawentry.h:47:24: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:44:27: style: The function 'Input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:56:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:44:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:49:19: style: The function 'ComplexScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:61:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:49:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:53:19: style: The function 'NFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:88:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:53:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:55:22: style: The function 'Scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:92:22: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:55:22: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:60:36: style: The function 'CScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:98:36: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:60:36: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:66:22: style: The function 'Offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:105:22: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:66:22: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:71:36: style: The function 'COffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:111:36: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:71:36: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:77:27: style: The function 'Scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:73:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:77:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:79:19: style: The function 'ScalarIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:75:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/lincomentry.h:79:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/linterpentry.h:44:27: style: The function 'Table' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:119:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/linterpentry.h:44:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:44:19: style: The function 'FirstBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:124:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:44:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:46:19: style: The function 'NumBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:128:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:46:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:54:27: style: The function 'Scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:73:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:54:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:58:19: style: The function 'ScalarIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:75:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/bitentry.h:58:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:44:19: style: The function 'FirstBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:124:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:44:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:46:19: style: The function 'NumBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:128:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:46:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:54:27: style: The function 'Scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:73:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:54:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:58:19: style: The function 'ScalarIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:75:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/sbitentry.h:58:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/phaseentry.h:44:26: style: The function 'Shift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:133:26: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/phaseentry.h:44:26: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:47:19: style: The function 'ComplexScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:61:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:47:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:51:19: style: The function 'PolyOrd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:149:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:51:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:53:22: style: The function 'Coefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:153:22: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:53:22: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:58:36: style: The function 'CCoefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:158:36: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:58:36: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:64:27: style: The function 'Scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:73:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:64:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:66:19: style: The function 'ScalarIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:75:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:66:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/constentry.h:39:24: style: The function 'ConstType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:138:24: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/constentry.h:39:24: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/carrayentry.h:40:24: style: The function 'ConstType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:138:24: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/carrayentry.h:40:24: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/carrayentry.h:45:22: style: The function 'ArrayLen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:144:22: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/carrayentry.h:45:22: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:41:27: style: The function 'Input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:56:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:41:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:45:27: style: The function 'Scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:73:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:45:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:49:19: style: The function 'ScalarIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:75:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:49:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:53:19: style: The function 'CountVal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:189:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:53:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:55:19: style: The function 'Period' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:193:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:55:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:64:33: style: The function 'CountMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:198:33: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:64:33: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/multiplyentry.h:40:27: style: The function 'Input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:56:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/multiplyentry.h:40:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/divideentry.h:40:27: style: The function 'Input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:56:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/divideentry.h:40:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:55:19: style: The function 'ComplexScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:61:19: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:55:19: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:59:22: style: The function 'Dividend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:166:22: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:59:22: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:61:36: style: The function 'CDividend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:170:36: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:61:36: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:41:27: style: The function 'Input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:56:27: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:41:27: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:53:26: style: The function 'WindOp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:177:26: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:53:26: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:57:28: style: The function 'Threshold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgetdata-0.9.4/bindings/cxx/getdata/entry.h:182:28: note: Virtual function in base class
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:57:28: note: Function in derived class
libgetdata-0.9.4/bindings/cxx/carrayentry.cpp:23:59: style: Function 'CarrayEntry' argument 2 names different: declaration 'type' definition 'data_type'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/carrayentry.h:37:52: note: Function 'CarrayEntry' argument 2 names different: declaration 'type' definition 'data_type'.
libgetdata-0.9.4/bindings/cxx/carrayentry.cpp:23:59: note: Function 'CarrayEntry' argument 2 names different: declaration 'type' definition 'data_type'.
libgetdata-0.9.4/bindings/cxx/constentry.cpp:25:57: style: Function 'ConstEntry' argument 2 names different: declaration 'type' definition 'data_type'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/constentry.h:37:51: note: Function 'ConstEntry' argument 2 names different: declaration 'type' definition 'data_type'.
libgetdata-0.9.4/bindings/cxx/constentry.cpp:25:57: note: Function 'ConstEntry' argument 2 names different: declaration 'type' definition 'data_type'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:36:30: style: Function 'Dirfile' argument 1 names different: declaration 'dirfilename' definition 'filedir'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/dirfile.h:75:27: note: Function 'Dirfile' argument 1 names different: declaration 'dirfilename' definition 'filedir'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:36:30: note: Function 'Dirfile' argument 1 names different: declaration 'dirfilename' definition 'filedir'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:44:27: style: Function 'Dirfile' argument 1 names different: declaration 'D' definition 'dirfile'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/dirfile.h:78:24: note: Function 'Dirfile' argument 1 names different: declaration 'D' definition 'dirfile'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:44:27: note: Function 'Dirfile' argument 1 names different: declaration 'D' definition 'dirfile'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:66:44: style: Function 'AddSpec' argument 2 names different: declaration 'fragment_index' definition 'format_file'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/dirfile.h:87:41: note: Function 'AddSpec' argument 2 names different: declaration 'fragment_index' definition 'format_file'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:66:44: note: Function 'AddSpec' argument 2 names different: declaration 'fragment_index' definition 'format_file'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:161:44: style: Function 'Include' argument 2 names different: declaration 'fragment_index' definition 'format_file'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/dirfile.h:159:41: note: Function 'Include' argument 2 names different: declaration 'fragment_index' definition 'format_file'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:161:44: note: Function 'Include' argument 2 names different: declaration 'fragment_index' definition 'format_file'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:405:36: style: Function 'AlterSpec' argument 1 names different: declaration 'spec' definition 'line'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/dirfile.h:93:33: note: Function 'AlterSpec' argument 1 names different: declaration 'spec' definition 'line'.
libgetdata-0.9.4/bindings/cxx/dirfile.cpp:405:36: note: Function 'AlterSpec' argument 1 names different: declaration 'spec' definition 'line'.
libgetdata-0.9.4/bindings/cxx/entry.cpp:95:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/cxx/fragment.cpp:96:37: style: Function 'SetPrefix' argument 1 names different: declaration 'preix' definition 'new_prefix'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/fragment.h:63:33: note: Function 'SetPrefix' argument 1 names different: declaration 'preix' definition 'new_prefix'.
libgetdata-0.9.4/bindings/cxx/fragment.cpp:96:37: note: Function 'SetPrefix' argument 1 names different: declaration 'preix' definition 'new_prefix'.
libgetdata-0.9.4/bindings/cxx/fragment.cpp:107:37: style: Function 'SetSuffix' argument 1 names different: declaration 'suffix' definition 'new_suffix'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/fragment.h:67:33: note: Function 'SetSuffix' argument 1 names different: declaration 'suffix' definition 'new_suffix'.
libgetdata-0.9.4/bindings/cxx/fragment.cpp:107:37: note: Function 'SetSuffix' argument 1 names different: declaration 'suffix' definition 'new_suffix'.
libgetdata-0.9.4/bindings/cxx/mplexentry.cpp:24:17: style: Function 'MplexEntry' argument 3 names different: declaration 'check_field' definition 'count'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/mplexentry.h:38:23: note: Function 'MplexEntry' argument 3 names different: declaration 'check_field' definition 'count'.
libgetdata-0.9.4/bindings/cxx/mplexentry.cpp:24:17: note: Function 'MplexEntry' argument 3 names different: declaration 'check_field' definition 'count'.
libgetdata-0.9.4/bindings/cxx/polynomentry.cpp:88:46: style: Function 'SetCoefficient' argument 1 names different: declaration 'coeff' definition 'scale'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/polynomentry.h:71:38: note: Function 'SetCoefficient' argument 1 names different: declaration 'coeff' definition 'scale'.
libgetdata-0.9.4/bindings/cxx/polynomentry.cpp:88:46: note: Function 'SetCoefficient' argument 1 names different: declaration 'coeff' definition 'scale'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:25:60: style: Function 'RecipEntry' argument 2 names different: declaration 'in_field' definition 'in_field1'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:37:54: note: Function 'RecipEntry' argument 2 names different: declaration 'in_field' definition 'in_field1'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:25:60: note: Function 'RecipEntry' argument 2 names different: declaration 'in_field' definition 'in_field1'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:38:60: style: Function 'RecipEntry' argument 2 names different: declaration 'in_field' definition 'in_field1'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:40:54: note: Function 'RecipEntry' argument 2 names different: declaration 'in_field' definition 'in_field1'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:38:60: note: Function 'RecipEntry' argument 2 names different: declaration 'in_field' definition 'in_field1'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:39:26: style: Function 'RecipEntry' argument 3 names different: declaration 'cdividend' definition 'dividend'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:41:32: note: Function 'RecipEntry' argument 3 names different: declaration 'cdividend' definition 'dividend'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:39:26: note: Function 'RecipEntry' argument 3 names different: declaration 'cdividend' definition 'dividend'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:67:36: style: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'dividend'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:67:38: note: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'dividend'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:67:36: note: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'dividend'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:78:41: style: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'scale'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:68:43: note: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'scale'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:78:41: note: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'scale'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:96:50: style: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'dividend'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/recipentry.h:69:52: note: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'dividend'.
libgetdata-0.9.4/bindings/cxx/recipentry.cpp:96:50: note: Function 'SetDividend' argument 1 names different: declaration 'coeff' definition 'dividend'.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:663:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:658:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:663:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1311:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1308:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1311:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1322:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1319:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1322:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1442:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1438:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1442:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1453:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1451:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/test/big_test.cpp:1453:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/cxx/windowentry.cpp:24:17: style: Function 'WindowEntry' argument 3 names different: declaration 'check_Field' definition 'check'. [funcArgNamesDifferent]
libgetdata-0.9.4/bindings/cxx/getdata/windowentry.h:38:23: note: Function 'WindowEntry' argument 3 names different: declaration 'check_Field' definition 'check'.
libgetdata-0.9.4/bindings/cxx/windowentry.cpp:24:17: note: Function 'WindowEntry' argument 3 names different: declaration 'check_Field' definition 'check'.
libgetdata-0.9.4/bindings/f77/fgetdata.h:28:0: error: #error The F77_FUNC macro must be defined to build the F77 bindings [preprocessorErrorDirective]
libgetdata-0.9.4/bindings/idl/getdata.c:710:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:710:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:713:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:713:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:716:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:716:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:719:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:719:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:722:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:722:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:725:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:725:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:728:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:728:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:731:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:731:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:734:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:734:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:737:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:737:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:740:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:740:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:743:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:743:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgetdata-0.9.4/bindings/idl/getdata.c:2407:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/idl/getdata.c:3635:10: style: The scope of the variable 'n' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/idl/getdata.c:447:35: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:449:20: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:451:20: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:461:37: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:465:21: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:471:25: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:473:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:475:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:477:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:481:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:484:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:487:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:490:26: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:493:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:497:26: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:501:46: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:504:46: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:507:19: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:510:19: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:515:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:520:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:522:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:524:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:526:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:528:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:530:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:535:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:539:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:541:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:544:46: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:547:23: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:551:25: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:553:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:555:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:559:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:563:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:566:26: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:571:46: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:574:19: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:578:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:580:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:586:31: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:591:30: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:595:27: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:600:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:602:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:607:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:610:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:612:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:615:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:617:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:619:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:621:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:625:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:627:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/idl/getdata.c:631:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/bindings/make_parameters.c:268:8: style: The scope of the variable 'c' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/gd_add.c:43:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_add_alias.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_alter_encoding.c:44:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_alter_endianness.c:47:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_alter_entry.c:47:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_alter_protection.c:42:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_array_len.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_bof.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_desync.c:45:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/gd_desync.c:44:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_desync.c:52:13: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
libgetdata-0.9.4/bindings/matlab/gd_encoding_support.c:42:12: style: Unused variable: D [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_entry.c:43:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_entry_type.c:42:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_eof.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_flags.c:43:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_fragment_index.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_framenum.c:43:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_get_carray.c:49:10: style: The scope of the variable 'len' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/gd_get_string.c:40:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_hidden.c:40:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_include.c:44:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_madd.c:44:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_madd_alias.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_mplex_lookback.c:42:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_native_type.c:42:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_parent_fragment.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_protection.c:42:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_put_carray_slice.c:44:17: style: Unused variable: n [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_rewrite_fragment.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_seek.c:45:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_tell.c:41:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_uninclude.c:42:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/gd_validate.c:40:9: style: Unused variable: data [unusedVariable]
libgetdata-0.9.4/bindings/matlab/matlab.c:488:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/matlab/matlab.c:484:0: note: Variable 's' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/matlab/matlab.c:488:3: note: Variable 's' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/matlab/matlab.c:1125:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/matlab.c:1125:10: style: The scope of the variable 'ns' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/matlab.c:1125:18: style: The scope of the variable 'ni' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/matlab.c:1187:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/matlab/matlab.c:1545:13: style: Unused variable: ndims [unusedVariable]
libgetdata-0.9.4/bindings/matlab/matlab.c:1546:17: style: Unused variable: dims [unusedVariable]
libgetdata-0.9.4/bindings/php/getdata.c:1905:10: style: Same expression on both sides of '==' because the value of 'z2' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:1886:19: note: 'z2' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:1905:10: note: Same expression on both sides of '==' because the value of 'z2' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2428:9: style: Same expression on both sides of '==' because the value of 'n' and '0' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2410:18: note: 'n' is assigned value '0' here.
libgetdata-0.9.4/bindings/php/getdata.c:2428:9: note: Same expression on both sides of '==' because the value of 'n' and '0' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2434:11: style: Same expression on both sides of '==' because the value of 'zin' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2411:15: note: 'zin' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2434:11: note: Same expression on both sides of '==' because the value of 'zin' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2448:10: style: Same expression on both sides of '==' because the value of 'zm' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2411:27: note: 'zm' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2448:10: note: Same expression on both sides of '==' because the value of 'zm' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2459:10: style: Same expression on both sides of '==' because the value of 'zb' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2411:39: note: 'zb' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2459:10: note: Same expression on both sides of '==' because the value of 'zb' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2512:18: style: Same expression on both sides of '==' because the value of 'zcount_val' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2496:22: note: 'zcount_val' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2512:18: note: Same expression on both sides of '==' because the value of 'zcount_val' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2562:14: style: Same expression on both sides of '==' because the value of 'zshift' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2550:18: note: 'zshift' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2562:14: note: Same expression on both sides of '==' because the value of 'zshift' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2602:9: style: Same expression on both sides of '==' because the value of 'o' and '0' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2584:18: note: 'o' is assigned value '0' here.
libgetdata-0.9.4/bindings/php/getdata.c:2602:9: note: Same expression on both sides of '==' because the value of 'o' and '0' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2608:10: style: Same expression on both sides of '==' because the value of 'za' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2585:14: note: 'za' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2608:10: note: Same expression on both sides of '==' because the value of 'za' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2667:17: style: Same expression on both sides of '==' because the value of 'zdividend' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2653:21: note: 'zdividend' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2667:17: note: Same expression on both sides of '==' because the value of 'zdividend' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2734:18: style: Same expression on both sides of '==' because the value of 'zthreshold' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:2718:22: note: 'zthreshold' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:2734:18: note: Same expression on both sides of '==' because the value of 'zthreshold' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:4503:10: style: Same expression on both sides of '==' because the value of 'z2' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:4483:19: note: 'z2' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:4503:10: note: Same expression on both sides of '==' because the value of 'z2' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:4506:47: style: Same expression on both sides of '==' because the value of 'z3' and 'NULL' are the same. [duplicateExpression]
libgetdata-0.9.4/bindings/php/getdata.c:4483:31: note: 'z3' is assigned value 'NULL' here.
libgetdata-0.9.4/bindings/php/getdata.c:4506:47: note: Same expression on both sides of '==' because the value of 'z3' and 'NULL' are the same.
libgetdata-0.9.4/bindings/php/getdata.c:2588:17: style: The scope of the variable 'oout' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/php/getdata.c:3471:10: style: The scope of the variable 'ns' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/php/getdata.c:3479:9: style: The scope of the variable 'data' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pydirfile.c:1506:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/python/pydirfile.c:1504:0: note: Variable 'name' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/python/pydirfile.c:1506:5: note: Variable 'name' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/python/pydirfile.c:1965:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/bindings/python/pydirfile.c:1963:0: note: Variable 'name' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/python/pydirfile.c:1965:5: note: Variable 'name' is reassigned a value before the old one has been used.
libgetdata-0.9.4/bindings/python/pydirfile.c:30:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pydirfile.c:756:16: style: The scope of the variable 'spf' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pyentry.c:518:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pyentry.c:1038:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pyentry.c:1301:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pyentry.c:1408:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pyentry.c:1902:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/bindings/python/pygetdata.c:28:9: style: struct member 'Anonymous7::doc' is never used. [unusedStructMember]
libgetdata-0.9.4/src/common.c:1004:34: warning: Either the condition 'car' is redundant or there is possible null pointer dereference: car. [nullPointerRedundantCheck]
libgetdata-0.9.4/src/common.c:1002:10: note: Assuming that condition 'car' is not redundant
libgetdata-0.9.4/src/common.c:1004:34: note: Null pointer dereference
libgetdata-0.9.4/src/common.c:1009:30: warning: Either the condition 'car' is redundant or there is possible null pointer dereference: car. [nullPointerRedundantCheck]
libgetdata-0.9.4/src/common.c:1002:10: note: Assuming that condition 'car' is not redundant
libgetdata-0.9.4/src/common.c:1009:30: note: Null pointer dereference
libgetdata-0.9.4/src/common.c:1086:27: warning: Either the condition 'if(work&&(work)[0]=='/')' is redundant or there is possible null pointer dereference: work. [nullPointerRedundantCheck]
libgetdata-0.9.4/src/common.c:1090:10: note: Assuming that condition 'if(work&&(work)[0]=='/')' is not redundant
libgetdata-0.9.4/src/common.c:1086:27: note: Null pointer dereference
libgetdata-0.9.4/src/common.c:1086:18: warning: Either the condition 'if(work&&(work)[0]=='/')' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libgetdata-0.9.4/src/common.c:1090:10: note: Assuming that condition 'if(work&&(work)[0]=='/')' is not redundant
libgetdata-0.9.4/src/common.c:1086:18: note: Null pointer addition
libgetdata-0.9.4/src/common.c:103:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libgetdata-0.9.4/src/common.c:106:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/common.c:1061:7: error: Memory leak: work [memleak]
libgetdata-0.9.4/src/del.c:91:7: style: The scope of the variable 'repr' can be reduced. [variableScope]
libgetdata-0.9.4/src/encoding.c:443:30: style: The scope of the variable 'n_to_write' can be reduced. [variableScope]
libgetdata-0.9.4/src/encoding.c:788:19: style: The scope of the variable 'n_raw' can be reduced. [variableScope]
libgetdata-0.9.4/src/encoding.c:904:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/encoding.c:951:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/endian.c:26:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/endian.c:26:19: style: The scope of the variable 'n_raw' can be reduced. [variableScope]
libgetdata-0.9.4/src/endian.c:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/endian.c:302:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/entry.c:173:3: style: Variable 'C' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/src/entry.c:165:0: note: Variable 'C' is reassigned a value before the old one has been used.
libgetdata-0.9.4/src/entry.c:173:3: note: Variable 'C' is reassigned a value before the old one has been used.
libgetdata-0.9.4/src/errors.c:293:15: style: The scope of the variable 'ip' can be reduced. [variableScope]
libgetdata-0.9.4/src/field_list.c:104:44: style: Function '_GD_ListEntry' argument 2 names different: declaration 'meta' definition 'meta_ok'. [funcArgNamesDifferent]
libgetdata-0.9.4/src/internal.h:1308:44: note: Function '_GD_ListEntry' argument 2 names different: declaration 'meta' definition 'meta_ok'.
libgetdata-0.9.4/src/field_list.c:104:44: note: Function '_GD_ListEntry' argument 2 names different: declaration 'meta' definition 'meta_ok'.
libgetdata-0.9.4/src/field_list.c:104:57: style: Function '_GD_ListEntry' argument 3 names different: declaration 'hidden' definition 'hidden_ok'. [funcArgNamesDifferent]
libgetdata-0.9.4/src/internal.h:1308:54: note: Function '_GD_ListEntry' argument 3 names different: declaration 'hidden' definition 'hidden_ok'.
libgetdata-0.9.4/src/field_list.c:104:57: note: Function '_GD_ListEntry' argument 3 names different: declaration 'hidden' definition 'hidden_ok'.
libgetdata-0.9.4/src/field_list.c:354:16: portability: 'fl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/src/flac.c:67:15: style: The scope of the variable 'c' can be reduced. [variableScope]
libgetdata-0.9.4/src/flac.c:284:10: style: The scope of the variable 's' can be reduced. [variableScope]
libgetdata-0.9.4/src/flimits.c:26:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/flimits.c:26:19: style: The scope of the variable 'n_raw' can be reduced. [variableScope]
libgetdata-0.9.4/src/flimits.c:95:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/flush.c:1074:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/fragment.c:200:12: style: The scope of the variable 'u' can be reduced. [variableScope]
libgetdata-0.9.4/src/getdata.c:453:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/getdata.c:600:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/getdata.c:1961:16: style: The scope of the variable 'spf' can be reduced. [variableScope]
libgetdata-0.9.4/src/getdata.c:1362:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgetdata-0.9.4/src/include.c:124:7: style: Condition 'ns' is always false [knownConditionTrueFalse]
libgetdata-0.9.4/src/include.c:103:60: note: Assignment 'ns=NULL', assigned value is 0
libgetdata-0.9.4/src/include.c:124:7: note: Condition 'ns' is always false
libgetdata-0.9.4/src/include.c:331:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/iopos.c:25:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/iopos.c:195:22: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgetdata-0.9.4/src/iopos.c:196:15: style: The scope of the variable 'n_read' can be reduced. [variableScope]
libgetdata-0.9.4/src/iopos.c:344:16: style: The scope of the variable 'spf' can be reduced. [variableScope]
libgetdata-0.9.4/src/lzma.c:405:10: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgetdata-0.9.4/src/mod.c:299:10: style: The scope of the variable 'n' can be reduced. [variableScope]
libgetdata-0.9.4/src/mod.c:370:17: style: The scope of the variable 'nread' can be reduced. [variableScope]
libgetdata-0.9.4/src/mod.c:370:24: style: The scope of the variable 'nwrote' can be reduced. [variableScope]
libgetdata-0.9.4/src/move.c:30:11: style: The scope of the variable 'nread' can be reduced. [variableScope]
libgetdata-0.9.4/src/move.c:30:18: style: The scope of the variable 'nwrote' can be reduced. [variableScope]
libgetdata-0.9.4/src/move.c:32:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/name.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/name.c:756:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/nfields.c:26:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/nfields.c:27:16: style: The scope of the variable 'u' can be reduced. [variableScope]
libgetdata-0.9.4/src/parse.c:2042:3: style: Variable 'P' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/src/parse.c:2036:0: note: Variable 'P' is reassigned a value before the old one has been used.
libgetdata-0.9.4/src/parse.c:2042:3: note: Variable 'P' is reassigned a value before the old one has been used.
libgetdata-0.9.4/src/parse.c:2134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/parse.c:2415:7: style: The scope of the variable 'n_cols' can be reduced. [variableScope]
libgetdata-0.9.4/src/parse.c:2600:5: error: Memory pointed to by 'tok_base' is freed twice. [doubleFree]
libgetdata-0.9.4/src/protect.c:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/putdata.c:111:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
libgetdata-0.9.4/src/putdata.c:781:16: style: The scope of the variable 'spf' can be reduced. [variableScope]
libgetdata-0.9.4/src/sie.c:242:7: style: The scope of the variable 'r' can be reduced. [variableScope]
libgetdata-0.9.4/src/sie.c:339:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/src/sie.c:391:7: style: The scope of the variable 'r' can be reduced. [variableScope]
libgetdata-0.9.4/src/sie.c:458:7: style: The scope of the variable 'r' can be reduced. [variableScope]
libgetdata-0.9.4/src/sie.c:461:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libgetdata-0.9.4/src/sie.c:239:60: style: Function '_GD_SampIndSeek' argument 2 names different: declaration 'count' definition 'sample'. [funcArgNamesDifferent]
libgetdata-0.9.4/src/internal.h:1392:60: note: Function '_GD_SampIndSeek' argument 2 names different: declaration 'count' definition 'sample'.
libgetdata-0.9.4/src/sie.c:239:60: note: Function '_GD_SampIndSeek' argument 2 names different: declaration 'count' definition 'sample'.
libgetdata-0.9.4/src/sie.c:490:25: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
libgetdata-0.9.4/test/add_cpolynom.c:38:14: style: The scope of the variable 'j' can be reduced. [variableScope]
libgetdata-0.9.4/test/add_polynom.c:38:7: style: The scope of the variable 'j' can be reduced. [variableScope]
libgetdata-0.9.4/test/add_string.c:39:8: style: The scope of the variable 'val' can be reduced. [variableScope]
libgetdata-0.9.4/test/convert_complex128_complex64.c:50:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_complex64_complex128.c:49:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float32_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_float64_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int16_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int32_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int64_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_int8_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint16_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint32_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint64_uint32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_float32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_float64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_uint16.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_uint32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/convert_uint8_uint64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/cvlist_array.c:44:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/test/cvlist_array_hidden.c:34:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/test/cvlist_array_meta.c:45:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/test/cvlist_array_meta_hidden.c:35:10: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/test/encode_alter.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/encode_recode.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/endian_alter.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/endian_move.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/flist2.c:39:17: style: The scope of the variable 'error' can be reduced. [variableScope]
libgetdata-0.9.4/test/flist2.c:40:16: style: The scope of the variable 'field_list' can be reduced. [variableScope]
libgetdata-0.9.4/test/flist_meta2.c:40:17: style: The scope of the variable 'error' can be reduced. [variableScope]
libgetdata-0.9.4/test/flist_meta2.c:41:16: style: The scope of the variable 'field_list' can be reduced. [variableScope]
libgetdata-0.9.4/test/flush_lincom.c:61:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/test/flush_lincom.c:59:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/test/flush_lincom.c:61:3: note: Variable 'n' is reassigned a value before the old one has been used.
libgetdata-0.9.4/test/fragment_name_oor.c:56:3: style: Variable 'form0' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/test/fragment_name_oor.c:39:0: note: Variable 'form0' is reassigned a value before the old one has been used.
libgetdata-0.9.4/test/fragment_name_oor.c:56:3: note: Variable 'form0' is reassigned a value before the old one has been used.
libgetdata-0.9.4/test/fragment_name_oor.c:57:3: style: Variable 'form1' is reassigned a value before the old one has been used. [redundantAssignment]
libgetdata-0.9.4/test/fragment_name_oor.c:40:0: note: Variable 'form1' is reassigned a value before the old one has been used.
libgetdata-0.9.4/test/fragment_name_oor.c:57:3: note: Variable 'form1' is reassigned a value before the old one has been used.
libgetdata-0.9.4/test/get_complex128.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_complex64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_float32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_float64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_int16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_int32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_int64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_uint32.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/get_uint64.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/madd_cpolynom.c:37:7: style: The scope of the variable 'j' can be reduced. [variableScope]
libgetdata-0.9.4/test/madd_polynom.c:37:7: style: The scope of the variable 'j' can be reduced. [variableScope]
libgetdata-0.9.4/test/madd_string.c:39:8: style: The scope of the variable 'val' can be reduced. [variableScope]
libgetdata-0.9.4/test/move_data_enc_ra.c:43:12: style: The scope of the variable 'd' can be reduced. [variableScope]
libgetdata-0.9.4/test/move_data_enc_ra.c:44:8: style: The scope of the variable 'line' can be reduced. [variableScope]
libgetdata-0.9.4/test/move_data_enc_ra.c:45:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/test/put_complex128.c:50:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_complex64.c:50:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_float32.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_float64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_int16.c:42:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_int32.c:42:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_int64.c:42:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_repr.c:44:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_uint16.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_uint32.c:42:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/put_uint64.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_float32.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_float64.c:48:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_int16.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_int32.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_int64.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_uint16.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_uint32.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/repr_uint64.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/seek_foffs2.c:37:14: style: The scope of the variable 'e' can be reduced. [variableScope]
libgetdata-0.9.4/test/sie_move_from.c:33:11: style: The scope of the variable 'check' can be reduced. [variableScope]
libgetdata-0.9.4/test/sie_move_from.c:48:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgetdata-0.9.4/test/svlist2.c:40:17: style: The scope of the variable 'error' can be reduced. [variableScope]
libgetdata-0.9.4/test/svlist2.c:41:16: style: The scope of the variable 'field_list' can be reduced. [variableScope]
libgetdata-0.9.4/test/version_2.c:46:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_3.c:45:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_4.c:45:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_5.c:51:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_5_strict.c:58:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_6.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_6_strict.c:61:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_7.c:43:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_7_strict.c:57:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_8.c:47:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/test/version_9.c:46:3: warning: Array 'c' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*c)'? [incompleteArrayFill]
libgetdata-0.9.4/util/checkdirfile.c:57:25: style: The scope of the variable 'mflist' can be reduced. [variableScope]
libgetdata-0.9.4/util/checkdirfile.c:106:9: style: The scope of the variable 'first' can be reduced. [variableScope]
libgetdata-0.9.4/util/checkdirfile.c:107:9: style: The scope of the variable 'start' can be reduced. [variableScope]
libgetdata-0.9.4/util/dirfile2ascii.c:147:10: style: The scope of the variable 'n_want' can be reduced. [variableScope]
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt++/libgetopt++_0.0.2-p22.orig.tar.gz
[15:09]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-argparse-perl/libgetopt-argparse-perl_1.0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-argvfile-perl/libgetopt-argvfile-perl_1.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-complete-perl/libgetopt-complete-perl_0.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-declare-perl/libgetopt-declare-perl_1.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-euclid-perl/libgetopt-euclid-perl_0.4.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-java/libgetopt-java_1.0.14+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-long-descriptive-perl/libgetopt-long-descriptive-perl_0.103.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-lucid-perl/libgetopt-lucid-perl_1.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-mixed-perl/libgetopt-mixed-perl_1.008.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-simple-perl/libgetopt-simple-perl_1.52.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-tabular-perl/libgetopt-tabular-perl_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgetopt-usaginator-perl/libgetopt-usaginator-perl_0.0012.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgettext-commons-java/libgettext-commons-java_0.9.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgff/libgff_1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgfshare/libgfshare_2.0.0.orig.tar.gz
libgfshare-2.0.0/src/libgfshare.c:175:18: style: The scope of the variable 'share_ptr' can be reduced. [variableScope]
libgfshare-2.0.0/tools/gfcombine.c:105:5: error: Memory leak: inputfiles [memleak]
libgfshare-2.0.0/tools/gfcombine.c:105:5: error: Memory leak: sharenrs [memleak]
libgfshare-2.0.0/tools/gfcombine.c:105:5: error: Memory leak: buffer [memleak]
libgfshare-2.0.0/tools/gfcombine.c:115:5: error: Memory leak: inputfiles [memleak]
libgfshare-2.0.0/tools/gfcombine.c:115:5: error: Memory leak: sharenrs [memleak]
libgfshare-2.0.0/tools/gfcombine.c:115:5: error: Memory leak: buffer [memleak]
libgfshare-2.0.0/tools/gfcombine.c:121:0: error: Resource leak: outfile [resourceLeak]
libgfshare-2.0.0/tools/gfsplit.c:90:5: error: Memory leak: sharenrs [memleak]
libgfshare-2.0.0/tools/gfsplit.c:90:5: error: Memory leak: outputfiles [memleak]
libgfshare-2.0.0/tools/gfsplit.c:90:5: error: Memory leak: outputfilenames [memleak]
libgfshare-2.0.0/tools/gfsplit.c:90:5: error: Memory leak: outputfilebuffer [memleak]
libgfshare-2.0.0/tools/gfsplit.c:90:5: error: Memory leak: buffer [memleak]
libgfshare-2.0.0/tools/gfsplit.c:96:5: error: Memory leak: sharenrs [memleak]
libgfshare-2.0.0/tools/gfsplit.c:96:5: error: Memory leak: outputfiles [memleak]
libgfshare-2.0.0/tools/gfsplit.c:96:5: error: Memory leak: outputfilenames [memleak]
libgfshare-2.0.0/tools/gfsplit.c:96:5: error: Memory leak: outputfilebuffer [memleak]
libgfshare-2.0.0/tools/gfsplit.c:96:5: error: Memory leak: buffer [memleak]
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libghemical/libghemical_3.0.0.orig.tar.gz
Checking libghemical-3.0.0/src/model.cpp: __GCC__=1;__GCC__=1...

libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::formal_charge' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::atmtp' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::atmtp_E' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::atmtp_s' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::charge' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::mass' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::vdwr' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::crd_table' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::crd_table_size_loc' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::id' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::builder_res_id' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::index' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::varind' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::flags' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:272:7: warning: Member variable 'atom::ecomp_grp_i' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/atom.cpp:283:2: performance: Variable 'el' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/atom.cpp:325:2: performance: Variable 'el' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/atom.h:208:14: style: Technically the member function 'atom::GetCRD' can be const. [functionConst]
libghemical-3.0.0/src/atom.cpp:366:19: note: Technically the member function 'atom::GetCRD' can be const.
libghemical-3.0.0/src/atom.h:208:14: note: Technically the member function 'atom::GetCRD' can be const.
libghemical-3.0.0/src/atom.h:215:6: style: Technically the member function 'atom::GetConnRecCount' can be const. [functionConst]
libghemical-3.0.0/src/atom.cpp:301:2: style: Class 'atom' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/atom.h:72:2: style: Class 'element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/atom.h:73:2: style: Class 'element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/bond.h:70:2: style: Class 'bondtype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/bond.h:71:2: style: Class 'bondtype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/atom.h:153:1: warning: The class 'atom' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libghemical-3.0.0/src/bond.cpp:134:7: warning: Member variable 'bond::tmp_bt1_index' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/bond.cpp:142:7: warning: Member variable 'bond::tmp_bt1_index' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/bond.cpp:150:7: warning: Member variable 'bond::tmp_bt1_index' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/bond.cpp:144:30: performance: Variable 'bt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/bond.cpp:152:46: performance: Variable 'bt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/bond.h:100:1: warning: The class 'bond' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libghemical-3.0.0/src/chn_info.h:84:11: style: Technically the member function 'chn_info::GetType' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:85:7: style: Technically the member function 'chn_info::GetLength' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:87:7: style: Technically the member function 'chn_info::GetIDmol' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:88:7: style: Technically the member function 'chn_info::GetIDchn' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:90:15: style: Technically the member function 'chn_info::GetSequence1' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:91:16: style: Technically the member function 'chn_info::GetSequence3' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:93:15: style: Technically the member function 'chn_info::GetSecStrStates' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.h:94:15: style: Technically the member function 'chn_info::GetProtonationStates' can be const. [functionConst]
libghemical-3.0.0/src/chn_info.cpp:61:2: style: Class 'chn_info' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/v3d.h:62:2: style: Class 'v3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/chn_info.h:46:1: warning: The class 'chn_info' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libghemical-3.0.0/src/conjgrad.cpp:30:21: warning: Member variable 'conjugate_gradient::newip' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/conjgrad.cpp:30:21: warning: Member variable 'conjugate_gradient::oldip' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/conjgrad.cpp:30:21: warning: Member variable 'conjugate_gradient::beta' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/conjgrad.cpp:30:21: warning: Member variable 'conjugate_gradient::optstp' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/conjgrad.cpp:30:21: warning: Member variable 'conjugate_gradient::optval' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/conjgrad.cpp:44:25: error: Uninitialized struct member: newvar.data1 [uninitStructMember]
libghemical-3.0.0/src/conjgrad.cpp:44:25: error: Uninitialized struct member: newvar.data2 [uninitStructMember]
libghemical-3.0.0/src/eng1_mm.cpp:78:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm.cpp:250:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm.cpp:328:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm.cpp:339:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm.cpp:352:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::do_virial' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_bt1' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_bt2' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_bt3' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_bt4' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_nbt1a' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_nbt1b' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_nbt1c' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm.cpp:186:10: warning: Member variable 'eng1_mm::energy_nbt1d' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/model.h:279:6: style: Technically the member function 'model::GetAtomCount' can be const. [functionConst]
libghemical-3.0.0/src/model.h:284:6: style: Technically the member function 'model::GetBondCount' can be const. [functionConst]
libghemical-3.0.0/src/model.h:289:6: style: Technically the member function 'model::GetConstD_count' can be const. [functionConst]
libghemical-3.0.0/src/model.h:294:7: style: Technically the member function 'model::GetQMTotalCharge' can be const. [functionConst]
libghemical-3.0.0/src/model.h:297:7: style: Technically the member function 'model::GetQMCurrentOrbital' can be const. [functionConst]
libghemical-3.0.0/src/model.h:300:7: style: Technically the member function 'model::GetMoleculeCount' can be const. [functionConst]
libghemical-3.0.0/src/model.h:302:7: style: Technically the member function 'model::IsEmpty' can be const. [functionConst]
libghemical-3.0.0/src/model.h:304:7: style: Technically the member function 'model::IsIndexClean' can be const. [functionConst]
libghemical-3.0.0/src/model.h:305:7: style: Technically the member function 'model::IsGroupsClean' can be const. [functionConst]
libghemical-3.0.0/src/model.h:306:7: style: Technically the member function 'model::IsGroupsSorted' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:96:7: style: Technically the member function 'setup::HasSetupTables' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:102:7: style: Technically the member function 'setup::GetAtomCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:108:7: style: Technically the member function 'setup::GetQMAtomCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:110:7: style: Technically the member function 'setup::GetQMBondCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:113:7: style: Technically the member function 'setup::GetMMAtomCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:115:7: style: Technically the member function 'setup::GetMMBondCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:118:7: style: Technically the member function 'setup::GetBoundaryBondCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:121:7: style: Technically the member function 'setup::GetSFAtomCount' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:125:7: style: Technically the member function 'setup::GetCurrEngIndex' can be const. [functionConst]
libghemical-3.0.0/src/engine.h:245:7: style: Technically the member function 'engine::GetAtomCount' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm.h:74:7: style: Technically the member function 'setup1_mm::GetExceptions' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_tripos52.h:53:7: style: Technically the member function 'mm_tripos52_bt1::get_atmi' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_tripos52.h:69:7: style: Technically the member function 'mm_tripos52_bt2::get_index' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_tripos52.h:74:7: style: Technically the member function 'mm_tripos52_bt2::get_dir' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_default.h:54:7: style: Technically the member function 'mm_default_bt1::get_atmi' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_default.h:69:7: style: Technically the member function 'mm_default_bt2::get_index' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_default.h:74:7: style: Technically the member function 'mm_default_bt2::get_dir' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_prmfit.h:50:7: style: Technically the member function 'mm_prmfit_bt1::get_atmi' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_prmfit.h:71:7: style: Technically the member function 'mm_prmfit_bt2::get_index' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm_prmfit.h:76:7: style: Technically the member function 'mm_prmfit_bt2::get_dir' can be const. [functionConst]
libghemical-3.0.0/src/eng1_mm.cpp:206:2: style: Class 'eng1_mm' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/eng1_mm.cpp:206:2: style: Class 'eng1_mm' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/eng1_mm.h:71:2: style: Class 'setup1_mm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/tab_mm_prmfit.h:232:2: style: Class 'prmfit_tables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/eng1_mm.h:77:7: style: The function 'UpdateAtomFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:128:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:77:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:84:7: style: The function 'GetEngineCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:136:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:84:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:85:7: style: The function 'GetEngineIDNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:137:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:85:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:86:15: style: The function 'GetEngineName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:138:23: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:86:15: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:87:15: style: The function 'GetClassName_lg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:139:23: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:87:15: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:89:11: style: The function 'CreateEngineByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:144:19: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:89:11: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:156:7: style: The function 'Compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:257:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:156:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:158:15: style: The function 'GetOrbitalCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:270:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:158:15: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:159:14: style: The function 'GetOrbitalEnergy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:271:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:159:14: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:161:15: style: The function 'GetElectronCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:273:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:161:15: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:163:15: style: The function 'SetupPlotting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:278:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:163:15: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:165:14: style: The function 'GetVDWSurf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:280:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:165:14: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:167:14: style: The function 'GetESP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:282:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:167:14: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:169:14: style: The function 'GetElDens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:284:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:169:14: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:171:14: style: The function 'GetOrbital' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:286:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:171:14: note: Function in derived class
libghemical-3.0.0/src/eng1_mm.h:172:14: style: The function 'GetOrbDens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:287:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm.h:172:14: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:166:7: style: The function 'SetTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:264:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:166:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:167:7: style: The function 'RemoveTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:265:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:167:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:171:7: style: The function 'ComputeBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:182:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:171:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:172:7: style: The function 'ComputeBT2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:183:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:172:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:173:7: style: The function 'ComputeBT3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:184:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:173:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:174:7: style: The function 'ComputeBT4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:185:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:174:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:194:7: style: The function 'ComputeNBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:187:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:194:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_tripos52.h:230:7: style: The function 'ComputeNBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:187:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_tripos52.h:230:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:184:7: style: The function 'SetTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:264:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:184:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:185:7: style: The function 'RemoveTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:265:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:185:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:189:7: style: The function 'ComputeBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:182:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:189:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:190:7: style: The function 'ComputeBT2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:183:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:190:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:191:7: style: The function 'ComputeBT3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:184:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:191:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:192:7: style: The function 'ComputeBT4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:185:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:192:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:216:7: style: The function 'ComputeNBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:187:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:216:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.h:256:7: style: The function 'ComputeNBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:187:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_default.h:256:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:168:7: style: The function 'SetTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:264:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:168:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:169:7: style: The function 'RemoveTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:265:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:169:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:173:7: style: The function 'ComputeBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:182:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:173:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:174:7: style: The function 'ComputeBT2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:183:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:174:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:175:7: style: The function 'ComputeBT3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:184:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:175:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:176:7: style: The function 'ComputeBT4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:185:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:176:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_prmfit.h:178:7: style: The function 'ComputeNBT1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/eng1_mm.h:187:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_mm_prmfit.h:178:7: note: Function in derived class
libghemical-3.0.0/src/eng1_mm_default.cpp:69:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:69:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:129:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:129:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:138:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:138:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:206:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:206:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:215:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:215:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:1124:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:1115:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:1124:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:1131:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:1115:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:1131:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:1615:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_default.cpp:1610:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_default.cpp:1615:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_default.cpp:69:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:69:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:129:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:129:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:138:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:138:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:206:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:206:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:215:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:215:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:381:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:381:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:388:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:388:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:500:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:61:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:500:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:1124:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:1115:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:1124:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:1131:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:1115:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:1131:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:1615:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_default.cpp:1610:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_default.cpp:1615:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_default.cpp:1633:9: style: The scope of the variable 't1a' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_mm_default.cpp:156:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_default.cpp:161:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_default.cpp:228:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_default.cpp:245:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_default.cpp:273:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_default.cpp:400:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_default.cpp:401:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/v3d.h:60:0: warning: Member variable 'v3d < double >::data' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_mm_default.cpp:131:2: style: Class 'eng1_mm_default_bt' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/eng1_mm_default.cpp:131:2: style: Class 'eng1_mm_default_bt' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/v3d.h:62:0: style: Class 'v3d < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:68:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:68:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:118:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:118:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:127:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:127:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:184:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:184:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:193:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:193:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:68:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:68:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:118:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:118:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:127:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:127:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:184:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:184:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:193:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:193:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:346:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:346:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:353:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:353:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:454:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:454:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:472:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:472:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:540:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:47:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:540:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:145:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:150:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:206:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:223:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:251:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:365:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:366:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:120:2: style: Class 'eng1_mm_prmfit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/eng1_mm_prmfit.cpp:120:2: style: Class 'eng1_mm_prmfit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:62:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:62:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:97:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:97:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:110:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:110:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:156:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:156:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:169:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:169:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:846:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:837:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:846:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:853:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:837:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:853:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1295:11: style: Condition 'ostr!=NULL' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1290:19: note: Assignment 'ostr=NULL', assigned value is 0
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1295:11: note: Condition 'ostr!=NULL' is always false
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:62:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:62:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:97:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:97:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:110:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:110:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:156:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:156:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:169:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:169:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:301:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:54:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:301:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:846:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:837:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:846:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:853:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:837:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:853:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1295:11: style: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same. [duplicateExpression]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1290:19: note: 'ostr' is assigned value 'NULL' here.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1295:11: note: Same expression on both sides of '!=' because the value of 'ostr' and 'NULL' are the same.
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:1313:9: style: The scope of the variable 't1a' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:65:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:113:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:128:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:133:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:172:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:176:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:187:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:217:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:103:2: style: Class 'eng1_mm_tripos52_bt' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/eng1_mm_tripos52.cpp:103:2: style: Class 'eng1_mm_tripos52_bt' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/eng1_qm.cpp:173:18: style: Variable 'engtype2' is assigned a value that is never used. [unreadVariable]
libghemical-3.0.0/src/eng1_qm.cpp:108:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_qm.cpp:249:2: style: Class 'eng1_qm' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/eng1_qm.cpp:249:2: style: Class 'eng1_qm' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/eng1_qm.h:81:2: style: Class 'setup1_qm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/eng1_qm.h:84:7: style: The function 'UpdateAtomFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:128:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:84:7: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:91:7: style: The function 'GetEngineCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:136:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:91:7: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:92:7: style: The function 'GetEngineIDNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:137:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:92:7: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:93:15: style: The function 'GetEngineName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:138:23: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:93:15: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:94:15: style: The function 'GetClassName_lg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:139:23: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:94:15: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:96:11: style: The function 'CreateEngineByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:144:19: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:96:11: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:128:15: style: The function 'SetTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:264:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:128:15: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:129:15: style: The function 'RemoveTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:265:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:129:15: note: Function in derived class
libghemical-3.0.0/src/eng1_qm.h:131:14: style: The function 'GetVDWSurf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:280:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_qm.h:131:14: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.cpp:2372:8: style: Condition 'skip' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_sf.cpp:2366:16: note: Assignment 'skip=false', assigned value is 0
libghemical-3.0.0/src/eng1_sf.cpp:2372:8: note: Condition 'skip' is always false
libghemical-3.0.0/src/eng1_sf.cpp:2790:8: style: Condition 'skip' is always false [knownConditionTrueFalse]
libghemical-3.0.0/src/eng1_sf.cpp:2784:16: note: Assignment 'skip=false', assigned value is 0
libghemical-3.0.0/src/eng1_sf.cpp:2790:8: note: Condition 'skip' is always false
libghemical-3.0.0/src/eng1_sf.cpp:995:14: style: The scope of the variable 'name' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:1444:6: style: The scope of the variable 'h4flag_0' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:1447:6: style: The scope of the variable 'h4flag_3' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:1483:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:1528:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:3448:18: style: The scope of the variable 'loop2' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:4235:41: style: The scope of the variable 't1e' can be reduced. [variableScope]
libghemical-3.0.0/src/eng1_sf.cpp:1207:17: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
libghemical-3.0.0/src/eng1_sf.cpp:1208:17: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
libghemical-3.0.0/src/eng1_sf.cpp:1209:17: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
libghemical-3.0.0/src/eng1_sf.cpp:446:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:459:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:734:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:782:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:847:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:862:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:883:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.cpp:905:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/eng1_sf.h:204:2: warning: Member variable 'sf_dsb::chn' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_sf.h:204:2: warning: Member variable 'sf_dsb::res' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/eng1_sf.cpp:166:2: performance: Variable 'res_vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/eng1_sf.h:182:7: style: Technically the member function 'sf_res::GetNumA' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:185:7: style: Technically the member function 'sf_res::GetState' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:187:7: style: Technically the member function 'sf_res::GetSymbol' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:207:7: style: Technically the member function 'sf_dsb::GetChn' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:218:7: style: Technically the member function 'sf_dsb::GetRes' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:262:7: style: Technically the member function 'sf_helix4info::GetChn' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:263:7: style: Technically the member function 'sf_helix4info::GetResBgn' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:264:7: style: Technically the member function 'sf_helix4info::GetResEnd' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:291:7: style: Technically the member function 'sf_strandinfo::GetChn' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:292:7: style: Technically the member function 'sf_strandinfo::GetResBgn' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:293:7: style: Technically the member function 'sf_strandinfo::GetResEnd' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:333:7: style: Technically the member function 'sf_strandpair::ContainsPair' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:353:7: style: Technically the member function 'sf_strandpair::IsParallel' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:354:7: style: Technically the member function 'sf_strandpair::IsAntiParallel' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:394:7: performance: Technically the member function 'setup1_sf::GetReducedCRD' can be static. [functionStatic]
libghemical-3.0.0/src/eng1_sf.cpp:899:17: note: Technically the member function 'setup1_sf::GetReducedCRD' can be static.
libghemical-3.0.0/src/eng1_sf.h:394:7: note: Technically the member function 'setup1_sf::GetReducedCRD' can be static.
libghemical-3.0.0/src/eng1_sf.h:447:7: style: Technically the member function 'sf_bt1::GetIndex' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.h:758:7: performance: Technically the member function 'eng1_sf::InitLenJon' can be static. [functionStatic]
libghemical-3.0.0/src/eng1_sf.cpp:3089:15: note: Technically the member function 'eng1_sf::InitLenJon' can be static.
libghemical-3.0.0/src/eng1_sf.h:758:7: note: Technically the member function 'eng1_sf::InitLenJon' can be static.
libghemical-3.0.0/src/typerule.h:75:7: style: Technically the member function 'typerule::GetFirst' can be const. [functionConst]
libghemical-3.0.0/src/eng1_sf.cpp:1091:2: style: Class 'eng1_sf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/eng1_sf.cpp:1091:2: style: Class 'eng1_sf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/seqbuild.h:101:2: style: Class 'sb_chain_descriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/eng1_sf.h:130:1: warning: The class 'sf_chn' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libghemical-3.0.0/src/eng1_sf.h:156:1: warning: The class 'sf_res' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libghemical-3.0.0/src/eng1_sf.h:392:7: style: The function 'UpdateAtomFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:128:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:392:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:403:7: style: The function 'GetEngineCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:136:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:403:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:404:7: style: The function 'GetEngineIDNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:137:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:404:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:405:15: style: The function 'GetEngineName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:138:23: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:405:15: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:406:15: style: The function 'GetClassName_lg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:139:23: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:406:15: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:408:11: style: The function 'CreateEngineByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:144:19: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:408:11: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:731:7: style: The function 'SetTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:264:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:731:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:732:7: style: The function 'RemoveTorsionConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:265:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:732:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:737:7: style: The function 'Compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:257:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:737:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:739:7: style: The function 'GetOrbitalCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:270:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:739:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:740:6: style: The function 'GetOrbitalEnergy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:271:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:740:6: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:742:7: style: The function 'GetElectronCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:273:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:742:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:744:7: style: The function 'SetupPlotting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:278:15: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:744:7: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:746:6: style: The function 'GetVDWSurf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:280:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:746:6: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:748:6: style: The function 'GetESP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:282:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:748:6: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:750:6: style: The function 'GetElDens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:284:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:750:6: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:752:6: style: The function 'GetOrbital' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:286:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:752:6: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.h:753:6: style: The function 'GetOrbDens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:287:14: note: Virtual function in base class
libghemical-3.0.0/src/eng1_sf.h:753:6: note: Function in derived class
libghemical-3.0.0/src/eng1_sf.cpp:4889:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libghemical-3.0.0/src/eng1_sf.cpp:4892:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libghemical-3.0.0/src/eng2_qm_mm.cpp:163:18: style: Variable 'engtype2' is assigned a value that is never used. [unreadVariable]
libghemical-3.0.0/src/eng1_qm.h:76:20: warning: The class 'setup2_qm_mm' defines member variable with name 'eng_id_tab' also defined in its parent class 'setup1_qm'. [duplInheritedMember]
libghemical-3.0.0/src/eng2_qm_mm.h:47:20: note: The class 'setup2_qm_mm' defines member variable with name 'eng_id_tab' also defined in its parent class 'setup1_qm'.
libghemical-3.0.0/src/eng1_qm.h:76:20: note: The class 'setup2_qm_mm' defines member variable with name 'eng_id_tab' also defined in its parent class 'setup1_qm'.
libghemical-3.0.0/src/eng1_qm.h:77:22: warning: The class 'setup2_qm_mm' defines member variable with name 'eng_name_tab' also defined in its parent class 'setup1_qm'. [duplInheritedMember]
libghemical-3.0.0/src/eng2_qm_mm.h:48:22: note: The class 'setup2_qm_mm' defines member variable with name 'eng_name_tab' also defined in its parent class 'setup1_qm'.
libghemical-3.0.0/src/eng1_qm.h:77:22: note: The class 'setup2_qm_mm' defines member variable with name 'eng_name_tab' also defined in its parent class 'setup1_qm'.
libghemical-3.0.0/src/eng1_mm.h:62:20: warning: The class 'setup2_qm_mm' defines member variable with name 'eng_id_tab' also defined in its parent class 'setup1_mm'. [duplInheritedMember]
libghemical-3.0.0/src/eng2_qm_mm.h:47:20: note: The class 'setup2_qm_mm' defines member variable with name 'eng_id_tab' also defined in its parent class 'setup1_mm'.
libghemical-3.0.0/src/eng1_mm.h:62:20: note: The class 'setup2_qm_mm' defines member variable with name 'eng_id_tab' also defined in its parent class 'setup1_mm'.
libghemical-3.0.0/src/eng1_mm.h:63:22: warning: The class 'setup2_qm_mm' defines member variable with name 'eng_name_tab' also defined in its parent class 'setup1_mm'. [duplInheritedMember]
libghemical-3.0.0/src/eng2_qm_mm.h:48:22: note: The class 'setup2_qm_mm' defines member variable with name 'eng_name_tab' also defined in its parent class 'setup1_mm'.
libghemical-3.0.0/src/eng1_mm.h:63:22: note: The class 'setup2_qm_mm' defines member variable with name 'eng_name_tab' also defined in its parent class 'setup1_mm'.
libghemical-3.0.0/src/eng2_qm_mm.h:52:2: style: Class 'setup2_qm_mm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/eng2_qm_mm.h:55:7: style: The function 'UpdateAtomFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:128:15: note: Virtual function in base class
libghemical-3.0.0/src/eng2_qm_mm.h:55:7: note: Function in derived class
libghemical-3.0.0/src/eng2_qm_mm.h:62:7: style: The function 'GetEngineCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:136:15: note: Virtual function in base class
libghemical-3.0.0/src/eng2_qm_mm.h:62:7: note: Function in derived class
libghemical-3.0.0/src/eng2_qm_mm.h:63:7: style: The function 'GetEngineIDNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:137:15: note: Virtual function in base class
libghemical-3.0.0/src/eng2_qm_mm.h:63:7: note: Function in derived class
libghemical-3.0.0/src/eng2_qm_mm.h:64:15: style: The function 'GetEngineName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:138:23: note: Virtual function in base class
libghemical-3.0.0/src/eng2_qm_mm.h:64:15: note: Function in derived class
libghemical-3.0.0/src/eng2_qm_mm.h:65:15: style: The function 'GetClassName_lg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:139:23: note: Virtual function in base class
libghemical-3.0.0/src/eng2_qm_mm.h:65:15: note: Function in derived class
libghemical-3.0.0/src/eng2_qm_mm.h:67:11: style: The function 'CreateEngineByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/engine.h:144:19: note: Virtual function in base class
libghemical-3.0.0/src/eng2_qm_mm.h:67:11: note: Function in derived class
libghemical-3.0.0/src/engine.cpp:91:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/engine.cpp:142:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/engine.cpp:178:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/engine.cpp:242:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/engine.cpp:280:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/engine.h:248:6: style: Technically the member function 'engine::GetGradientVectorLength' can be const. [functionConst]
libghemical-3.0.0/src/engine.cpp:471:13: note: Technically the member function 'engine::GetGradientVectorLength' can be const.
libghemical-3.0.0/src/engine.h:248:6: note: Technically the member function 'engine::GetGradientVectorLength' can be const.
libghemical-3.0.0/src/engine.h:292:6: style: Technically the member function 'engine::GetEnergy' can be const. [functionConst]
libghemical-3.0.0/src/engine.cpp:504:13: note: Technically the member function 'engine::GetEnergy' can be const.
libghemical-3.0.0/src/engine.h:292:6: note: Technically the member function 'engine::GetEnergy' can be const.
libghemical-3.0.0/src/engine.h:294:6: style: Technically the member function 'engine::ReadCRD' can be const. [functionConst]
libghemical-3.0.0/src/engine.cpp:509:13: note: Technically the member function 'engine::ReadCRD' can be const.
libghemical-3.0.0/src/engine.h:294:6: note: Technically the member function 'engine::ReadCRD' can be const.
libghemical-3.0.0/src/engine.h:299:7: style: Technically the member function 'engine::ecomp_AddStore2' can be const. [functionConst]
libghemical-3.0.0/src/engine.cpp:522:14: note: Technically the member function 'engine::ecomp_AddStore2' can be const.
libghemical-3.0.0/src/engine.h:299:7: note: Technically the member function 'engine::ecomp_AddStore2' can be const.
libghemical-3.0.0/src/engine.h:305:9: style: Technically the member function 'engine::ecomp_ReadStore' can be const. [functionConst]
libghemical-3.0.0/src/engine.cpp:602:16: note: Technically the member function 'engine::ecomp_ReadStore' can be const.
libghemical-3.0.0/src/engine.h:305:9: note: Technically the member function 'engine::ecomp_ReadStore' can be const.
libghemical-3.0.0/src/engine.cpp:392:2: style: Class 'engine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/engine.cpp:392:2: style: Class 'engine' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/engine.cpp:813:2: style: Class 'engine_pbc' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/engine.cpp:813:2: style: Class 'engine_pbc' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/engine.cpp:888:2: style: Class 'number_density_evaluator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libghemical-3.0.0/src/engine.cpp:888:2: style: Class 'number_density_evaluator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libghemical-3.0.0/src/v3d.h:62:0: style: Class 'v3d < GLfloat >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/geomopt.h:77:7: style: Technically the member function 'geomopt_param::GetConfirm' can be const. [functionConst]
libghemical-3.0.0/src/geomopt.h:56:2: style: Class 'geomopt_param' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/geomopt.h:96:6: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/conjgrad.h:101:14: note: Virtual function in base class
libghemical-3.0.0/src/geomopt.h:96:6: note: Function in derived class
libghemical-3.0.0/src/geomopt.h:97:6: style: The function 'GetGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libghemical-3.0.0/src/conjgrad.h:109:14: note: Virtual function in base class
libghemical-3.0.0/src/geomopt.h:97:6: note: Function in derived class
libghemical-3.0.0/src/intcrd.cpp:159:7: warning: Possible null pointer dereference: matching_cr [nullPointer]
libghemical-3.0.0/src/intcrd.cpp:104:24: note: Assignment 'matching_cr=NULL', assigned value is 0
libghemical-3.0.0/src/intcrd.cpp:159:7: note: Null pointer dereference
libghemical-3.0.0/src/intcrd.cpp:161:3: warning: Possible null pointer dereference: matching_cr [nullPointer]
libghemical-3.0.0/src/intcrd.cpp:104:24: note: Assignment 'matching_cr=NULL', assigned value is 0
libghemical-3.0.0/src/intcrd.cpp:161:3: note: Null pointer dereference
libghemical-3.0.0/src/intcrd.cpp:162:32: warning: Possible null pointer dereference: matching_cr [nullPointer]
libghemical-3.0.0/src/intcrd.cpp:104:24: note: Assignment 'matching_cr=NULL', assigned value is 0
libghemical-3.0.0/src/intcrd.cpp:162:32: note: Null pointer dereference
libghemical-3.0.0/src/intcrd.cpp:163:3: warning: Possible null pointer dereference: matching_cr [nullPointer]
libghemical-3.0.0/src/intcrd.cpp:104:24: note: Assignment 'matching_cr=NULL', assigned value is 0
libghemical-3.0.0/src/intcrd.cpp:163:3: note: Null pointer dereference
libghemical-3.0.0/src/intcrd.cpp:80:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/intcrd.cpp:118:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/intcrd.cpp:134:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/intcrd.cpp:143:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/intcrd.h:82:7: style: Technically the member function 'intcrd::GetVariableCount' can be const. [functionConst]
libghemical-3.0.0/src/intcrd.cpp:253:14: note: Technically the member function 'intcrd::GetVariableCount' can be const.
libghemical-3.0.0/src/intcrd.h:82:7: note: Technically the member function 'intcrd::GetVariableCount' can be const.
libghemical-3.0.0/src/intcrd.h:85:6: style: Technically the member function 'intcrd::GetVariable' can be const. [functionConst]
libghemical-3.0.0/src/intcrd.cpp:281:13: note: Technically the member function 'intcrd::GetVariable' can be const.
libghemical-3.0.0/src/intcrd.h:85:6: note: Technically the member function 'intcrd::GetVariable' can be const.
libghemical-3.0.0/src/intcrd.h:88:7: style: Technically the member function 'intcrd::GetTorsionCount' can be const. [functionConst]
libghemical-3.0.0/src/intcrd.cpp:287:14: note: Technically the member function 'intcrd::GetTorsionCount' can be const.
libghemical-3.0.0/src/intcrd.h:88:7: note: Technically the member function 'intcrd::GetTorsionCount' can be const.
libghemical-3.0.0/src/intcrd.h:89:7: style: Technically the member function 'intcrd::FindTorsion' can be const. [functionConst]
libghemical-3.0.0/src/intcrd.cpp:292:14: note: Technically the member function 'intcrd::FindTorsion' can be const.
libghemical-3.0.0/src/intcrd.h:89:7: note: Technically the member function 'intcrd::FindTorsion' can be const.
libghemical-3.0.0/src/intcrd.h:91:6: style: Technically the member function 'intcrd::GetTorsion' can be const. [functionConst]
libghemical-3.0.0/src/intcrd.cpp:311:13: note: Technically the member function 'intcrd::GetTorsion' can be const.
libghemical-3.0.0/src/intcrd.h:91:6: note: Technically the member function 'intcrd::GetTorsion' can be const.
libghemical-3.0.0/src/intcrd.cpp:172:26: error: Array index -1 is out of bounds. [negativeContainerIndex]
libghemical-3.0.0/src/intcrd.cpp:103:22: note: Assignment 'added_index=-1', assigned value is -1
libghemical-3.0.0/src/intcrd.cpp:172:26: note: Negative array index
libghemical-3.0.0/src/mfinder.cpp:221:0: style: Variable 'head_el' is assigned a value that is never used. [unreadVariable]
libghemical-3.0.0/src/mfinder.cpp:222:0: style: Variable 'tail_el' is assigned a value that is never used. [unreadVariable]
libghemical-3.0.0/src/mfinder.cpp:155:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/mfinder.cpp:206:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/mfinder.cpp:538:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/mfinder.cpp:590:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libghemical-3.0.0/src/mfinder.cpp:648:14: warning: Member variable 'mf_data_atm::id' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/mfinder.cpp:648:14: warning: Member variable 'mf_data_atm::prev' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/mfinder.cpp:648:14: warning: Member variable 'mf_data_atm::ic1' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/mfinder.cpp:648:14: warning: Member variable 'mf_data_atm::ic2' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/mfinder.cpp:715:14: warning: Member variable 'mf_data_bnd::atm' is not initialized in the constructor. [uninitMemberVar]
libghemical-3.0.0/src/mfinder.cpp:657:2: performance: Variable 'el' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/mfinder.cpp:658:2: performance: Variable 'bt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libghemical-3.0.0/src/mfinder.h:103:7: performance: Technically the member function 'mfinder::BuildPartialT' can be static. [functionStatic]
libghemical-3.0.0/src/mfinder.cpp:487:15: note: Technically the member function 'mfinder::BuildPartialT' can be static.
libghemical-3.0.0/src/mfinder.h:103:7: note: Technically the member function 'mfinder::BuildPartialT' can be static.
libghemical-3.0.0/src/mfinder.h:95:2: style: Class 'mfinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libghemical-3.0.0/src/mfinder.h:110:1: warning: The class 'mf_data_atm' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libghemical-3.0.0/src/model.cpp:1755:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libghemical-3.0.0/src/model.cpp:3153:7: style: Condition '!(updatefrq%10)' is always true [knownConditionTrueFalse]
libghemical-3.0.0/src/model.cpp:3467:23: style: Condition 'model_counter==0' is always true [knownConditionTrueFalse]
libghemical-3.0.0/src/model.cpp:3431:23: note: Assignment 'model_counter=0', assigned value is 0
libghemical-3.0.0/src/model.cpp:3467:23: note: Condition 'model_counter==0' is always true
libghemical-3.0.0/src/model.cpp:4248:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4249:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4250:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4271:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4343:14: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4344:14: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4346:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:4354:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libghemical-3.0.0/src/model.cpp:1423:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libghemical-3.0.0/src/model.cpp:1431:6: note: Found duplicate branches for 'if' and 'else'.
libghemical-3.0.0/src/model.cpp:1423:6: note: Found duplicate branches for 'if' and 'else'.
[15:10]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/libg/libgig/libgig_4.1.0~repack.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgii/libgii_1.0.2.orig.tar.gz
libgii-1.0.2/demos/inputinfo.c:152:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libgii-1.0.2/demos/mhub.c:262:9: error: Common realloc mistake: 'remaps' nulled but not freed upon failure [memleakOnRealloc]
libgii-1.0.2/demos/scope.c:6:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
libgii-1.0.2/filter/keytrans/filter.c:163:3: error: Resource leak: infile [resourceLeak]
libgii-1.0.2/gg/plat.h:198:0: error: #error Unsupported plattform! [preprocessorErrorDirective]
libgii-1.0.2/gg/time.c:155:0: error: #error You need to implement ggUSleep on this platform! [preprocessorErrorDirective]
libgii-1.0.2/gg/quad/muldi3.c:111:14: style: The scope of the variable 'negmid' can be reduced. [variableScope]
libgii-1.0.2/gg/quad/qdivrem.c:90:29: error: Division by zero. [zerodiv]
libgii-1.0.2/gg/quad/qdivrem.c:88:45: note: Assignment 'zero=0', assigned value is 0
libgii-1.0.2/gg/quad/qdivrem.c:90:29: note: Division by zero
libgii-1.0.2/gii/gii.c:643:2: style: Variable 'ret->GIIsendevent' is reassigned a value before the old one has been used. [redundantAssignment]
libgii-1.0.2/gii/gii.c:642:2: note: Variable 'ret->GIIsendevent' is reassigned a value before the old one has been used.
libgii-1.0.2/gii/gii.c:643:2: note: Variable 'ret->GIIsendevent' is reassigned a value before the old one has been used.
libgii-1.0.2/gii/gii.c:150:6: style: The scope of the variable 'queue' can be reduced. [variableScope]
libgii-1.0.2/gii/gii.c:790:10: style: The scope of the variable 'drivers' can be reduced. [variableScope]
libgii-1.0.2/input/directx/di.c:229:49: style: Function '_gii_dx_InitDirectInput' argument 2 names different: declaration 'hDlg' definition 'hWnd'. [funcArgNamesDifferent]
libgii-1.0.2/input/directx/dxinput.h:96:57: note: Function '_gii_dx_InitDirectInput' argument 2 names different: declaration 'hDlg' definition 'hWnd'.
libgii-1.0.2/input/directx/di.c:229:49: note: Function '_gii_dx_InitDirectInput' argument 2 names different: declaration 'hDlg' definition 'hWnd'.
libgii-1.0.2/input/directx/input.c:293:5: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libgii-1.0.2/input/file/input.c:223:4: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
libgii-1.0.2/input/ipaq_touchscreen/input.c:169:2: style: Variable 'doselect' is assigned a value that is never used. [unreadVariable]
libgii-1.0.2/input/linux_joy/input.c:410:12: style: The scope of the variable 'i' can be reduced. [variableScope]
libgii-1.0.2/input/linux_kbd/input.c:311:17: style: The scope of the variable 'old_label' can be reduced. [variableScope]
libgii-1.0.2/input/linux_kbd/input.c:373:6: style: The scope of the variable 'symval' can be reduced. [variableScope]
libgii-1.0.2/input/linux_kbd/input.c:373:14: style: The scope of the variable 'labelval' can be reduced. [variableScope]
libgii-1.0.2/input/linux_kbd/input.c:197:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgii-1.0.2/input/linux_kbd/input.c:339:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgii-1.0.2/input/linux_kbd/input.c:352:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgii-1.0.2/input/linux_mouse/input.c:660:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgii-1.0.2/input/linux_mouse/input.c:200:6: style: Condition '!ispipe' is always true [knownConditionTrueFalse]
libgii-1.0.2/input/linux_mouse/input.c:170:15: note: Assignment 'ispipe=0', assigned value is 0
libgii-1.0.2/input/linux_mouse/input.c:200:6: note: Condition '!ispipe' is always true
libgii-1.0.2/input/linux_mouse/input.c:360:19: style: Same expression on both sides of '&&'. [duplicateExpression]
libgii-1.0.2/input/linux_mouse/input.c:321:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgii-1.0.2/input/linux_mouse/input.c:383:40: error: Resource leak: file [resourceLeak]
libgii-1.0.2/input/lk201/input.c:368:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgii-1.0.2/input/mouse/packetparse.c:367:6: style: The scope of the variable 'dx' can be reduced. [variableScope]
libgii-1.0.2/input/mouse/packetparse.c:367:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
libgii-1.0.2/input/pcjoy/input.c:78:8: style: The scope of the variable 'y' can be reduced. [variableScope]
libgii-1.0.2/input/pcjoy/input.c:172:3: error: Memory leak: joy [memleak]
libgii-1.0.2/input/pcjoy/input.c:178:3: error: Memory leak: joy [memleak]
libgii-1.0.2/input/quartz/event.c:302:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgii-1.0.2/input/quartz/event.c:296:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgii-1.0.2/input/quartz/event.c:302:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgii-1.0.2/input/quartz/event.c:373:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgii-1.0.2/input/quartz/event.c:365:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgii-1.0.2/input/quartz/event.c:373:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgii-1.0.2/input/spaceorb/input.c:744:12: style: The scope of the variable 'i' can be reduced. [variableScope]
libgii-1.0.2/input/spaceorb/input.c:236:13: style: Variable 'time_ms' is assigned a value that is never used. [unreadVariable]
libgii-1.0.2/input/spaceorb/input.c:238:13: style: Variable 'checksum' is assigned a value that is never used. [unreadVariable]
libgii-1.0.2/input/spaceorb/input.c:270:13: style: Variable 'buts' is assigned a value that is never used. [unreadVariable]
libgii-1.0.2/input/spaceorb/input.c:271:13: style: Variable 'checksum' is assigned a value that is never used. [unreadVariable]
libgii-1.0.2/input/tcp/input.c:179:15: style: Checking if unsigned variable 'read_len' is less than zero. [unsignedLessThanZero]
libgii-1.0.2/input/touchscreen/common.c:63:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
libgii-1.0.2/input/touchscreen/common.c:56:0: note: Variable 'fp' is reassigned a value before the old one has been used.
libgii-1.0.2/input/touchscreen/common.c:63:3: note: Variable 'fp' is reassigned a value before the old one has been used.
libgii-1.0.2/input/touchscreen/common.c:60:5: style: The scope of the variable 'values' can be reduced. [variableScope]
libgii-1.0.2/input/touchscreen/common.c:426:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgii-1.0.2/input/touchscreen/zaurus.c:126:2: style: Variable 'doselect' is assigned a value that is never used. [unreadVariable]
libgii-1.0.2/input/x/xwin.c:306:18: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgii-1.0.2/regress/testsuite.inc.c:207:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libgii-1.0.2/regress/testsuite.inc.c:208:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libgii-1.0.2/regress/gg/config.c:63:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libgii-1.0.2/regress/gg/config.c:57:2: note: Variable 'err' is reassigned a value before the old one has been used.
libgii-1.0.2/regress/gg/config.c:63:2: note: Variable 'err' is reassigned a value before the old one has been used.
libgii-1.0.2/regress/gg/config.c:123:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
libgii-1.0.2/regress/gg/config.c:120:2: note: Variable 'err' is reassigned a value before the old one has been used.
libgii-1.0.2/regress/gg/config.c:123:2: note: Variable 'err' is reassigned a value before the old one has been used.
libgii-1.0.2/regress/gg/time.c:42:11: style: The scope of the variable 'actual_pause' can be reduced. [variableScope]
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgisi/libgisi_0.1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-objectstore-perl/libgit-objectstore-perl_0.007.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-pure-perl/libgit-pure-perl_0.48.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-pureperl-perl/libgit-pureperl-perl_0.53.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-raw-perl/libgit-raw-perl_0.79.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-repository-perl/libgit-repository-perl_1.322.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-repository-plugin-log-perl/libgit-repository-plugin-log-perl_1.314.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-version-compare-perl/libgit-version-compare-perl_1.004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit-wrapper-perl/libgit-wrapper-perl_0.048.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit2/libgit2_0.27.4+dfsg.1.orig.tar.xz
libgit2-0.27.4/script/user_model.c:51:5: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/script/user_model.c:50:5: note: Variable 'ch' is reassigned a value before the old one has been used.
libgit2-0.27.4/script/user_model.c:51:5: note: Variable 'ch' is reassigned a value before the old one has been used.
libgit2-0.27.4/script/user_model.c:51:5: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/script/user_model.c:44:15: style: Unused variable: s [unusedVariable]
libgit2-0.27.4/src/util.h:238:23: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgit2-0.27.4/src/apply.c:47:17: style: The scope of the variable 'line' can be reduced. [variableScope]
libgit2-0.27.4/src/apply.c:330:11: style: Function 'git_apply__patch' argument 1 names different: declaration 'out' definition 'contents_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/apply.h:16:11: note: Function 'git_apply__patch' argument 1 names different: declaration 'out' definition 'contents_out'.
libgit2-0.27.4/src/apply.c:330:11: note: Function 'git_apply__patch' argument 1 names different: declaration 'out' definition 'contents_out'.
libgit2-0.27.4/src/apply.c:331:9: style: Function 'git_apply__patch' argument 2 names different: declaration 'filename' definition 'filename_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/apply.h:17:9: note: Function 'git_apply__patch' argument 2 names different: declaration 'filename' definition 'filename_out'.
libgit2-0.27.4/src/apply.c:331:9: note: Function 'git_apply__patch' argument 2 names different: declaration 'filename' definition 'filename_out'.
libgit2-0.27.4/src/apply.c:332:16: style: Function 'git_apply__patch' argument 3 names different: declaration 'mode' definition 'mode_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/apply.h:18:16: note: Function 'git_apply__patch' argument 3 names different: declaration 'mode' definition 'mode_out'.
libgit2-0.27.4/src/apply.c:332:16: note: Function 'git_apply__patch' argument 3 names different: declaration 'mode' definition 'mode_out'.
libgit2-0.27.4/src/attr.c:105:15: style: Function 'git_attr_get_many_with_session' argument 1 names different: declaration 'values_out' definition 'values'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:126:15: note: Function 'git_attr_get_many_with_session' argument 1 names different: declaration 'values_out' definition 'values'.
libgit2-0.27.4/src/attr.c:105:15: note: Function 'git_attr_get_many_with_session' argument 1 names different: declaration 'values_out' definition 'values'.
libgit2-0.27.4/src/attr.c:109:14: style: Function 'git_attr_get_many_with_session' argument 5 names different: declaration 'path' definition 'pathname'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:130:14: note: Function 'git_attr_get_many_with_session' argument 5 names different: declaration 'path' definition 'pathname'.
libgit2-0.27.4/src/attr.c:109:14: note: Function 'git_attr_get_many_with_session' argument 5 names different: declaration 'path' definition 'pathname'.
libgit2-0.27.4/src/attr.c:385:0: error: Memory leak: macro [memleak]
libgit2-0.27.4/src/attr_file.c:658:10: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/attr_file.c:745:28: style: The scope of the variable 'value_start' can be reduced. [variableScope]
libgit2-0.27.4/src/attr_file.c:841:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/attr_file.c:842:23: style: The scope of the variable 'assign' can be reduced. [variableScope]
libgit2-0.27.4/src/attr_file.c:103:23: style: Function 'git_attr_file__load' argument 4 names different: declaration 'ce' definition 'entry'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:154:23: note: Function 'git_attr_file__load' argument 4 names different: declaration 'ce' definition 'entry'.
libgit2-0.27.4/src/attr_file.c:103:23: note: Function 'git_attr_file__load' argument 4 names different: declaration 'ce' definition 'entry'.
libgit2-0.27.4/src/attr_file.c:188:20: style: Function 'git_attr_file__out_of_date' argument 2 names different: declaration 'session' definition 'attr_session'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:162:42: note: Function 'git_attr_file__out_of_date' argument 2 names different: declaration 'session' definition 'attr_session'.
libgit2-0.27.4/src/attr_file.c:188:20: note: Function 'git_attr_file__out_of_date' argument 2 names different: declaration 'session' definition 'attr_session'.
libgit2-0.27.4/src/attr_file.c:363:20: style: Function 'git_attr_fnmatch__match' argument 1 names different: declaration 'rule' definition 'match'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:195:20: note: Function 'git_attr_fnmatch__match' argument 1 names different: declaration 'rule' definition 'match'.
libgit2-0.27.4/src/attr_file.c:363:20: note: Function 'git_attr_fnmatch__match' argument 1 names different: declaration 'rule' definition 'match'.
libgit2-0.27.4/src/attr_file.c:469:72: style: Function 'git_attr_path__init' argument 4 names different: declaration 'is_dir' definition 'dir_flag'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:210:72: note: Function 'git_attr_path__init' argument 4 names different: declaration 'is_dir' definition 'dir_flag'.
libgit2-0.27.4/src/attr_file.c:469:72: note: Function 'git_attr_path__init' argument 4 names different: declaration 'is_dir' definition 'dir_flag'.
libgit2-0.27.4/src/attr_file.c:566:14: style: Function 'git_attr_fnmatch__parse' argument 3 names different: declaration 'source' definition 'context'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:191:14: note: Function 'git_attr_fnmatch__parse' argument 3 names different: declaration 'source' definition 'context'.
libgit2-0.27.4/src/attr_file.c:566:14: note: Function 'git_attr_fnmatch__parse' argument 3 names different: declaration 'source' definition 'context'.
libgit2-0.27.4/src/attr_file.c:734:15: style: Function 'git_attr_assignment__parse' argument 4 names different: declaration 'scan' definition 'base'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:218:15: note: Function 'git_attr_assignment__parse' argument 4 names different: declaration 'scan' definition 'base'.
libgit2-0.27.4/src/attr_file.c:734:15: note: Function 'git_attr_assignment__parse' argument 4 names different: declaration 'scan' definition 'base'.
libgit2-0.27.4/src/attr_file.c:864:46: style: Function 'git_attr_session__init' argument 1 names different: declaration 'attr_session' definition 'session'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attr_file.h:122:53: note: Function 'git_attr_session__init' argument 1 names different: declaration 'attr_session' definition 'session'.
libgit2-0.27.4/src/attr_file.c:864:46: note: Function 'git_attr_session__init' argument 1 names different: declaration 'attr_session' definition 'session'.
libgit2-0.27.4/src/attr_file.c:462:48: error: Uninitialized variable: key [uninitvar]
libgit2-0.27.4/src/attrcache.c:329:18: style: The scope of the variable 'file' can be reduced. [variableScope]
libgit2-0.27.4/src/attrcache.c:330:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/attrcache.c:212:18: style: Function 'git_attr_cache__get' argument 1 names different: declaration 'file' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attrcache.h:31:18: note: Function 'git_attr_cache__get' argument 1 names different: declaration 'file' definition 'out'.
libgit2-0.27.4/src/attrcache.c:212:18: note: Function 'git_attr_cache__get' argument 1 names different: declaration 'file' definition 'out'.
libgit2-0.27.4/src/attrcache.c:265:14: style: Function 'git_attr_cache__is_cached' argument 3 names different: declaration 'path' definition 'filename'. [funcArgNamesDifferent]
libgit2-0.27.4/src/attrcache.h:42:14: note: Function 'git_attr_cache__is_cached' argument 3 names different: declaration 'path' definition 'filename'.
libgit2-0.27.4/src/attrcache.c:265:14: note: Function 'git_attr_cache__is_cached' argument 3 names different: declaration 'path' definition 'filename'.
libgit2-0.27.4/src/blame.c:224:15: style: Checking if unsigned variable 'rel_line' is less than zero. [unsignedLessThanZero]
libgit2-0.27.4/src/blame_git.c:67:14: style: Function 'git_blame__get_origin' argument 2 names different: declaration 'sb' definition 'blame'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blame_git.h:16:14: note: Function 'git_blame__get_origin' argument 2 names different: declaration 'sb' definition 'blame'.
libgit2-0.27.4/src/blame_git.c:67:14: note: Function 'git_blame__get_origin' argument 2 names different: declaration 'sb' definition 'blame'.
libgit2-0.27.4/src/blame_git.c:624:36: style: Function 'git_blame__like_git' argument 1 names different: declaration 'sb' definition 'blame'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blame_git.h:20:36: note: Function 'git_blame__like_git' argument 1 names different: declaration 'sb' definition 'blame'.
libgit2-0.27.4/src/blame_git.c:624:36: note: Function 'git_blame__like_git' argument 1 names different: declaration 'sb' definition 'blame'.
libgit2-0.27.4/src/blame_git.c:624:52: style: Function 'git_blame__like_git' argument 2 names different: declaration 'flags' definition 'opt'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blame_git.h:20:49: note: Function 'git_blame__like_git' argument 2 names different: declaration 'flags' definition 'opt'.
libgit2-0.27.4/src/blame_git.c:624:52: note: Function 'git_blame__like_git' argument 2 names different: declaration 'flags' definition 'opt'.
libgit2-0.27.4/src/blob.c:45:49: style: Function 'git_blob__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blob.h:23:49: note: Function 'git_blob__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/blob.c:45:49: note: Function 'git_blob__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/blob.c:156:11: style: Function 'git_blob__create_from_paths' argument 1 names different: declaration 'out_oid' definition 'id'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blob.h:27:11: note: Function 'git_blob__create_from_paths' argument 1 names different: declaration 'out_oid' definition 'id'.
libgit2-0.27.4/src/blob.c:156:11: note: Function 'git_blob__create_from_paths' argument 1 names different: declaration 'out_oid' definition 'id'.
libgit2-0.27.4/src/blob.c:159:14: style: Function 'git_blob__create_from_paths' argument 4 names different: declaration 'full_path' definition 'content_path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blob.h:30:14: note: Function 'git_blob__create_from_paths' argument 4 names different: declaration 'full_path' definition 'content_path'.
libgit2-0.27.4/src/blob.c:159:14: note: Function 'git_blob__create_from_paths' argument 4 names different: declaration 'full_path' definition 'content_path'.
libgit2-0.27.4/src/blob.c:162:7: style: Function 'git_blob__create_from_paths' argument 7 names different: declaration 'apply_filters' definition 'try_load_filters'. [funcArgNamesDifferent]
libgit2-0.27.4/src/blob.h:33:7: note: Function 'git_blob__create_from_paths' argument 7 names different: declaration 'apply_filters' definition 'try_load_filters'.
libgit2-0.27.4/src/blob.c:162:7: note: Function 'git_blob__create_from_paths' argument 7 names different: declaration 'apply_filters' definition 'try_load_filters'.
libgit2-0.27.4/src/buf_text.c:155:66: style: Function 'git_buf_text_common_prefix' argument 2 names different: declaration 'strs' definition 'strings'. [funcArgNamesDifferent]
libgit2-0.27.4/src/buf_text.h:79:73: note: Function 'git_buf_text_common_prefix' argument 2 names different: declaration 'strs' definition 'strings'.
libgit2-0.27.4/src/buf_text.c:155:66: note: Function 'git_buf_text_common_prefix' argument 2 names different: declaration 'strs' definition 'strings'.
libgit2-0.27.4/src/buffer.c:238:24: style: The scope of the variable 'c' can be reduced. [variableScope]
libgit2-0.27.4/src/buffer.c:300:9: style: The scope of the variable 'a' can be reduced. [variableScope]
libgit2-0.27.4/src/buffer.c:300:12: style: The scope of the variable 'b' can be reduced. [variableScope]
libgit2-0.27.4/src/buffer.c:300:15: style: The scope of the variable 'c' can be reduced. [variableScope]
libgit2-0.27.4/src/buffer.c:300:18: style: The scope of the variable 'd' can be reduced. [variableScope]
libgit2-0.27.4/src/buffer.c:491:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/buffer.c:398:14: style: Function 'git_buf_decode_base85' argument 2 names different: declaration 'base64' definition 'base85'. [funcArgNamesDifferent]
libgit2-0.27.4/src/buffer.h:191:53: note: Function 'git_buf_decode_base85' argument 2 names different: declaration 'base64' definition 'base85'.
libgit2-0.27.4/src/buffer.c:398:14: note: Function 'git_buf_decode_base85' argument 2 names different: declaration 'base64' definition 'base85'.
libgit2-0.27.4/src/buffer.c:399:9: style: Function 'git_buf_decode_base85' argument 3 names different: declaration 'len' definition 'base85_len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/buffer.h:191:68: note: Function 'git_buf_decode_base85' argument 3 names different: declaration 'len' definition 'base85_len'.
libgit2-0.27.4/src/buffer.c:399:9: note: Function 'git_buf_decode_base85' argument 3 names different: declaration 'len' definition 'base85_len'.
libgit2-0.27.4/src/buffer.c:463:9: style: Function 'git_buf_decode_percent' argument 3 names different: declaration 'len' definition 'str_len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/buffer.h:194:66: note: Function 'git_buf_decode_percent' argument 3 names different: declaration 'len' definition 'str_len'.
libgit2-0.27.4/src/buffer.c:463:9: note: Function 'git_buf_decode_percent' argument 3 names different: declaration 'len' definition 'str_len'.
libgit2-0.27.4/src/buffer.c:586:41: style: Function 'git_buf_rtruncate_at_char' argument 1 names different: declaration 'path' definition 'buf'. [funcArgNamesDifferent]
libgit2-0.27.4/src/buffer.h:119:41: note: Function 'git_buf_rtruncate_at_char' argument 1 names different: declaration 'path' definition 'buf'.
libgit2-0.27.4/src/buffer.c:586:41: note: Function 'git_buf_rtruncate_at_char' argument 1 names different: declaration 'path' definition 'buf'.
libgit2-0.27.4/src/buffer.c:499:3: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
libgit2-0.27.4/src/buffer.c:501:9: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
libgit2-0.27.4/src/buffer.c:507:3: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
libgit2-0.27.4/src/buffer.c:665:3: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
libgit2-0.27.4/src/checkout.c:789:17: warning: Either the condition 'a' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
libgit2-0.27.4/src/checkout.c:786:10: note: Assuming that condition 'a' is not redundant
libgit2-0.27.4/src/checkout.c:789:17: note: Null pointer dereference
libgit2-0.27.4/src/checkout.c:2004:33: style: The scope of the variable 'suffix' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.h:32:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgit2-0.27.4/src/clone.c:359:47: style: Function 'git_clone__should_clone_local' argument 1 names different: declaration 'url' definition 'url_or_path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/clone.h:14:54: note: Function 'git_clone__should_clone_local' argument 1 names different: declaration 'url' definition 'url_or_path'.
libgit2-0.27.4/src/clone.c:359:47: note: Function 'git_clone__should_clone_local' argument 1 names different: declaration 'url' definition 'url_or_path'.
libgit2-0.27.4/src/commit.c:505:18: style: Redundant condition: If 'EXPR == '\n'', the comparison 'EXPR' is always true. [redundantCondition]
libgit2-0.27.4/src/commit.c:514:20: style: The scope of the variable 'space' can be reduced. [variableScope]
libgit2-0.27.4/src/commit.c:515:7: style: The scope of the variable 'space_contains_newline' can be reduced. [variableScope]
libgit2-0.27.4/src/commit.c:558:20: style: The scope of the variable 'end' can be reduced. [variableScope]
libgit2-0.27.4/src/commit.c:618:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/commit.c:100:16: style: Redundant pointer operation on 'parents' - it's already a pointer. [redundantPointerOp]
libgit2-0.27.4/src/commit.c:24:29: style: Function 'git_commit__free' argument 1 names different: declaration 'commit' definition '_commit'. [funcArgNamesDifferent]
libgit2-0.27.4/src/commit.h:36:29: note: Function 'git_commit__free' argument 1 names different: declaration 'commit' definition '_commit'.
libgit2-0.27.4/src/commit.c:24:29: note: Function 'git_commit__free' argument 1 names different: declaration 'commit' definition '_commit'.
libgit2-0.27.4/src/commit.c:385:29: style: Function 'git_commit__parse' argument 1 names different: declaration 'commit' definition '_commit'. [funcArgNamesDifferent]
libgit2-0.27.4/src/commit.h:37:29: note: Function 'git_commit__parse' argument 1 names different: declaration 'commit' definition '_commit'.
libgit2-0.27.4/src/commit.c:385:29: note: Function 'git_commit__parse' argument 1 names different: declaration 'commit' definition '_commit'.
libgit2-0.27.4/src/commit.c:385:54: style: Function 'git_commit__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'. [funcArgNamesDifferent]
libgit2-0.27.4/src/commit.h:37:53: note: Function 'git_commit__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/commit.c:385:54: note: Function 'git_commit__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/config.c:50:17: style: The scope of the variable 'internal' can be reduced. [variableScope]
libgit2-0.27.4/src/config.c:188:17: style: The scope of the variable 'internal' can be reduced. [variableScope]
libgit2-0.27.4/src/config.c:189:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/config.c:354:17: style: The scope of the variable 'internal' can be reduced. [variableScope]
libgit2-0.27.4/src/config.c:668:14: style: Function 'git_config__update_entry' argument 1 names different: declaration 'cfg' definition 'config'. [funcArgNamesDifferent]
libgit2-0.27.4/src/config.h:61:14: note: Function 'git_config__update_entry' argument 1 names different: declaration 'cfg' definition 'config'.
libgit2-0.27.4/src/config.c:668:14: note: Function 'git_config__update_entry' argument 1 names different: declaration 'cfg' definition 'config'.
libgit2-0.27.4/src/config_file.c:886:14: style: The scope of the variable 'esc' can be reduced. [variableScope]
libgit2-0.27.4/src/config_file.c:1087:0: error: Memory leak: var [memleak]
libgit2-0.27.4/src/config_parse.c:324:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/config_parse.c:318:0: note: Variable 'line' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/config_parse.c:324:2: note: Variable 'line' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/crlf.c:215:25: style: Condition 'GIT_EOL_NATIVE==GIT_EOL_CRLF' is always false [knownConditionTrueFalse]
libgit2-0.27.4/src/delta.c:272:10: style: Function 'git_delta_create_from_index' argument 2 names different: declaration 'out_size' definition 'out_len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/delta.h:48:10: note: Function 'git_delta_create_from_index' argument 2 names different: declaration 'out_size' definition 'out_len'.
libgit2-0.27.4/src/delta.c:272:10: note: Function 'git_delta_create_from_index' argument 2 names different: declaration 'out_size' definition 'out_len'.
libgit2-0.27.4/src/delta.c:274:14: style: Function 'git_delta_create_from_index' argument 4 names different: declaration 'buf' definition 'trg_buf'. [funcArgNamesDifferent]
libgit2-0.27.4/src/delta.h:50:14: note: Function 'git_delta_create_from_index' argument 4 names different: declaration 'buf' definition 'trg_buf'.
libgit2-0.27.4/src/delta.c:274:14: note: Function 'git_delta_create_from_index' argument 4 names different: declaration 'buf' definition 'trg_buf'.
libgit2-0.27.4/src/delta.c:275:9: style: Function 'git_delta_create_from_index' argument 5 names different: declaration 'bufsize' definition 'trg_size'. [funcArgNamesDifferent]
libgit2-0.27.4/src/delta.h:51:9: note: Function 'git_delta_create_from_index' argument 5 names different: declaration 'bufsize' definition 'trg_size'.
libgit2-0.27.4/src/delta.c:275:9: note: Function 'git_delta_create_from_index' argument 5 names different: declaration 'bufsize' definition 'trg_size'.
libgit2-0.27.4/src/delta.c:276:9: style: Function 'git_delta_create_from_index' argument 6 names different: declaration 'max_delta_size' definition 'max_size'. [funcArgNamesDifferent]
libgit2-0.27.4/src/delta.h:52:9: note: Function 'git_delta_create_from_index' argument 6 names different: declaration 'max_delta_size' definition 'max_size'.
libgit2-0.27.4/src/delta.c:276:9: note: Function 'git_delta_create_from_index' argument 6 names different: declaration 'max_delta_size' definition 'max_size'.
libgit2-0.27.4/src/delta.c:497:10: style: Function 'git_delta_read_header_fromstream' argument 1 names different: declaration 'base_out' definition 'base_sz'. [funcArgNamesDifferent]
libgit2-0.27.4/src/delta.h:132:10: note: Function 'git_delta_read_header_fromstream' argument 1 names different: declaration 'base_out' definition 'base_sz'.
libgit2-0.27.4/src/delta.c:497:10: note: Function 'git_delta_read_header_fromstream' argument 1 names different: declaration 'base_out' definition 'base_sz'.
libgit2-0.27.4/src/delta.c:497:27: style: Function 'git_delta_read_header_fromstream' argument 2 names different: declaration 'result_out' definition 'res_sz'. [funcArgNamesDifferent]
libgit2-0.27.4/src/delta.h:133:10: note: Function 'git_delta_read_header_fromstream' argument 2 names different: declaration 'result_out' definition 'res_sz'.
libgit2-0.27.4/src/delta.c:497:27: note: Function 'git_delta_read_header_fromstream' argument 2 names different: declaration 'result_out' definition 'res_sz'.
libgit2-0.27.4/src/delta.c:173:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgit2-0.27.4/src/delta.c:172:2: note: After for loop, i has value 31
libgit2-0.27.4/src/delta.c:173:12: note: Shift
libgit2-0.27.4/src/describe.c:204:0: error: Memory leak: name [memleak]
libgit2-0.27.4/src/describe.c:676:3: error: Memory leak: data.result [memleak]
libgit2-0.27.4/src/diff_generate.c:1543:12: warning: Possible null pointer dereference: h2i [nullPointer]
libgit2-0.27.4/src/diff_generate.c:1539:18: note: Assignment 'h2i=head2idx?((i)<(&head2idx->deltas)->length?(&head2idx->deltas)->contents[i]:NULL):NULL', assigned value is 0
libgit2-0.27.4/src/diff_generate.c:1543:12: note: Null pointer dereference
libgit2-0.27.4/src/diff_generate.c:994:3: style: Variable 'recurse_into_dir' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/diff_generate.c:991:0: note: Variable 'recurse_into_dir' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_generate.c:994:3: note: Variable 'recurse_into_dir' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_generate.c:913:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libgit2-0.27.4/src/diff_generate.c:1493:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libgit2-0.27.4/src/diff_generate.c:1494:18: style: The scope of the variable 'h2i' can be reduced. [variableScope]
libgit2-0.27.4/src/diff_generate.c:1494:24: style: The scope of the variable 'i2w' can be reduced. [variableScope]
libgit2-0.27.4/src/diff_generate.c:576:12: style: Function 'git_diff__oid_for_entry' argument 2 names different: declaration 'diff' definition 'd'. [funcArgNamesDifferent]
libgit2-0.27.4/src/diff_generate.h:95:12: note: Function 'git_diff__oid_for_entry' argument 2 names different: declaration 'diff' definition 'd'.
libgit2-0.27.4/src/diff_generate.c:576:12: note: Function 'git_diff__oid_for_entry' argument 2 names different: declaration 'diff' definition 'd'.
libgit2-0.27.4/src/diff_generate.c:1181:13: style: Function 'git_diff__from_iterators' argument 1 names different: declaration 'diff_ptr' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/diff_generate.h:52:13: note: Function 'git_diff__from_iterators' argument 1 names different: declaration 'diff_ptr' definition 'out'.
libgit2-0.27.4/src/diff_generate.c:1181:13: note: Function 'git_diff__from_iterators' argument 1 names different: declaration 'diff_ptr' definition 'out'.
libgit2-0.27.4/src/diff_generate.c:1488:12: style: Function 'git_diff__paired_foreach' argument 1 names different: declaration 'idx2head' definition 'head2idx'. [funcArgNamesDifferent]
libgit2-0.27.4/src/diff_generate.h:62:12: note: Function 'git_diff__paired_foreach' argument 1 names different: declaration 'idx2head' definition 'head2idx'.
libgit2-0.27.4/src/diff_generate.c:1488:12: note: Function 'git_diff__paired_foreach' argument 1 names different: declaration 'idx2head' definition 'head2idx'.
libgit2-0.27.4/src/diff_generate.c:1489:12: style: Function 'git_diff__paired_foreach' argument 2 names different: declaration 'wd2idx' definition 'idx2wd'. [funcArgNamesDifferent]
libgit2-0.27.4/src/diff_generate.h:63:12: note: Function 'git_diff__paired_foreach' argument 2 names different: declaration 'wd2idx' definition 'idx2wd'.
libgit2-0.27.4/src/diff_generate.c:1489:12: note: Function 'git_diff__paired_foreach' argument 2 names different: declaration 'wd2idx' definition 'idx2wd'.
libgit2-0.27.4/src/diff_generate.c:1576:13: style: Function 'git_diff__commit' argument 1 names different: declaration 'diff' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/diff_generate.h:59:13: note: Function 'git_diff__commit' argument 1 names different: declaration 'diff' definition 'out'.
libgit2-0.27.4/src/diff_generate.c:1576:13: note: Function 'git_diff__commit' argument 1 names different: declaration 'diff' definition 'out'.
libgit2-0.27.4/src/diff_print.c:403:6: style: Function 'git_diff_delta__format_file_header' argument 5 names different: declaration 'oid_strlen' definition 'id_strlen'. [funcArgNamesDifferent]
libgit2-0.27.4/src/diff.h:60:6: note: Function 'git_diff_delta__format_file_header' argument 5 names different: declaration 'oid_strlen' definition 'id_strlen'.
libgit2-0.27.4/src/diff_print.c:403:6: note: Function 'git_diff_delta__format_file_header' argument 5 names different: declaration 'oid_strlen' definition 'id_strlen'.
libgit2-0.27.4/src/diff_stats.c:59:2: style: Variable 'old_path' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/diff_stats.c:56:0: note: Variable 'old_path' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_stats.c:59:2: note: Variable 'old_path' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_stats.c:60:2: style: Variable 'new_path' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/diff_stats.c:56:0: note: Variable 'new_path' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_stats.c:60:2: note: Variable 'new_path' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_stats.c:172:2: style: Variable 'stats' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/diff_stats.c:167:0: note: Variable 'stats' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/diff_stats.c:172:2: note: Variable 'stats' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/errors.c:54:10: style: The scope of the variable 'arglist' can be reduced. [variableScope]
libgit2-0.27.4/src/fetchhead.c:144:18: style: The scope of the variable 'is_merge_str' can be reduced. [variableScope]
libgit2-0.27.4/src/fetchhead.c:40:22: style: Function 'git_fetchhead_ref_create' argument 1 names different: declaration 'fetchhead_ref_out' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fetchhead.h:23:22: note: Function 'git_fetchhead_ref_create' argument 1 names different: declaration 'fetchhead_ref_out' definition 'out'.
libgit2-0.27.4/src/fetchhead.c:40:22: note: Function 'git_fetchhead_ref_create' argument 1 names different: declaration 'fetchhead_ref_out' definition 'out'.
libgit2-0.27.4/src/filebuf.c:105:39: style: Function 'git_filebuf_cleanup' argument 1 names different: declaration 'lock' definition 'file'. [funcArgNamesDifferent]
libgit2-0.27.4/src/filebuf.h:89:39: note: Function 'git_filebuf_cleanup' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:105:39: note: Function 'git_filebuf_cleanup' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:275:35: style: Function 'git_filebuf_open' argument 1 names different: declaration 'lock' definition 'file'. [funcArgNamesDifferent]
libgit2-0.27.4/src/filebuf.h:85:35: note: Function 'git_filebuf_open' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:275:35: note: Function 'git_filebuf_open' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:410:40: style: Function 'git_filebuf_commit_at' argument 1 names different: declaration 'lock' definition 'file'. [funcArgNamesDifferent]
libgit2-0.27.4/src/filebuf.h:88:40: note: Function 'git_filebuf_commit_at' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:410:40: note: Function 'git_filebuf_commit_at' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:419:37: style: Function 'git_filebuf_commit' argument 1 names different: declaration 'lock' definition 'file'. [funcArgNamesDifferent]
libgit2-0.27.4/src/filebuf.h:87:37: note: Function 'git_filebuf_commit' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:419:37: note: Function 'git_filebuf_commit' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:468:36: style: Function 'git_filebuf_write' argument 1 names different: declaration 'lock' definition 'file'. [funcArgNamesDifferent]
libgit2-0.27.4/src/filebuf.h:81:36: note: Function 'git_filebuf_write' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:468:36: note: Function 'git_filebuf_write' argument 1 names different: declaration 'lock' definition 'file'.
libgit2-0.27.4/src/filebuf.c:495:51: style: Function 'git_filebuf_reserve' argument 2 names different: declaration 'buff' definition 'buffer'. [funcArgNamesDifferent]
libgit2-0.27.4/src/filebuf.h:82:51: note: Function 'git_filebuf_reserve' argument 2 names different: declaration 'buff' definition 'buffer'.
libgit2-0.27.4/src/filebuf.c:495:51: note: Function 'git_filebuf_reserve' argument 2 names different: declaration 'buff' definition 'buffer'.
libgit2-0.27.4/src/fileops.c:175:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/fileops.c:17:40: style: Function 'git_futils_mkpath2file' argument 1 names different: declaration 'path' definition 'file_path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:139:47: note: Function 'git_futils_mkpath2file' argument 1 names different: declaration 'path' definition 'file_path'.
libgit2-0.27.4/src/fileops.c:17:40: note: Function 'git_futils_mkpath2file' argument 1 names different: declaration 'path' definition 'file_path'.
libgit2-0.27.4/src/fileops.c:141:39: style: Function 'git_futils_readbuffer_fd' argument 1 names different: declaration 'obj' definition 'buf'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:27:46: note: Function 'git_futils_readbuffer_fd' argument 1 names different: declaration 'obj' definition 'buf'.
libgit2-0.27.4/src/fileops.c:141:39: note: Function 'git_futils_readbuffer_fd' argument 1 names different: declaration 'obj' definition 'buf'.
libgit2-0.27.4/src/fileops.c:173:11: style: Function 'git_futils_readbuffer_updated' argument 1 names different: declaration 'obj' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:26:11: note: Function 'git_futils_readbuffer_updated' argument 1 names different: declaration 'obj' definition 'out'.
libgit2-0.27.4/src/fileops.c:173:11: note: Function 'git_futils_readbuffer_updated' argument 1 names different: declaration 'obj' definition 'out'.
libgit2-0.27.4/src/fileops.c:242:36: style: Function 'git_futils_readbuffer' argument 1 names different: declaration 'obj' definition 'buf'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:24:43: note: Function 'git_futils_readbuffer' argument 1 names different: declaration 'obj' definition 'buf'.
libgit2-0.27.4/src/fileops.c:242:36: note: Function 'git_futils_readbuffer' argument 1 names different: declaration 'obj' definition 'buf'.
libgit2-0.27.4/src/fileops.c:248:44: style: Function 'git_futils_writebuffer' argument 3 names different: declaration 'open_flags' definition 'flags'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:37:44: note: Function 'git_futils_writebuffer' argument 3 names different: declaration 'open_flags' definition 'flags'.
libgit2-0.27.4/src/fileops.c:248:44: note: Function 'git_futils_writebuffer' argument 3 names different: declaration 'open_flags' definition 'flags'.
libgit2-0.27.4/src/fileops.c:335:36: style: Function 'git_futils_mmap_free' argument 1 names different: declaration 'map' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:314:43: note: Function 'git_futils_mmap_free' argument 1 names different: declaration 'map' definition 'out'.
libgit2-0.27.4/src/fileops.c:335:36: note: Function 'git_futils_mmap_free' argument 1 names different: declaration 'map' definition 'out'.
libgit2-0.27.4/src/fileops.c:540:14: style: Function 'git_futils_mkdir_relative' argument 1 names different: declaration 'path' definition 'relative_path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:127:50: note: Function 'git_futils_mkdir_relative' argument 1 names different: declaration 'path' definition 'relative_path'.
libgit2-0.27.4/src/fileops.c:540:14: note: Function 'git_futils_mkdir_relative' argument 1 names different: declaration 'path' definition 'relative_path'.
libgit2-0.27.4/src/fileops.c:830:41: warning: Function 'git_futils_fake_symlink' argument order different: declaration 'new, old' definition 'old, new' [funcArgOrderDifferent]
libgit2-0.27.4/src/fileops.h:323:48: note: Function 'git_futils_fake_symlink' argument order different: declaration 'new, old' definition 'old, new'
libgit2-0.27.4/src/fileops.c:830:41: note: Function 'git_futils_fake_symlink' argument order different: declaration 'new, old' definition 'old, new'
libgit2-0.27.4/src/fileops.c:1121:24: style: Function 'git_futils_filestamp_set' argument 1 names different: declaration 'tgt' definition 'target'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:364:24: note: Function 'git_futils_filestamp_set' argument 1 names different: declaration 'tgt' definition 'target'.
libgit2-0.27.4/src/fileops.c:1121:24: note: Function 'git_futils_filestamp_set' argument 1 names different: declaration 'tgt' definition 'target'.
libgit2-0.27.4/src/fileops.c:1121:60: style: Function 'git_futils_filestamp_set' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
libgit2-0.27.4/src/fileops.h:364:57: note: Function 'git_futils_filestamp_set' argument 2 names different: declaration 'src' definition 'source'.
libgit2-0.27.4/src/fileops.c:1121:60: note: Function 'git_futils_filestamp_set' argument 2 names different: declaration 'src' definition 'source'.
libgit2-0.27.4/src/fileops.c:255:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgit2-0.27.4/src/fileops.c:258:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgit2-0.27.4/src/filter.c:333:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/filter.c:61:13: style: struct member 'git_filter_registry::lock' is never used. [unusedStructMember]
libgit2-0.27.4/src/filter.c:168:0: error: Memory leak: fdef [memleak]
libgit2-0.27.4/src/fnmatch.c:193:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
libgit2-0.27.4/src/hash/sha1dc/sha1.c:1706:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/hash/sha1dc/sha1.c:1706:14: style: The scope of the variable 'j' can be reduced. [variableScope]
libgit2-0.27.4/src/hash/sha1dc/sha1.c:1707:11: style: The scope of the variable 'ubc_dv_mask' can be reduced. [variableScope]
libgit2-0.27.4/src/hash/sha1dc/sha1.c:1708:11: style: The scope of the variable 'ihvtmp' can be reduced. [variableScope]
libgit2-0.27.4/src/hashsig.c:165:16: style: The scope of the variable 'state' can be reduced. [variableScope]
libgit2-0.27.4/src/hashsig.c:275:10: style: The scope of the variable 'buflen' can be reduced. [variableScope]
libgit2-0.27.4/src/hashsig.c:319:25: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libgit2-0.27.4/src/ignore.c:298:15: style: Function 'git_ignore__for_path' argument 3 names different: declaration 'ign' definition 'ignores'. [funcArgNamesDifferent]
libgit2-0.27.4/src/ignore.h:39:55: note: Function 'git_ignore__for_path' argument 3 names different: declaration 'ign' definition 'ignores'.
libgit2-0.27.4/src/ignore.c:298:15: note: Function 'git_ignore__for_path' argument 3 names different: declaration 'ign' definition 'ignores'.
libgit2-0.27.4/src/ignore.c:419:36: style: Function 'git_ignore__free' argument 1 names different: declaration 'ign' definition 'ignores'. [funcArgNamesDifferent]
libgit2-0.27.4/src/ignore.h:45:43: note: Function 'git_ignore__free' argument 1 names different: declaration 'ign' definition 'ignores'.
libgit2-0.27.4/src/ignore.c:419:36: note: Function 'git_ignore__free' argument 1 names different: declaration 'ign' definition 'ignores'.
libgit2-0.27.4/src/ignore.c:459:25: style: Function 'git_ignore__lookup' argument 2 names different: declaration 'ign' definition 'ignores'. [funcArgNamesDifferent]
libgit2-0.27.4/src/ignore.h:54:54: note: Function 'git_ignore__lookup' argument 2 names different: declaration 'ign' definition 'ignores'.
libgit2-0.27.4/src/ignore.c:459:25: note: Function 'git_ignore__lookup' argument 2 names different: declaration 'ign' definition 'ignores'.
libgit2-0.27.4/src/ignore.c:459:46: style: Function 'git_ignore__lookup' argument 3 names different: declaration 'path' definition 'pathname'. [funcArgNamesDifferent]
libgit2-0.27.4/src/ignore.h:54:71: note: Function 'git_ignore__lookup' argument 3 names different: declaration 'path' definition 'pathname'.
libgit2-0.27.4/src/ignore.c:459:46: note: Function 'git_ignore__lookup' argument 3 names different: declaration 'path' definition 'pathname'.
libgit2-0.27.4/src/ignore.c:590:14: style: Function 'git_ignore__check_pathspec_for_exact_ignores' argument 2 names different: declaration 'pathspec' definition 'vspec'. [funcArgNamesDifferent]
libgit2-0.27.4/src/ignore.h:63:36: note: Function 'git_ignore__check_pathspec_for_exact_ignores' argument 2 names different: declaration 'pathspec' definition 'vspec'.
libgit2-0.27.4/src/ignore.c:590:14: note: Function 'git_ignore__check_pathspec_for_exact_ignores' argument 2 names different: declaration 'pathspec' definition 'vspec'.
libgit2-0.27.4/src/index.c:645:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgit2-0.27.4/src/index.c:1958:2: style: Variable 'it' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/index.c:1954:0: note: Variable 'it' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/index.c:1958:2: note: Variable 'it' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/index.c:1177:14: style: The scope of the variable 'search_len' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:1675:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:1830:6: style: The scope of the variable 'stage' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:1973:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:2184:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:2334:9: style: The scope of the variable 'path_length' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:2912:7: style: The scope of the variable 'is_extended' can be reduced. [variableScope]
libgit2-0.27.4/src/index.c:149:38: style: Function 'git_index_entry_srch' argument 1 names different: declaration 'a' definition 'key'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:68:45: note: Function 'git_index_entry_srch' argument 1 names different: declaration 'a' definition 'key'.
libgit2-0.27.4/src/index.c:149:38: note: Function 'git_index_entry_srch' argument 1 names different: declaration 'a' definition 'key'.
libgit2-0.27.4/src/index.c:149:55: style: Function 'git_index_entry_srch' argument 2 names different: declaration 'b' definition 'array_member'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:68:60: note: Function 'git_index_entry_srch' argument 2 names different: declaration 'b' definition 'array_member'.
libgit2-0.27.4/src/index.c:149:55: note: Function 'git_index_entry_srch' argument 2 names different: declaration 'b' definition 'array_member'.
libgit2-0.27.4/src/index.c:174:39: style: Function 'git_index_entry_isrch' argument 1 names different: declaration 'a' definition 'key'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:69:46: note: Function 'git_index_entry_isrch' argument 1 names different: declaration 'a' definition 'key'.
libgit2-0.27.4/src/index.c:174:39: note: Function 'git_index_entry_isrch' argument 1 names different: declaration 'a' definition 'key'.
libgit2-0.27.4/src/index.c:174:56: style: Function 'git_index_entry_isrch' argument 2 names different: declaration 'b' definition 'array_member'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:69:61: note: Function 'git_index_entry_isrch' argument 2 names different: declaration 'b' definition 'array_member'.
libgit2-0.27.4/src/index.c:174:56: note: Function 'git_index_entry_isrch' argument 2 names different: declaration 'b' definition 'array_member'.
libgit2-0.27.4/src/index.c:1719:10: style: Function 'git_index__find_pos' argument 1 names different: declaration 'at_pos' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:117:10: note: Function 'git_index__find_pos' argument 1 names different: declaration 'at_pos' definition 'out'.
libgit2-0.27.4/src/index.c:1719:10: note: Function 'git_index__find_pos' argument 1 names different: declaration 'at_pos' definition 'out'.
libgit2-0.27.4/src/index.c:3527:10: style: Function 'git_index_snapshot_find' argument 1 names different: declaration 'at_pos' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:140:10: note: Function 'git_index_snapshot_find' argument 1 names different: declaration 'at_pos' definition 'out'.
libgit2-0.27.4/src/index.c:3527:10: note: Function 'git_index_snapshot_find' argument 1 names different: declaration 'at_pos' definition 'out'.
libgit2-0.27.4/src/index.c:3527:27: style: Function 'git_index_snapshot_find' argument 2 names different: declaration 'snap' definition 'entries'. [funcArgNamesDifferent]
libgit2-0.27.4/src/index.h:140:30: note: Function 'git_index_snapshot_find' argument 2 names different: declaration 'snap' definition 'entries'.
libgit2-0.27.4/src/index.c:3527:27: note: Function 'git_index_snapshot_find' argument 2 names different: declaration 'snap' definition 'entries'.
libgit2-0.27.4/src/indexer.c:260:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgit2-0.27.4/src/indexer.c:262:21: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/indexer.c:856:6: style: The scope of the variable 'progressed' can be reduced. [variableScope]
libgit2-0.27.4/src/indexer.c:856:22: style: The scope of the variable 'non_null' can be reduced. [variableScope]
libgit2-0.27.4/src/indexer.c:906:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:865:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libgit2-0.27.4/src/iterator.c:1610:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libgit2-0.27.4/src/iterator.c:551:2: style: Variable 'new_frame' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/iterator.c:543:0: note: Variable 'new_frame' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/iterator.c:551:2: note: Variable 'new_frame' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/iterator.c:227:8: style: The scope of the variable 'p' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:228:19: style: The scope of the variable 'p_len' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:228:26: style: The scope of the variable 'cmp_len' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:229:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:608:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:850:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:1595:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/iterator.c:978:25: style: Function 'git_iterator_current_tree_entry' argument 1 names different: declaration 'entry_out' definition 'tree_entry'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:268:25: note: Function 'git_iterator_current_tree_entry' argument 1 names different: declaration 'entry_out' definition 'tree_entry'.
libgit2-0.27.4/src/iterator.c:978:25: note: Function 'git_iterator_current_tree_entry' argument 1 names different: declaration 'entry_out' definition 'tree_entry'.
libgit2-0.27.4/src/iterator.c:978:51: style: Function 'git_iterator_current_tree_entry' argument 2 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:268:50: note: Function 'git_iterator_current_tree_entry' argument 2 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:978:51: note: Function 'git_iterator_current_tree_entry' argument 2 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:996:19: style: Function 'git_iterator_current_parent_tree' argument 1 names different: declaration 'tree_out' definition 'parent_tree'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:271:19: note: Function 'git_iterator_current_parent_tree' argument 1 names different: declaration 'tree_out' definition 'parent_tree'.
libgit2-0.27.4/src/iterator.c:996:19: note: Function 'git_iterator_current_parent_tree' argument 1 names different: declaration 'tree_out' definition 'parent_tree'.
libgit2-0.27.4/src/iterator.c:996:46: style: Function 'git_iterator_current_parent_tree' argument 2 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:271:43: note: Function 'git_iterator_current_parent_tree' argument 2 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:996:46: note: Function 'git_iterator_current_parent_tree' argument 2 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1627:49: style: Function 'git_iterator_current_workdir_path' argument 1 names different: declaration 'path' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:283:12: note: Function 'git_iterator_current_workdir_path' argument 1 names different: declaration 'path' definition 'out'.
libgit2-0.27.4/src/iterator.c:1627:49: note: Function 'git_iterator_current_workdir_path' argument 1 names different: declaration 'path' definition 'out'.
libgit2-0.27.4/src/iterator.c:1627:68: style: Function 'git_iterator_current_workdir_path' argument 2 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:283:32: note: Function 'git_iterator_current_workdir_path' argument 2 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1627:68: note: Function 'git_iterator_current_workdir_path' argument 2 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1687:52: style: Function 'git_iterator_current_is_ignored' argument 1 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:273:59: note: Function 'git_iterator_current_is_ignored' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1687:52: note: Function 'git_iterator_current_is_ignored' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1695:57: style: Function 'git_iterator_current_tree_is_ignored' argument 1 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:275:64: note: Function 'git_iterator_current_tree_is_ignored' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1695:57: note: Function 'git_iterator_current_tree_is_ignored' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:1940:24: style: Function 'git_iterator_for_workdir_ext' argument 6 names different: declaration 'options' definition 'given_opts'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:130:24: note: Function 'git_iterator_for_workdir_ext' argument 6 names different: declaration 'options' definition 'given_opts'.
libgit2-0.27.4/src/iterator.c:1940:24: note: Function 'git_iterator_for_workdir_ext' argument 6 names different: declaration 'options' definition 'given_opts'.
libgit2-0.27.4/src/iterator.c:2232:16: style: Function 'git_iterator_reset_range' argument 1 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:237:16: note: Function 'git_iterator_reset_range' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:2232:16: note: Function 'git_iterator_reset_range' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:2240:49: style: Function 'git_iterator_set_ignore_case' argument 1 names different: declaration 'iter' definition 'i'. [funcArgNamesDifferent]
libgit2-0.27.4/src/iterator.h:265:16: note: Function 'git_iterator_set_ignore_case' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/iterator.c:2240:49: note: Function 'git_iterator_set_ignore_case' argument 1 names different: declaration 'iter' definition 'i'.
libgit2-0.27.4/src/merge.c:184:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1110:10: style: The scope of the variable 'array_entry' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1138:10: style: The scope of the variable 'array_entry' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1409:7: style: The scope of the variable 'ours_renamed' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1409:25: style: The scope of the variable 'theirs_renamed' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1759:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1899:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:1920:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:2198:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:2564:6: style: The scope of the variable 'matches' can be reduced. [variableScope]
libgit2-0.27.4/src/merge.c:2201:8: style: Redundant pointer operation on 'ids' - it's already a pointer. [redundantPointerOp]
libgit2-0.27.4/src/merge.c:2207:9: style: Redundant pointer operation on 'ids' - it's already a pointer. [redundantPointerOp]
libgit2-0.27.4/src/merge.c:1497:23: style: Function 'git_merge_diff_list__find_renames' argument 2 names different: declaration 'merge_diff_list' definition 'diff_list'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.h:146:82: note: Function 'git_merge_diff_list__find_renames' argument 2 names different: declaration 'merge_diff_list' definition 'diff_list'.
libgit2-0.27.4/src/merge.c:1497:23: note: Function 'git_merge_diff_list__find_renames' argument 2 names different: declaration 'merge_diff_list' definition 'diff_list'.
libgit2-0.27.4/src/merge.c:1779:23: style: Function 'git_merge_diff_list__find_differences' argument 1 names different: declaration 'merge_diff_list' definition 'diff_list'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.h:141:23: note: Function 'git_merge_diff_list__find_differences' argument 1 names different: declaration 'merge_diff_list' definition 'diff_list'.
libgit2-0.27.4/src/merge.c:1779:23: note: Function 'git_merge_diff_list__find_differences' argument 1 names different: declaration 'merge_diff_list' definition 'diff_list'.
libgit2-0.27.4/src/merge.c:1780:16: style: Function 'git_merge_diff_list__find_differences' argument 2 names different: declaration 'ancestor_iterator' definition 'ancestor_iter'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.h:142:16: note: Function 'git_merge_diff_list__find_differences' argument 2 names different: declaration 'ancestor_iterator' definition 'ancestor_iter'.
libgit2-0.27.4/src/merge.c:1780:16: note: Function 'git_merge_diff_list__find_differences' argument 2 names different: declaration 'ancestor_iterator' definition 'ancestor_iter'.
libgit2-0.27.4/src/merge.c:1781:16: style: Function 'git_merge_diff_list__find_differences' argument 3 names different: declaration 'ours_iter' definition 'our_iter'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.h:143:16: note: Function 'git_merge_diff_list__find_differences' argument 3 names different: declaration 'ours_iter' definition 'our_iter'.
libgit2-0.27.4/src/merge.c:1781:16: note: Function 'git_merge_diff_list__find_differences' argument 3 names different: declaration 'ours_iter' definition 'our_iter'.
libgit2-0.27.4/src/merge.c:1782:16: style: Function 'git_merge_diff_list__find_differences' argument 4 names different: declaration 'theirs_iter' definition 'their_iter'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.h:144:16: note: Function 'git_merge_diff_list__find_differences' argument 4 names different: declaration 'theirs_iter' definition 'their_iter'.
libgit2-0.27.4/src/merge.c:1782:16: note: Function 'git_merge_diff_list__find_differences' argument 4 names different: declaration 'theirs_iter' definition 'their_iter'.
libgit2-0.27.4/src/merge.c:2045:16: style: Function 'git_merge__iterators' argument 5 names different: declaration 'their_iter' definition 'theirs_iter'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.h:163:16: note: Function 'git_merge__iterators' argument 5 names different: declaration 'their_iter' definition 'theirs_iter'.
libgit2-0.27.4/src/merge.c:2045:16: note: Function 'git_merge__iterators' argument 5 names different: declaration 'their_iter' definition 'theirs_iter'.
libgit2-0.27.4/src/merge.c:2356:24: style: Function 'merge_annotated_commits' argument 4 names different: declaration 'our_commit' definition 'ours'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.c:2188:24: note: Function 'merge_annotated_commits' argument 4 names different: declaration 'our_commit' definition 'ours'.
libgit2-0.27.4/src/merge.c:2356:24: note: Function 'merge_annotated_commits' argument 4 names different: declaration 'our_commit' definition 'ours'.
libgit2-0.27.4/src/merge.c:2357:24: style: Function 'merge_annotated_commits' argument 5 names different: declaration 'their_commit' definition 'theirs'. [funcArgNamesDifferent]
libgit2-0.27.4/src/merge.c:2189:24: note: Function 'merge_annotated_commits' argument 5 names different: declaration 'their_commit' definition 'theirs'.
libgit2-0.27.4/src/merge.c:2357:24: note: Function 'merge_annotated_commits' argument 5 names different: declaration 'their_commit' definition 'theirs'.
libgit2-0.27.4/src/merge_driver.c:322:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/merge_driver.c:21:13: style: struct member 'merge_driver_registry::lock' is never used. [unusedStructMember]
libgit2-0.27.4/src/mwindow.c:414:38: style: Function 'git_mwindow_close' argument 1 names different: declaration 'w_cursor' definition 'window'. [funcArgNamesDifferent]
libgit2-0.27.4/src/mwindow.h:46:38: note: Function 'git_mwindow_close' argument 1 names different: declaration 'w_cursor' definition 'window'.
libgit2-0.27.4/src/mwindow.c:414:38: note: Function 'git_mwindow_close' argument 1 names different: declaration 'w_cursor' definition 'window'.
libgit2-0.27.4/src/netops.c:138:2: style: Variable 'original_host' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/netops.c:132:0: note: Variable 'original_host' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/netops.c:138:2: note: Variable 'original_host' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/netops.c:200:61: style: Function 'gitno_connection_data_free_ptrs' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
libgit2-0.27.4/src/netops.h:88:61: note: Function 'gitno_connection_data_free_ptrs' argument 1 names different: declaration 'data' definition 'd'.
libgit2-0.27.4/src/netops.c:200:61: note: Function 'gitno_connection_data_free_ptrs' argument 1 names different: declaration 'data' definition 'd'.
libgit2-0.27.4/src/netops.c:210:9: style: Function 'gitno_extract_url_parts' argument 1 names different: declaration 'host' definition 'host_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/netops.h:91:10: note: Function 'gitno_extract_url_parts' argument 1 names different: declaration 'host' definition 'host_out'.
libgit2-0.27.4/src/netops.c:210:9: note: Function 'gitno_extract_url_parts' argument 1 names different: declaration 'host' definition 'host_out'.
libgit2-0.27.4/src/netops.c:211:9: style: Function 'gitno_extract_url_parts' argument 2 names different: declaration 'port' definition 'port_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/netops.h:92:10: note: Function 'gitno_extract_url_parts' argument 2 names different: declaration 'port' definition 'port_out'.
libgit2-0.27.4/src/netops.c:211:9: note: Function 'gitno_extract_url_parts' argument 2 names different: declaration 'port' definition 'port_out'.
libgit2-0.27.4/src/netops.c:212:9: style: Function 'gitno_extract_url_parts' argument 3 names different: declaration 'path' definition 'path_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/netops.h:93:10: note: Function 'gitno_extract_url_parts' argument 3 names different: declaration 'path' definition 'path_out'.
libgit2-0.27.4/src/netops.c:212:9: note: Function 'gitno_extract_url_parts' argument 3 names different: declaration 'path' definition 'path_out'.
libgit2-0.27.4/src/netops.c:213:9: style: Function 'gitno_extract_url_parts' argument 4 names different: declaration 'username' definition 'username_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/netops.h:94:10: note: Function 'gitno_extract_url_parts' argument 4 names different: declaration 'username' definition 'username_out'.
libgit2-0.27.4/src/netops.c:213:9: note: Function 'gitno_extract_url_parts' argument 4 names different: declaration 'username' definition 'username_out'.
libgit2-0.27.4/src/netops.c:214:9: style: Function 'gitno_extract_url_parts' argument 5 names different: declaration 'password' definition 'password_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/netops.h:95:10: note: Function 'gitno_extract_url_parts' argument 5 names different: declaration 'password' definition 'password_out'.
libgit2-0.27.4/src/netops.c:214:9: note: Function 'gitno_extract_url_parts' argument 5 names different: declaration 'password' definition 'password_out'.
libgit2-0.27.4/src/notes.c:323:2: style: Variable 'note' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/notes.c:321:0: note: Variable 'note' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/notes.c:323:2: note: Variable 'note' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/notes.c:30:24: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/notes.c:81:24: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/object.c:144:3: style: Variable 'cached' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/object.c:139:0: note: Variable 'cached' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/object.c:144:3: note: Variable 'cached' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/object.c:101:29: style: Function 'git_object__free' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
libgit2-0.27.4/src/object.h:23:29: note: Function 'git_object__free' argument 1 names different: declaration 'object' definition 'obj'.
libgit2-0.27.4/src/object.c:101:29: note: Function 'git_object__free' argument 1 names different: declaration 'object' definition 'obj'.
libgit2-0.27.4/src/odb.c:88:10: style: Function 'git_odb__format_object_header' argument 1 names different: declaration 'out_len' definition 'written'. [funcArgNamesDifferent]
libgit2-0.27.4/src/odb.h:73:43: note: Function 'git_odb__format_object_header' argument 1 names different: declaration 'out_len' definition 'written'.
libgit2-0.27.4/src/odb.c:88:10: note: Function 'git_odb__format_object_header' argument 1 names different: declaration 'out_len' definition 'written'.
libgit2-0.27.4/src/odb.c:246:36: style: Function 'git_odb__hashfd_filtered' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
libgit2-0.27.4/src/odb.h:91:36: note: Function 'git_odb__hashfd_filtered' argument 3 names different: declaration 'len' definition 'size'.
libgit2-0.27.4/src/odb.c:246:36: note: Function 'git_odb__hashfd_filtered' argument 3 names different: declaration 'len' definition 'size'.
libgit2-0.27.4/src/odb_loose.c:872:17: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/odb_pack.c:197:36: style: Function 'packfile_load__cb' argument 1 names different: declaration '_data' definition 'data'. [funcArgNamesDifferent]
libgit2-0.27.4/src/odb_pack.c:142:36: note: Function 'packfile_load__cb' argument 1 names different: declaration '_data' definition 'data'.
libgit2-0.27.4/src/odb_pack.c:197:36: note: Function 'packfile_load__cb' argument 1 names different: declaration '_data' definition 'data'.
libgit2-0.27.4/src/oid.c:27:6: style: The scope of the variable 'v' can be reduced. [variableScope]
libgit2-0.27.4/src/oid.c:216:16: style: The scope of the variable 'strval' can be reduced. [variableScope]
libgit2-0.27.4/src/oid.c:217:6: style: The scope of the variable 'hexval' can be reduced. [variableScope]
libgit2-0.27.4/src/oid.c:111:39: style: Function 'git_oid_allocfmt' argument 1 names different: declaration 'id' definition 'oid'. [funcArgNamesDifferent]
libgit2-0.27.4/src/oid.h:23:39: note: Function 'git_oid_allocfmt' argument 1 names different: declaration 'id' definition 'oid'.
libgit2-0.27.4/src/oid.c:111:39: note: Function 'git_oid_allocfmt' argument 1 names different: declaration 'id' definition 'oid'.
libgit2-0.27.4/src/oid.c:44:49: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
libgit2-0.27.4/src/pack-objects.c:420:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/pack-objects.c:927:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgit2-0.27.4/src/pack.c:150:13: style: The scope of the variable 'exists' can be reduced. [variableScope]
libgit2-0.27.4/src/patch_parse.c:1134:14: style: Function 'git_patch_from_buffer' argument 2 names different: declaration 'contents' definition 'content'. [funcArgNamesDifferent]
libgit2-0.27.4/src/patch_parse.h:41:14: note: Function 'git_patch_from_buffer' argument 2 names different: declaration 'contents' definition 'content'.
libgit2-0.27.4/src/patch_parse.c:1134:14: note: Function 'git_patch_from_buffer' argument 2 names different: declaration 'contents' definition 'content'.
libgit2-0.27.4/src/patch_parse.c:1135:9: style: Function 'git_patch_from_buffer' argument 3 names different: declaration 'contents_len' definition 'content_len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/patch_parse.h:42:9: note: Function 'git_patch_from_buffer' argument 3 names different: declaration 'contents_len' definition 'content_len'.
libgit2-0.27.4/src/patch_parse.c:1135:9: note: Function 'git_patch_from_buffer' argument 3 names different: declaration 'contents_len' definition 'content_len'.
libgit2-0.27.4/src/path.c:752:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/path.c:1465:8: style: The scope of the variable 'dup' can be reduced. [variableScope]
libgit2-0.27.4/src/path.c:1567:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libgit2-0.27.4/src/path.c:481:11: style: Function 'git_path_walk_up' argument 1 names different: declaration 'pathbuf' definition 'path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:363:11: note: Function 'git_path_walk_up' argument 1 names different: declaration 'pathbuf' definition 'path'.
libgit2-0.27.4/src/path.c:481:11: note: Function 'git_path_walk_up' argument 1 names different: declaration 'pathbuf' definition 'path'.
libgit2-0.27.4/src/path.c:483:8: style: Function 'git_path_walk_up' argument 3 names different: declaration 'callback' definition 'cb'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:365:8: note: Function 'git_path_walk_up' argument 3 names different: declaration 'callback' definition 'cb'.
libgit2-0.27.4/src/path.c:483:8: note: Function 'git_path_walk_up' argument 3 names different: declaration 'callback' definition 'cb'.
libgit2-0.27.4/src/path.c:484:8: style: Function 'git_path_walk_up' argument 4 names different: declaration 'payload' definition 'data'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:366:8: note: Function 'git_path_walk_up' argument 4 names different: declaration 'payload' definition 'data'.
libgit2-0.27.4/src/path.c:484:8: note: Function 'git_path_walk_up' argument 4 names different: declaration 'payload' definition 'data'.
libgit2-0.27.4/src/path.c:719:37: style: Function 'git_path_contains_dir' argument 1 names different: declaration 'parent' definition 'base'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:217:44: note: Function 'git_path_contains_dir' argument 1 names different: declaration 'parent' definition 'base'.
libgit2-0.27.4/src/path.c:719:37: note: Function 'git_path_contains_dir' argument 1 names different: declaration 'parent' definition 'base'.
libgit2-0.27.4/src/path.c:724:38: style: Function 'git_path_contains_file' argument 1 names different: declaration 'dir' definition 'base'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:249:45: note: Function 'git_path_contains_file' argument 1 names different: declaration 'dir' definition 'base'.
libgit2-0.27.4/src/path.c:724:38: note: Function 'git_path_contains_file' argument 1 names different: declaration 'dir' definition 'base'.
libgit2-0.27.4/src/path.c:1084:11: style: Function 'git_path_direach' argument 1 names different: declaration 'pathbuf' definition 'path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:331:11: note: Function 'git_path_direach' argument 1 names different: declaration 'pathbuf' definition 'path'.
libgit2-0.27.4/src/path.c:1084:11: note: Function 'git_path_direach' argument 1 names different: declaration 'pathbuf' definition 'path'.
libgit2-0.27.4/src/path.c:1086:8: style: Function 'git_path_direach' argument 3 names different: declaration 'callback' definition 'fn'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:333:8: note: Function 'git_path_direach' argument 3 names different: declaration 'callback' definition 'fn'.
libgit2-0.27.4/src/path.c:1086:8: note: Function 'git_path_direach' argument 3 names different: declaration 'callback' definition 'fn'.
libgit2-0.27.4/src/path.c:1087:8: style: Function 'git_path_direach' argument 4 names different: declaration 'payload' definition 'arg'. [funcArgNamesDifferent]
libgit2-0.27.4/src/path.h:334:8: note: Function 'git_path_direach' argument 4 names different: declaration 'payload' definition 'arg'.
libgit2-0.27.4/src/path.c:1087:8: note: Function 'git_path_direach' argument 4 names different: declaration 'payload' definition 'arg'.
libgit2-0.27.4/src/pathspec.c:377:9: style: The scope of the variable 'failed' can be reduced. [variableScope]
libgit2-0.27.4/src/pathspec.c:384:17: style: Redundant pointer operation on 'failures' - it's already a pointer. [redundantPointerOp]
libgit2-0.27.4/src/pool.c:92:2: error: Address of auto-variable 'page->data[page->size-page->avail]' returned [returnAddressOfAutoVariable]
libgit2-0.27.4/src/push.c:368:0: error: Memory leak: u [memleak]
libgit2-0.27.4/src/refdb.c:107:54: style: Function 'git_refdb_lookup' argument 2 names different: declaration 'refdb' definition 'db'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refdb.h:30:13: note: Function 'git_refdb_lookup' argument 2 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:107:54: note: Function 'git_refdb_lookup' argument 2 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:167:32: style: Function 'git_refdb_write' argument 1 names different: declaration 'refdb' definition 'db'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refdb.h:47:32: note: Function 'git_refdb_write' argument 1 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:167:32: note: Function 'git_refdb_write' argument 1 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:201:40: style: Function 'git_refdb_delete' argument 1 names different: declaration 'refdb' definition 'db'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refdb.h:48:33: note: Function 'git_refdb_delete' argument 1 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:201:40: note: Function 'git_refdb_delete' argument 1 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:229:37: style: Function 'git_refdb_ensure_log' argument 1 names different: declaration 'refdb' definition 'db'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refdb.h:54:37: note: Function 'git_refdb_ensure_log' argument 1 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb.c:229:37: note: Function 'git_refdb_ensure_log' argument 1 names different: declaration 'refdb' definition 'db'.
libgit2-0.27.4/src/refdb_fs.c:1572:15: style: Redundant condition: If 'EXPR == '\n'', the comparison 'EXPR' is always true. [redundantCondition]
libgit2-0.27.4/src/refdb_fs.c:1805:140: style: Function 'reflog_append' argument 5 names different: declaration 'author' definition 'who'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refdb_fs.c:1059:140: note: Function 'reflog_append' argument 5 names different: declaration 'author' definition 'who'.
libgit2-0.27.4/src/refdb_fs.c:1805:140: note: Function 'reflog_append' argument 5 names different: declaration 'author' definition 'who'.
libgit2-0.27.4/src/refdb_fs.c:1878:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgit2-0.27.4/src/refdb_fs.c:1508:0: error: Memory leak: log [memleak]
libgit2-0.27.4/src/reflog.c:33:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/refs.c:1208:42: warning: Either the condition 'ref' is redundant or there is possible null pointer dereference: ref. [nullPointerRedundantCheck]
libgit2-0.27.4/src/refs.c:1197:32: note: Assuming that condition 'ref' is not redundant
libgit2-0.27.4/src/refs.c:1208:42: note: Null pointer dereference
libgit2-0.27.4/src/refs.c:944:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libgit2-0.27.4/src/refs.c:202:18: style: Function 'git_reference_lookup_resolved' argument 1 names different: declaration 'reference_out' definition 'ref_out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refs.h:106:18: note: Function 'git_reference_lookup_resolved' argument 1 names different: declaration 'reference_out' definition 'ref_out'.
libgit2-0.27.4/src/refs.c:202:18: note: Function 'git_reference_lookup_resolved' argument 1 names different: declaration 'reference_out' definition 'ref_out'.
libgit2-0.27.4/src/refs.c:205:6: style: Function 'git_reference_lookup_resolved' argument 4 names different: declaration 'max_deref' definition 'max_nesting'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refs.h:109:6: note: Function 'git_reference_lookup_resolved' argument 4 names different: declaration 'max_deref' definition 'max_nesting'.
libgit2-0.27.4/src/refs.c:205:6: note: Function 'git_reference_lookup_resolved' argument 4 names different: declaration 'max_deref' definition 'max_nesting'.
libgit2-0.27.4/src/refs.c:235:4: warning: The buffer 'scan_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/src/refspec.c:305:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libgit2-0.27.4/src/refspec.c:309:14: style: The scope of the variable 'formatters' can be reduced. [variableScope]
libgit2-0.27.4/src/refspec.c:17:58: style: Function 'git_refspec__parse' argument 2 names different: declaration 'str' definition 'input'. [funcArgNamesDifferent]
libgit2-0.27.4/src/refspec.h:30:14: note: Function 'git_refspec__parse' argument 2 names different: declaration 'str' definition 'input'.
libgit2-0.27.4/src/refspec.c:17:58: note: Function 'git_refspec__parse' argument 2 names different: declaration 'str' definition 'input'.
libgit2-0.27.4/src/refspec.c:332:0: error: Memory leak: cur [memleak]
libgit2-0.27.4/src/remote.c:1037:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgit2-0.27.4/src/repository.c:2178:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgit2-0.27.4/src/repository.c:352:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/revparse.c:531:25: style: Redundant condition: If 'EXPR == '\0'', the comparison 'EXPR != '{'' is always true. [redundantCondition]
libgit2-0.27.4/src/revwalk.c:403:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/revwalk.c:596:0: error: Memory leak: walk [memleak]
libgit2-0.27.4/src/signature.c:82:0: error: Memory leak: p [memleak]
libgit2-0.27.4/src/signature.c:110:0: error: Memory leak: signature [memleak]
libgit2-0.27.4/src/streams/socket.c:134:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgit2-0.27.4/src/submodule.c:264:15: style: The scope of the variable 'pattern' can be reduced. [variableScope]
libgit2-0.27.4/src/submodule.c:340:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/submodule.c:1465:46: style: Function 'git_submodule_open_bare' argument 1 names different: declaration 'repo' definition 'subrepo'. [funcArgNamesDifferent]
libgit2-0.27.4/src/submodule.h:140:19: note: Function 'git_submodule_open_bare' argument 1 names different: declaration 'repo' definition 'subrepo'.
libgit2-0.27.4/src/submodule.c:1465:46: note: Function 'git_submodule_open_bare' argument 1 names different: declaration 'repo' definition 'subrepo'.
libgit2-0.27.4/src/submodule.c:1465:70: style: Function 'git_submodule_open_bare' argument 2 names different: declaration 'submodule' definition 'sm'. [funcArgNamesDifferent]
libgit2-0.27.4/src/submodule.h:141:17: note: Function 'git_submodule_open_bare' argument 2 names different: declaration 'submodule' definition 'sm'.
libgit2-0.27.4/src/submodule.c:1465:70: note: Function 'git_submodule_open_bare' argument 2 names different: declaration 'submodule' definition 'sm'.
libgit2-0.27.4/src/submodule.c:2011:6: style: Function 'open_gitmodules' argument 2 names different: declaration 'gitmod' definition 'okay_to_create'. [funcArgNamesDifferent]
libgit2-0.27.4/src/submodule.c:93:70: note: Function 'open_gitmodules' argument 2 names different: declaration 'gitmod' definition 'okay_to_create'.
libgit2-0.27.4/src/submodule.c:2011:6: note: Function 'open_gitmodules' argument 2 names different: declaration 'gitmod' definition 'okay_to_create'.
libgit2-0.27.4/src/submodule.c:2039:44: style: Function 'lookup_head_remote_key' argument 1 names different: declaration 'remote_key' definition 'remote_name'. [funcArgNamesDifferent]
libgit2-0.27.4/src/submodule.c:96:44: note: Function 'lookup_head_remote_key' argument 1 names different: declaration 'remote_key' definition 'remote_name'.
libgit2-0.27.4/src/submodule.c:2039:44: note: Function 'lookup_head_remote_key' argument 1 names different: declaration 'remote_key' definition 'remote_name'.
libgit2-0.27.4/src/sysdir.c:230:52: style: Function 'git_sysdir_set' argument 2 names different: declaration 'paths' definition 'search_path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/sysdir.h:117:59: note: Function 'git_sysdir_set' argument 2 names different: declaration 'paths' definition 'search_path'.
libgit2-0.27.4/src/sysdir.c:230:52: note: Function 'git_sysdir_set' argument 2 names different: declaration 'paths' definition 'search_path'.
libgit2-0.27.4/src/tag.c:18:26: style: Function 'git_tag__free' argument 1 names different: declaration 'tag' definition '_tag'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tag.h:27:26: note: Function 'git_tag__free' argument 1 names different: declaration 'tag' definition '_tag'.
libgit2-0.27.4/src/tag.c:18:26: note: Function 'git_tag__free' argument 1 names different: declaration 'tag' definition '_tag'.
libgit2-0.27.4/src/tag.c:162:26: style: Function 'git_tag__parse' argument 1 names different: declaration 'tag' definition '_tag'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tag.h:28:26: note: Function 'git_tag__parse' argument 1 names different: declaration 'tag' definition '_tag'.
libgit2-0.27.4/src/tag.c:162:26: note: Function 'git_tag__parse' argument 1 names different: declaration 'tag' definition '_tag'.
libgit2-0.27.4/src/tag.c:162:48: style: Function 'git_tag__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tag.h:28:47: note: Function 'git_tag__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/tag.c:162:48: note: Function 'git_tag__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/trailer.c:140:31: style: Same expression on both sides of '-' because the value of 'len' and 'cutoff' are the same. [duplicateExpression]
libgit2-0.27.4/src/trailer.c:112:18: note: 'cutoff' is assigned value 'len' here.
libgit2-0.27.4/src/trailer.c:140:31: note: Same expression on both sides of '-' because the value of 'len' and 'cutoff' are the same.
libgit2-0.27.4/src/transaction.c:81:2: style: Variable 'tx' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/transaction.c:75:0: note: Variable 'tx' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/transaction.c:81:2: note: Variable 'tx' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/transports/http.c:334:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/http.c:334:17: style: The scope of the variable 'no_callback' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/http.c:556:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart.c:212:11: style: The scope of the variable 'pkt' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart.c:345:84: style: Function 'git_smart__get_push_stream' argument 2 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
libgit2-0.27.4/src/transports/smart.h:187:84: note: Function 'git_smart__get_push_stream' argument 2 names different: declaration 'out' definition 'stream'.
libgit2-0.27.4/src/transports/smart.c:345:84: note: Function 'git_smart__get_push_stream' argument 2 names different: declaration 'out' definition 'stream'.
libgit2-0.27.4/src/transports/smart_pkt.c:405:61: style: Function 'git_pkt_parse_line' argument 4 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
libgit2-0.27.4/src/transports/smart.h:192:83: note: Function 'git_pkt_parse_line' argument 4 names different: declaration 'len' definition 'bufflen'.
libgit2-0.27.4/src/transports/smart_pkt.c:405:61: note: Function 'git_pkt_parse_line' argument 4 names different: declaration 'len' definition 'bufflen'.
libgit2-0.27.4/src/transports/smart_protocol.c:216:27: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart_protocol.c:252:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart_protocol.c:317:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart_protocol.c:656:12: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart_protocol.c:897:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
libgit2-0.27.4/src/transports/smart_protocol.c:342:111: style: Function 'git_smart__negotiate_fetch' argument 3 names different: declaration 'refs' definition 'wants'. [funcArgNamesDifferent]
libgit2-0.27.4/src/transports/smart.h:175:33: note: Function 'git_smart__negotiate_fetch' argument 3 names different: declaration 'refs' definition 'wants'.
libgit2-0.27.4/src/transports/smart_protocol.c:342:111: note: Function 'git_smart__negotiate_fetch' argument 3 names different: declaration 'refs' definition 'wants'.
libgit2-0.27.4/src/transports/smart_protocol.c:548:27: style: Function 'git_smart__download_pack' argument 4 names different: declaration 'progress_cb' definition 'transfer_progress_cb'. [funcArgNamesDifferent]
libgit2-0.27.4/src/transports/smart.h:182:27: note: Function 'git_smart__download_pack' argument 4 names different: declaration 'progress_cb' definition 'transfer_progress_cb'.
libgit2-0.27.4/src/transports/smart_protocol.c:548:27: note: Function 'git_smart__download_pack' argument 4 names different: declaration 'progress_cb' definition 'transfer_progress_cb'.
libgit2-0.27.4/src/tree.c:1223:12: warning: Possible null pointer dereference: last [nullPointer]
libgit2-0.27.4/src/tree.c:1222:11: note: Assignment 'last=(stack).size?&(stack).ptr[(stack).size-1]:NULL', assigned value is 0
libgit2-0.27.4/src/tree.c:1223:12: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:1258:51: warning: Possible null pointer dereference: last [nullPointer]
libgit2-0.27.4/src/tree.c:1256:30: note: Assignment 'last=(stack).size?&(stack).ptr[(stack).size-1]:NULL', assigned value is 0
libgit2-0.27.4/src/tree.c:1258:51: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:1269:42: warning: Possible null pointer dereference: last [nullPointer]
libgit2-0.27.4/src/tree.c:1256:30: note: Assignment 'last=(stack).size?&(stack).ptr[(stack).size-1]:NULL', assigned value is 0
libgit2-0.27.4/src/tree.c:1269:42: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:1304:13: warning: Either the condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is redundant or there is possible null pointer dereference: popped. [nullPointerRedundantCheck]
libgit2-0.27.4/src/tree.c:1293:42: note: Assuming that condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is not redundant
libgit2-0.27.4/src/tree.c:1304:13: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:1305:17: warning: Either the condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is redundant or there is possible null pointer dereference: popped. [nullPointerRedundantCheck]
libgit2-0.27.4/src/tree.c:1293:42: note: Assuming that condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is not redundant
libgit2-0.27.4/src/tree.c:1305:17: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:1307:38: warning: Either the condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is redundant or there is possible null pointer dereference: popped. [nullPointerRedundantCheck]
libgit2-0.27.4/src/tree.c:1293:42: note: Assuming that condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is not redundant
libgit2-0.27.4/src/tree.c:1307:38: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:1308:24: warning: Either the condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is redundant or there is possible null pointer dereference: popped. [nullPointerRedundantCheck]
libgit2-0.27.4/src/tree.c:1293:42: note: Assuming that condition '(popped=(stack.size?&(stack).ptr[--(stack).size]:NULL))!=NULL' is not redundant
libgit2-0.27.4/src/tree.c:1308:24: note: Null pointer dereference
libgit2-0.27.4/src/tree.c:437:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/src/tree.c:251:27: style: Function 'git_tree__free' argument 1 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tree.h:44:27: note: Function 'git_tree__free' argument 1 names different: declaration 'tree' definition '_tree'.
libgit2-0.27.4/src/tree.c:251:27: note: Function 'git_tree__free' argument 1 names different: declaration 'tree' definition '_tree'.
libgit2-0.27.4/src/tree.c:345:65: style: Function 'git_tree__prefix_position' argument 2 names different: declaration 'prefix' definition 'path'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tree.h:54:65: note: Function 'git_tree__prefix_position' argument 2 names different: declaration 'prefix' definition 'path'.
libgit2-0.27.4/src/tree.c:345:65: note: Function 'git_tree__prefix_position' argument 2 names different: declaration 'prefix' definition 'path'.
libgit2-0.27.4/src/tree.c:421:27: style: Function 'git_tree__parse' argument 1 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tree.h:45:27: note: Function 'git_tree__parse' argument 1 names different: declaration 'tree' definition '_tree'.
libgit2-0.27.4/src/tree.c:421:27: note: Function 'git_tree__parse' argument 1 names different: declaration 'tree' definition '_tree'.
libgit2-0.27.4/src/tree.c:421:50: style: Function 'git_tree__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'. [funcArgNamesDifferent]
libgit2-0.27.4/src/tree.h:45:49: note: Function 'git_tree__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/tree.c:421:50: note: Function 'git_tree__parse' argument 2 names different: declaration 'obj' definition 'odb_obj'.
libgit2-0.27.4/src/tsort.c:258:10: style: The scope of the variable 'A' can be reduced. [variableScope]
libgit2-0.27.4/src/tsort.c:258:13: style: The scope of the variable 'B' can be reduced. [variableScope]
libgit2-0.27.4/src/tsort.c:258:16: style: The scope of the variable 'C' can be reduced. [variableScope]
libgit2-0.27.4/src/util.c:259:6: style: The scope of the variable 's' can be reduced. [variableScope]
libgit2-0.27.4/src/util.c:259:9: style: The scope of the variable 'p' can be reduced. [variableScope]
libgit2-0.27.4/src/util.c:71:28: style: Function 'git__strtol64' argument 1 names different: declaration 'n' definition 'result'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:198:35: note: Function 'git__strtol64' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:71:28: note: Function 'git__strtol64' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:71:48: style: Function 'git__strtol64' argument 2 names different: declaration 'buff' definition 'nptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:198:50: note: Function 'git__strtol64' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:71:48: note: Function 'git__strtol64' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:71:67: style: Function 'git__strtol64' argument 3 names different: declaration 'end_buf' definition 'endptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:198:69: note: Function 'git__strtol64' argument 3 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:71:67: note: Function 'git__strtol64' argument 3 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:77:29: style: Function 'git__strntol64' argument 1 names different: declaration 'n' definition 'result'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:199:36: note: Function 'git__strntol64' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:77:29: note: Function 'git__strntol64' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:77:49: style: Function 'git__strntol64' argument 2 names different: declaration 'buff' definition 'nptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:199:51: note: Function 'git__strntol64' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:77:49: note: Function 'git__strntol64' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:77:62: style: Function 'git__strntol64' argument 3 names different: declaration 'buff_len' definition 'nptr_len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:199:64: note: Function 'git__strntol64' argument 3 names different: declaration 'buff_len' definition 'nptr_len'.
libgit2-0.27.4/src/util.c:77:62: note: Function 'git__strntol64' argument 3 names different: declaration 'buff_len' definition 'nptr_len'.
libgit2-0.27.4/src/util.c:77:85: style: Function 'git__strntol64' argument 4 names different: declaration 'end_buf' definition 'endptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:199:87: note: Function 'git__strntol64' argument 4 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:77:85: note: Function 'git__strntol64' argument 4 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:159:28: style: Function 'git__strtol32' argument 1 names different: declaration 'n' definition 'result'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:196:35: note: Function 'git__strtol32' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:159:28: note: Function 'git__strtol32' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:159:48: style: Function 'git__strtol32' argument 2 names different: declaration 'buff' definition 'nptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:196:50: note: Function 'git__strtol32' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:159:48: note: Function 'git__strtol32' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:159:67: style: Function 'git__strtol32' argument 3 names different: declaration 'end_buf' definition 'endptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:196:69: note: Function 'git__strtol32' argument 3 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:159:67: note: Function 'git__strtol32' argument 3 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:165:29: style: Function 'git__strntol32' argument 1 names different: declaration 'n' definition 'result'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:197:36: note: Function 'git__strntol32' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:165:29: note: Function 'git__strntol32' argument 1 names different: declaration 'n' definition 'result'.
libgit2-0.27.4/src/util.c:165:49: style: Function 'git__strntol32' argument 2 names different: declaration 'buff' definition 'nptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:197:51: note: Function 'git__strntol32' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:165:49: note: Function 'git__strntol32' argument 2 names different: declaration 'buff' definition 'nptr'.
libgit2-0.27.4/src/util.c:165:62: style: Function 'git__strntol32' argument 3 names different: declaration 'buff_len' definition 'nptr_len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:197:64: note: Function 'git__strntol32' argument 3 names different: declaration 'buff_len' definition 'nptr_len'.
libgit2-0.27.4/src/util.c:165:62: note: Function 'git__strntol32' argument 3 names different: declaration 'buff_len' definition 'nptr_len'.
libgit2-0.27.4/src/util.c:165:85: style: Function 'git__strntol32' argument 4 names different: declaration 'end_buf' definition 'endptr'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:197:87: note: Function 'git__strntol32' argument 4 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:165:85: note: Function 'git__strntol32' argument 4 names different: declaration 'end_buf' definition 'endptr'.
libgit2-0.27.4/src/util.c:358:46: style: Function 'git__hexdump' argument 2 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
libgit2-0.27.4/src/util.h:202:53: note: Function 'git__hexdump' argument 2 names different: declaration 'n' definition 'len'.
libgit2-0.27.4/src/util.c:358:46: note: Function 'git__hexdump' argument 2 names different: declaration 'n' definition 'len'.
libgit2-0.27.4/src/util.c:487:3: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/src/util.c:487:3: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/src/vector.c:191:17: style: Function 'git_vector_bsearch2' argument 3 names different: declaration 'cmp' definition 'key_lookup'. [funcArgNamesDifferent]
libgit2-0.27.4/src/vector.h:52:48: note: Function 'git_vector_bsearch2' argument 3 names different: declaration 'cmp' definition 'key_lookup'.
libgit2-0.27.4/src/vector.c:191:17: note: Function 'git_vector_bsearch2' argument 3 names different: declaration 'cmp' definition 'key_lookup'.
libgit2-0.27.4/src/vector.c:206:54: style: Function 'git_vector_search2' argument 3 names different: declaration 'cmp' definition 'key_lookup'. [funcArgNamesDifferent]
libgit2-0.27.4/src/vector.h:45:76: note: Function 'git_vector_search2' argument 3 names different: declaration 'cmp' definition 'key_lookup'.
libgit2-0.27.4/src/vector.c:206:54: note: Function 'git_vector_search2' argument 3 names different: declaration 'cmp' definition 'key_lookup'.
libgit2-0.27.4/src/win32/findfile.c:73:36: style: The scope of the variable 'lastch' can be reduced. [variableScope]
libgit2-0.27.4/src/win32/findfile.c:166:62: style: Function 'git_win32__find_system_dirs' argument 2 names different: declaration 'subpath' definition 'subdir'. [funcArgNamesDifferent]
libgit2-0.27.4/src/win32/findfile.h:13:69: note: Function 'git_win32__find_system_dirs' argument 2 names different: declaration 'subpath' definition 'subdir'.
libgit2-0.27.4/src/win32/findfile.c:166:62: note: Function 'git_win32__find_system_dirs' argument 2 names different: declaration 'subpath' definition 'subdir'.
libgit2-0.27.4/src/win32/path_w32.c:330:2: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/src/win32/path_w32.c:323:0: note: Variable 'handle' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/win32/path_w32.c:330:2: note: Variable 'handle' is reassigned a value before the old one has been used.
libgit2-0.27.4/src/win32/path_w32.c:85:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgit2-0.27.4/src/win32/path_w32.c:185:45: style: Function 'git_win32_path_from_utf8' argument 1 names different: declaration 'dest' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/win32/path_w32.h:49:52: note: Function 'git_win32_path_from_utf8' argument 1 names different: declaration 'dest' definition 'out'.
libgit2-0.27.4/src/win32/path_w32.c:185:45: note: Function 'git_win32_path_from_utf8' argument 1 names different: declaration 'dest' definition 'out'.
libgit2-0.27.4/src/win32/posix_w32.c:332:17: style: Checking if unsigned variable 'path_len' is less than zero. [unsignedLessThanZero]
libgit2-0.27.4/src/win32/thread.c:141:0: error: failed to expand 'git_cond_init', Wrong number of parameters for macro 'git_cond_init'. [preprocessorErrorDirective]
libgit2-0.27.4/src/win32/w32_util.c:79:29: style: Function 'git_win32__hidden' argument 1 names different: declaration 'hidden' definition 'out'. [funcArgNamesDifferent]
libgit2-0.27.4/src/win32/w32_util.h:60:36: note: Function 'git_win32__hidden' argument 1 names different: declaration 'hidden' definition 'out'.
libgit2-0.27.4/src/win32/w32_util.c:79:29: note: Function 'git_win32__hidden' argument 1 names different: declaration 'hidden' definition 'out'.
libgit2-0.27.4/src/worktree.c:342:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgit2-0.27.4/src/xdiff/xhistogram.c:277:13: style: Checking if unsigned variable 'count1' is less than zero. [unsignedLessThanZero]
libgit2-0.27.4/src/xdiff/xhistogram.c:277:28: style: Checking if unsigned variable 'count2' is less than zero. [unsignedLessThanZero]
libgit2-0.27.4/src/xdiff/xhistogram.c:363:37: style: Function 'xdl_do_histogram_diff' argument 1 names different: declaration 'mf1' definition 'file1'. [funcArgNamesDifferent]
libgit2-0.27.4/src/xdiff/xdiffi.h:61:37: note: Function 'xdl_do_histogram_diff' argument 1 names different: declaration 'mf1' definition 'file1'.
libgit2-0.27.4/src/xdiff/xhistogram.c:363:37: note: Function 'xdl_do_histogram_diff' argument 1 names different: declaration 'mf1' definition 'file1'.
libgit2-0.27.4/src/xdiff/xhistogram.c:363:54: style: Function 'xdl_do_histogram_diff' argument 2 names different: declaration 'mf2' definition 'file2'. [funcArgNamesDifferent]
libgit2-0.27.4/src/xdiff/xdiffi.h:61:52: note: Function 'xdl_do_histogram_diff' argument 2 names different: declaration 'mf2' definition 'file2'.
libgit2-0.27.4/src/xdiff/xhistogram.c:363:54: note: Function 'xdl_do_histogram_diff' argument 2 names different: declaration 'mf2' definition 'file2'.
libgit2-0.27.4/src/xdiff/xpatience.c:95:42: style: The scope of the variable 'other' can be reduced. [variableScope]
libgit2-0.27.4/src/xdiff/xpatience.c:381:36: style: Function 'xdl_do_patience_diff' argument 1 names different: declaration 'mf1' definition 'file1'. [funcArgNamesDifferent]
libgit2-0.27.4/src/xdiff/xdiffi.h:59:36: note: Function 'xdl_do_patience_diff' argument 1 names different: declaration 'mf1' definition 'file1'.
libgit2-0.27.4/src/xdiff/xpatience.c:381:36: note: Function 'xdl_do_patience_diff' argument 1 names different: declaration 'mf1' definition 'file1'.
libgit2-0.27.4/src/xdiff/xpatience.c:381:53: style: Function 'xdl_do_patience_diff' argument 2 names different: declaration 'mf2' definition 'file2'. [funcArgNamesDifferent]
libgit2-0.27.4/src/xdiff/xdiffi.h:59:51: note: Function 'xdl_do_patience_diff' argument 2 names different: declaration 'mf2' definition 'file2'.
libgit2-0.27.4/src/xdiff/xpatience.c:381:53: note: Function 'xdl_do_patience_diff' argument 2 names different: declaration 'mf2' definition 'file2'.
libgit2-0.27.4/tests/attr/lookup.c:36:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/tests/checkout/crlf.c:106:14: style: The scope of the variable 'c' can be reduced. [variableScope]
libgit2-0.27.4/tests/checkout/index.c:447:18: style: Same expression on both sides of '>' because the value of 'calls' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/checkout/index.c:440:14: note: 'calls' is assigned value '0' here.
libgit2-0.27.4/tests/checkout/index.c:447:18: note: Same expression on both sides of '>' because the value of 'calls' and '0' are the same.
libgit2-0.27.4/tests/checkout/tree.c:749:2: style: Variable 'opts.checkout_strategy' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/checkout/tree.c:747:2: note: Variable 'opts.checkout_strategy' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/checkout/tree.c:749:2: note: Variable 'opts.checkout_strategy' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/checkout/typechange.c:318:24: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgit2-0.27.4/tests/clar.c:558:50: warning: Either the condition 's1' is redundant or there is possible null pointer dereference: s1. [nullPointerRedundantCheck]
libgit2-0.27.4/tests/clar.c:551:8: note: Assuming that condition 's1' is not redundant
libgit2-0.27.4/tests/clar.c:558:50: note: Null pointer dereference
libgit2-0.27.4/tests/clar.c:558:54: warning: Either the condition 's2' is redundant or there is possible null pointer dereference: s2. [nullPointerRedundantCheck]
libgit2-0.27.4/tests/clar.c:551:14: note: Assuming that condition 's2' is not redundant
libgit2-0.27.4/tests/clar.c:558:54: note: Null pointer dereference
libgit2-0.27.4/tests/clar.c:576:59: warning: Either the condition 's1' is redundant or there is possible null pointer dereference: s1. [nullPointerRedundantCheck]
libgit2-0.27.4/tests/clar.c:569:8: note: Assuming that condition 's1' is not redundant
libgit2-0.27.4/tests/clar.c:576:59: note: Null pointer dereference
libgit2-0.27.4/tests/clar.c:576:68: warning: Either the condition 's2' is redundant or there is possible null pointer dereference: s2. [nullPointerRedundantCheck]
libgit2-0.27.4/tests/clar.c:569:14: note: Assuming that condition 's2' is not redundant
libgit2-0.27.4/tests/clar.c:576:68: note: Null pointer dereference
libgit2-0.27.4/tests/clar.c:335:22: style: The scope of the variable 'suitelen' can be reduced. [variableScope]
libgit2-0.27.4/tests/clar.c:335:32: style: The scope of the variable 'cmplen' can be reduced. [variableScope]
libgit2-0.27.4/tests/clar.c:486:14: style: Function 'clar__fail' argument 3 names different: declaration 'error' definition 'error_msg'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar.h:141:14: note: Function 'clar__fail' argument 3 names different: declaration 'error' definition 'error_msg'.
libgit2-0.27.4/tests/clar.c:486:14: note: Function 'clar__fail' argument 3 names different: declaration 'error' definition 'error_msg'.
libgit2-0.27.4/tests/clar.c:521:14: style: Function 'clar__assert' argument 4 names different: declaration 'error' definition 'error_msg'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar.h:149:14: note: Function 'clar__assert' argument 4 names different: declaration 'error' definition 'error_msg'.
libgit2-0.27.4/tests/clar.c:521:14: note: Function 'clar__assert' argument 4 names different: declaration 'error' definition 'error_msg'.
libgit2-0.27.4/tests/clar/fs.h:312:19: style: Function 'fs_rm' argument 1 names different: declaration '_source' definition 'source'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar.c:91:31: note: Function 'fs_rm' argument 1 names different: declaration '_source' definition 'source'.
libgit2-0.27.4/tests/clar/fs.h:312:19: note: Function 'fs_rm' argument 1 names different: declaration '_source' definition 'source'.
libgit2-0.27.4/tests/clar/print.h:38:91: style: Function 'clar_print_ontest' argument 3 names different: declaration 'failed' definition 'status'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar.c:159:91: note: Function 'clar_print_ontest' argument 3 names different: declaration 'failed' definition 'status'.
libgit2-0.27.4/tests/clar/print.h:38:91: note: Function 'clar_print_ontest' argument 3 names different: declaration 'failed' definition 'status'.
libgit2-0.27.4/tests/clar/fixtures.h:8:2: warning: The buffer '_path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/clar.c:571:21: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
libgit2-0.27.4/tests/clar.c:606:23: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
libgit2-0.27.4/tests/clar_libgit2.c:42:32: style: Function 'cl_git_write2file' argument 2 names different: declaration 'data' definition 'content'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:162:54: note: Function 'cl_git_write2file' argument 2 names different: declaration 'data' definition 'content'.
libgit2-0.27.4/tests/clar_libgit2.c:42:32: note: Function 'cl_git_write2file' argument 2 names different: declaration 'data' definition 'content'.
libgit2-0.27.4/tests/clar_libgit2.c:42:48: style: Function 'cl_git_write2file' argument 3 names different: declaration 'datalen' definition 'content_len'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:163:9: note: Function 'cl_git_write2file' argument 3 names different: declaration 'datalen' definition 'content_len'.
libgit2-0.27.4/tests/clar_libgit2.c:42:48: note: Function 'cl_git_write2file' argument 3 names different: declaration 'datalen' definition 'content_len'.
libgit2-0.27.4/tests/clar_libgit2.c:54:37: style: Function 'cl_git_append2file' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:160:37: note: Function 'cl_git_append2file' argument 1 names different: declaration 'filename' definition 'path'.
libgit2-0.27.4/tests/clar_libgit2.c:54:37: note: Function 'cl_git_append2file' argument 1 names different: declaration 'filename' definition 'path'.
libgit2-0.27.4/tests/clar_libgit2.c:54:55: style: Function 'cl_git_append2file' argument 2 names different: declaration 'new_content' definition 'content'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:160:59: note: Function 'cl_git_append2file' argument 2 names different: declaration 'new_content' definition 'content'.
libgit2-0.27.4/tests/clar_libgit2.c:54:55: note: Function 'cl_git_append2file' argument 2 names different: declaration 'new_content' definition 'content'.
libgit2-0.27.4/tests/clar_libgit2.c:59:37: style: Function 'cl_git_rewritefile' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:161:37: note: Function 'cl_git_rewritefile' argument 1 names different: declaration 'filename' definition 'path'.
libgit2-0.27.4/tests/clar_libgit2.c:59:37: note: Function 'cl_git_rewritefile' argument 1 names different: declaration 'filename' definition 'path'.
libgit2-0.27.4/tests/clar_libgit2.c:59:55: style: Function 'cl_git_rewritefile' argument 2 names different: declaration 'new_content' definition 'content'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:161:59: note: Function 'cl_git_rewritefile' argument 2 names different: declaration 'new_content' definition 'content'.
libgit2-0.27.4/tests/clar_libgit2.c:59:55: note: Function 'cl_git_rewritefile' argument 2 names different: declaration 'new_content' definition 'content'.
libgit2-0.27.4/tests/clar_libgit2.c:211:53: style: Function 'cl_git_sandbox_init_new' argument 1 names different: declaration 'name' definition 'sandbox'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:180:53: note: Function 'cl_git_sandbox_init_new' argument 1 names different: declaration 'name' definition 'sandbox'.
libgit2-0.27.4/tests/clar_libgit2.c:211:53: note: Function 'cl_git_sandbox_init_new' argument 1 names different: declaration 'name' definition 'sandbox'.
libgit2-0.27.4/tests/clar_libgit2.c:473:9: style: Function 'clar__assert_equal_file' argument 2 names different: declaration 'expected_size' definition 'expected_bytes'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/clar_libgit2.h:125:9: note: Function 'clar__assert_equal_file' argument 2 names different: declaration 'expected_size' definition 'expected_bytes'.
libgit2-0.27.4/tests/clar_libgit2.c:473:9: note: Function 'clar__assert_equal_file' argument 2 names different: declaration 'expected_size' definition 'expected_bytes'.
libgit2-0.27.4/tests/clar_libgit2.c:312:2: warning: The buffer 'url' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/clar_libgit2_trace.c:8:14: style: struct member 'method::name' is never used. [unusedStructMember]
libgit2-0.27.4/tests/clar_libgit2_trace.c:9:9: style: struct member 'method::git_trace_cb' is never used. [unusedStructMember]
libgit2-0.27.4/tests/clar_libgit2_trace.c:10:9: style: struct member 'method::close' is never used. [unusedStructMember]
libgit2-0.27.4/tests/config/read.c:331:2: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
libgit2-0.27.4/tests/core/buffer.c:359:2: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/core/buffer.c:353:0: note: Variable 'b' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/core/buffer.c:359:2: note: Variable 'b' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/core/buffer.c:565:7: style: The scope of the variable 'separator' can be reduced. [variableScope]
libgit2-0.27.4/tests/core/buffer.c:565:20: style: The scope of the variable 'expect' can be reduced. [variableScope]
libgit2-0.27.4/tests/core/env.c:92:2: warning: The buffer 'testfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/core/env.c:259:2: warning: The buffer 'testfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/core/errors.c:142:2: style: Variable 'oom_error' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/core/errors.c:137:0: note: Variable 'oom_error' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/core/errors.c:142:2: note: Variable 'oom_error' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/core/pool.c:9:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgit2-0.27.4/tests/core/pool.c:59:11: style: The scope of the variable 'oid' can be reduced. [variableScope]
libgit2-0.27.4/tests/core/string.c:93:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:94:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:95:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:96:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:97:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:114:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:115:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:116:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:117:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/string.c:118:12: warning: Unnecessary comparison of static strings. [staticStringCompare]
libgit2-0.27.4/tests/core/strmap.c:25:8: style: The scope of the variable 'str' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/diff_helpers.c:247:24: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/diff_helpers.c:54:8: style: Function 'diff_file_cb' argument 3 names different: declaration 'cb_data' definition 'payload'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/diff/diff_helpers.h:38:8: note: Function 'diff_file_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:54:8: note: Function 'diff_file_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:81:8: style: Function 'diff_print_file_cb' argument 3 names different: declaration 'cb_data' definition 'payload'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/diff/diff_helpers.h:43:8: note: Function 'diff_print_file_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:81:8: note: Function 'diff_print_file_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:97:8: style: Function 'diff_binary_cb' argument 3 names different: declaration 'cb_data' definition 'payload'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/diff/diff_helpers.h:48:8: note: Function 'diff_binary_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:97:8: note: Function 'diff_binary_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:109:8: style: Function 'diff_hunk_cb' argument 3 names different: declaration 'cb_data' definition 'payload'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/diff/diff_helpers.h:53:8: note: Function 'diff_hunk_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:109:8: note: Function 'diff_hunk_cb' argument 3 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:130:8: style: Function 'diff_line_cb' argument 4 names different: declaration 'cb_data' definition 'payload'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/diff/diff_helpers.h:59:8: note: Function 'diff_line_cb' argument 4 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/diff_helpers.c:130:8: note: Function 'diff_line_cb' argument 4 names different: declaration 'cb_data' definition 'payload'.
libgit2-0.27.4/tests/diff/notify.c:188:2: style: Variable 'pathspec' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/diff/notify.c:184:2: note: Variable 'pathspec' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/diff/notify.c:188:2: note: Variable 'pathspec' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/diff/notify.c:188:2: style: Variable 'pathspec' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/diff/notify.c:221:2: style: Variable 'pathspec' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/diff/submodules.c:23:24: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/submodules.c:504:24: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/submodules.c:505:12: style: The scope of the variable 'pathlen' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/tree.c:141:16: style: The scope of the variable 'expected' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/tree.c:259:22: style: The scope of the variable 'num_h' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/tree.c:320:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/diff/workdir.c:1025:15: style: The scope of the variable 'num_d' can be reduced. [variableScope]
libgit2-0.27.4/tests/diff/workdir.c:425:2: style: Variable 'pathspec' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/diff/workdir.c:635:2: style: Variable 'pathspec' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/diff/workdir.c:1410:2: style: Variable 'pathspec' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/index/addall.c:249:2: style: Variable 'strs[0]' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/index/addall.c:213:2: note: Variable 'strs[0]' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/index/addall.c:249:2: note: Variable 'strs[0]' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/index/addall.c:266:2: style: Variable 'strs[0]' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/index/addall.c:249:2: note: Variable 'strs[0]' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/index/addall.c:266:2: note: Variable 'strs[0]' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/index/conflicts.c:245:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/index/conflicts.c:266:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/index/conflicts.c:286:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/index/nsec.c:66:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/index/read_index.c:34:25: style: The scope of the variable 'e' can be reduced. [variableScope]
libgit2-0.27.4/tests/iterator/tree.c:621:11: style: The scope of the variable 'id' can be reduced. [variableScope]
libgit2-0.27.4/tests/iterator/tree.c:624:7: style: The scope of the variable 'type' can be reduced. [variableScope]
libgit2-0.27.4/tests/iterator/tree.c:624:13: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
libgit2-0.27.4/tests/iterator/workdir.c:290:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/merge_helpers.c:131:30: style: The scope of the variable 'conflict_name' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/merge_helpers.c:221:18: style: The scope of the variable 'actual' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/merge_helpers.c:240:25: style: The scope of the variable 'index_entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/merge_helpers.c:263:30: style: The scope of the variable 'name_entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/trees/trivial.c:67:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/workdir/dirty.c:135:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/merge/workdir/trivial.c:62:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/network/cred.c:15:2: style: Variable 'payload.username' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/network/cred.c:14:2: note: Variable 'payload.username' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/network/cred.c:15:2: note: Variable 'payload.username' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/network/fetchlocal.c:50:22: style: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/network/fetchlocal.c:33:18: note: 'callcount' is assigned value '0' here.
libgit2-0.27.4/tests/network/fetchlocal.c:50:22: note: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same.
libgit2-0.27.4/tests/network/fetchlocal.c:79:22: style: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/network/fetchlocal.c:61:18: note: 'callcount' is assigned value '0' here.
libgit2-0.27.4/tests/network/fetchlocal.c:79:22: note: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same.
libgit2-0.27.4/tests/network/fetchlocal.c:226:22: style: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/network/fetchlocal.c:207:18: note: 'callcount' is assigned value '0' here.
libgit2-0.27.4/tests/network/fetchlocal.c:226:22: note: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same.
libgit2-0.27.4/tests/network/fetchlocal.c:340:22: style: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/network/fetchlocal.c:321:18: note: 'callcount' is assigned value '0' here.
libgit2-0.27.4/tests/network/fetchlocal.c:340:22: note: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same.
libgit2-0.27.4/tests/network/fetchlocal.c:464:22: style: Same expression on both sides of '!=' because the value of 'callcount' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/network/fetchlocal.c:453:18: note: 'callcount' is assigned value '0' here.
libgit2-0.27.4/tests/network/fetchlocal.c:464:22: note: Same expression on both sides of '!=' because the value of 'callcount' and '0' are the same.
libgit2-0.27.4/tests/odb/loose.c:85:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgit2-0.27.4/tests/odb/mixed.c:50:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:57:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:64:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:71:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:78:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:85:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:92:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:99:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/odb/mixed.c:106:2: warning: The buffer 'hex' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgit2-0.27.4/tests/online/clone.c:466:2: style: Variable 'with_user' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/online/clone.c:462:2: note: Variable 'with_user' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/online/clone.c:466:2: note: Variable 'with_user' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/online/clone.c:222:22: style: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/online/clone.c:216:18: note: 'callcount' is assigned value '0' here.
libgit2-0.27.4/tests/online/clone.c:222:22: note: Same expression on both sides of '>' because the value of 'callcount' and '0' are the same.
libgit2-0.27.4/tests/online/clone.c:466:2: style: Variable 'with_user' is assigned a value that is never used. [unreadVariable]
libgit2-0.27.4/tests/online/fetch.c:50:27: style: Same expression on both sides of '>' because the value of 'bytes_received' and '0' are the same. [duplicateExpression]
libgit2-0.27.4/tests/online/fetch.c:39:26: note: 'bytes_received' is assigned value '0' here.
libgit2-0.27.4/tests/online/fetch.c:50:27: note: Same expression on both sides of '>' because the value of 'bytes_received' and '0' are the same.
libgit2-0.27.4/tests/online/push.c:115:15: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgit2-0.27.4/tests/online/push.c:117:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/tests/online/push.c:467:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/tests/online/push.c:468:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/tests/online/push.c:470:25: style: The scope of the variable 'data' can be reduced. [variableScope]
libgit2-0.27.4/tests/pack/packbuilder.c:31:11: style: The scope of the variable 'o' can be reduced. [variableScope]
libgit2-0.27.4/tests/pack/packbuilder.c:32:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libgit2-0.27.4/tests/rebase/merge.c:641:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/tests/refs/revparse.c:19:7: style: The scope of the variable 'objstr' can be reduced. [variableScope]
libgit2-0.27.4/tests/refs/revparse.c:95:7: style: The scope of the variable 'objstr' can be reduced. [variableScope]
libgit2-0.27.4/tests/repo/discover.c:65:7: style: The scope of the variable 'ceiling_separator' can be reduced. [variableScope]
libgit2-0.27.4/tests/repo/env.c:145:2: style: Variable 'repo_dir' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/repo/env.c:132:0: note: Variable 'repo_dir' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/repo/env.c:145:2: note: Variable 'repo_dir' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/repo/init.c:718:2: style: Variable 'filemode' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/repo/init.c:702:0: note: Variable 'filemode' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/repo/init.c:718:2: note: Variable 'filemode' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/repo/init.c:720:2: style: Variable 'repo_path' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-0.27.4/tests/repo/init.c:703:0: note: Variable 'repo_path' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/repo/init.c:720:2: note: Variable 'repo_path' is reassigned a value before the old one has been used.
libgit2-0.27.4/tests/reset/default.c:43:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgit2-0.27.4/tests/revwalk/mergebase.c:192:8: style: The scope of the variable 'partial_oid' can be reduced. [variableScope]
libgit2-0.27.4/tests/revwalk/mergebase.c:256:8: style: The scope of the variable 'partial_oid' can be reduced. [variableScope]
libgit2-0.27.4/tests/status/renames.c:58:29: style: The scope of the variable 'expected' can be reduced. [variableScope]
libgit2-0.27.4/tests/status/renames.c:59:14: style: The scope of the variable 'oldname' can be reduced. [variableScope]
libgit2-0.27.4/tests/status/renames.c:59:24: style: The scope of the variable 'newname' can be reduced. [variableScope]
libgit2-0.27.4/tests/status/status_helpers.c:49:14: style: Function 'cb_status__print' argument 1 names different: declaration 'p' definition 'path'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/status/status_helpers.h:47:41: note: Function 'cb_status__print' argument 1 names different: declaration 'p' definition 'path'.
libgit2-0.27.4/tests/status/status_helpers.c:49:14: note: Function 'cb_status__print' argument 1 names different: declaration 'p' definition 'path'.
libgit2-0.27.4/tests/status/status_helpers.c:49:33: style: Function 'cb_status__print' argument 2 names different: declaration 's' definition 'status_flags'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/status/status_helpers.h:47:57: note: Function 'cb_status__print' argument 2 names different: declaration 's' definition 'status_flags'.
libgit2-0.27.4/tests/status/status_helpers.c:49:33: note: Function 'cb_status__print' argument 2 names different: declaration 's' definition 'status_flags'.
libgit2-0.27.4/tests/status/submodules.c:532:26: style: The scope of the variable 's' can be reduced. [variableScope]
libgit2-0.27.4/tests/submodule/submodule_helpers.c:213:46: style: Function 'refute__submodule_exists' argument 3 names different: declaration 'err' definition 'expected_error'. [funcArgNamesDifferent]
libgit2-0.27.4/tests/submodule/submodule_helpers.h:20:38: note: Function 'refute__submodule_exists' argument 3 names different: declaration 'err' definition 'expected_error'.
libgit2-0.27.4/tests/submodule/submodule_helpers.c:213:46: note: Function 'refute__submodule_exists' argument 3 names different: declaration 'err' definition 'expected_error'.
libgit2-0.27.4/tests/threads/basic.c:23:14: style: Same expression on both sides of '=='. [duplicateExpression]
libgit2-0.27.4/tests/win32/forbidden.c:121:24: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgit2-0.27.4/tests/worktree/merge.c:92:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libgit2-0.27.4/tests/worktree/repository.c:63:17: style: Same expression on both sides of '==' because the value of 'head' and 'NULL' are the same. [duplicateExpression]
libgit2-0.27.4/tests/worktree/repository.c:60:24: note: 'head' is assigned value 'NULL' here.
libgit2-0.27.4/tests/worktree/repository.c:63:17: note: Same expression on both sides of '==' because the value of 'head' and 'NULL' are the same.
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgit2-glib/libgit2-glib_0.26.4.orig.tar.xz
libgit2-glib-0.26.4/libgit2-glib/ggit-cred-ssh-interactive.c:283:52: warning: Function 'ggit_cred_ssh_interactive_prompt_new' argument order different: declaration 'name, instruction, text, is_masked' definition 'name, text, instruction, is_masked' [funcArgOrderDifferent]
libgit2-glib-0.26.4/libgit2-glib/ggit-cred-ssh-interactive.h:59:79: note: Function 'ggit_cred_ssh_interactive_prompt_new' argument order different: declaration 'name, instruction, text, is_masked' definition 'name, text, instruction, is_masked'
libgit2-glib-0.26.4/libgit2-glib/ggit-cred-ssh-interactive.c:283:52: note: Function 'ggit_cred_ssh_interactive_prompt_new' argument order different: declaration 'name, instruction, text, is_masked' definition 'name, text, instruction, is_masked'
libgit2-glib-0.26.4/libgit2-glib/ggit-diff-find-options.c:235:69: style: Function '_ggit_diff_find_options_get_diff_find_options' argument 1 names different: declaration 'options' definition 'diff_find_options'. [funcArgNamesDifferent]
libgit2-glib-0.26.4/libgit2-glib/ggit-diff-find-options.h:41:77: note: Function '_ggit_diff_find_options_get_diff_find_options' argument 1 names different: declaration 'options' definition 'diff_find_options'.
libgit2-glib-0.26.4/libgit2-glib/ggit-diff-find-options.c:235:69: note: Function '_ggit_diff_find_options_get_diff_find_options' argument 1 names different: declaration 'options' definition 'diff_find_options'.
libgit2-glib-0.26.4/libgit2-glib/ggit-diff-options.c:254:55: style: Function '_ggit_diff_options_get_diff_options' argument 1 names different: declaration 'options' definition 'diff_options'. [funcArgNamesDifferent]
libgit2-glib-0.26.4/libgit2-glib/ggit-diff-options.h:40:77: note: Function '_ggit_diff_options_get_diff_options' argument 1 names different: declaration 'options' definition 'diff_options'.
libgit2-glib-0.26.4/libgit2-glib/ggit-diff-options.c:254:55: note: Function '_ggit_diff_options_get_diff_options' argument 1 names different: declaration 'options' definition 'diff_options'.
libgit2-glib-0.26.4/libgit2-glib/ggit-remote-callbacks.c:146:3: style: Variable 'mcred' is reassigned a value before the old one has been used. [redundantAssignment]
libgit2-glib-0.26.4/libgit2-glib/ggit-remote-callbacks.c:143:0: note: Variable 'mcred' is reassigned a value before the old one has been used.
libgit2-glib-0.26.4/libgit2-glib/ggit-remote-callbacks.c:146:3: note: Variable 'mcred' is reassigned a value before the old one has been used.
libgit2-glib-0.26.4/libgit2-glib/ggit-remote-callbacks.c:267:57: style: Function '_ggit_remote_callbacks_get_native' argument 1 names different: declaration 'remote_cbs' definition 'callbacks'. [funcArgNamesDifferent]
libgit2-glib-0.26.4/libgit2-glib/ggit-remote-callbacks.h:63:79: note: Function '_ggit_remote_callbacks_get_native' argument 1 names different: declaration 'remote_cbs' definition 'callbacks'.
libgit2-glib-0.26.4/libgit2-glib/ggit-remote-callbacks.c:267:57: note: Function '_ggit_remote_callbacks_get_native' argument 1 names different: declaration 'remote_cbs' definition 'callbacks'.
libgit2-glib-0.26.4/libgit2-glib/ggit-tree.c:221:17: style: The scope of the variable 'wentry' can be reduced. [variableScope]
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgitlab-api-v4-perl/libgitlab-api-v4-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgkarrays/libgkarrays_2.1.0+dfsg.orig.tar.xz
libGkArrays-2.1.0/src/largebinvect.hxx:120:3: style: Class 'LargeBinVect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libGkArrays-2.1.0/src/largebinvect.hxx:158:24: style: Unhandled exception specification when calling function GetValue(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:135:15: note: Unhandled exception specification when calling function GetValue().
libGkArrays-2.1.0/src/largebinvect.hxx:158:24: note: Unhandled exception specification when calling function GetValue().
libGkArrays-2.1.0/src/largebinvect.hxx:179:39: style: Unhandled exception specification when calling function SetBit(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:143:10: note: Unhandled exception specification when calling function SetBit().
libGkArrays-2.1.0/src/largebinvect.hxx:179:39: note: Unhandled exception specification when calling function SetBit().
libGkArrays-2.1.0/src/largebinvect.hxx:182:39: style: Unhandled exception specification when calling function SetBitRange(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:151:8: note: Unhandled exception specification when calling function SetBitRange().
libGkArrays-2.1.0/src/largebinvect.hxx:182:39: note: Unhandled exception specification when calling function SetBitRange().
libGkArrays-2.1.0/src/largebinvect.hxx:191:39: style: Unhandled exception specification when calling function Resize(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:161:8: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.hxx:191:39: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.hxx:191:39: style: Unhandled exception specification when calling function Resize(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:167:8: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.hxx:191:39: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.cxx:116:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
libGkArrays-2.1.0/src/buildTables.cpp:123:9: style: The scope of the variable 'sec' can be reduced. [variableScope]
libGkArrays-2.1.0/src/readsReader.h:120:3: style: The class 'readIterator' does not have a constructor although it has private member variables. [noConstructor]
libGkArrays-2.1.0/src/solArray.h:185:12: style: Technically the member function 'gkarrays::SolArray::get' can be const. [functionConst]
libGkArrays-2.1.0/src/solArray.h:219:27: note: Technically the member function 'gkarrays::SolArray::get' can be const.
libGkArrays-2.1.0/src/solArray.h:185:12: note: Technically the member function 'gkarrays::SolArray::get' can be const.
libGkArrays-2.1.0/src/solArray.h:190:16: style: Technically the member function 'gkarrays::SolArray::getType' can be const. [functionConst]
libGkArrays-2.1.0/src/solArray.h:230:31: note: Technically the member function 'gkarrays::SolArray::getType' can be const.
libGkArrays-2.1.0/src/solArray.h:190:16: note: Technically the member function 'gkarrays::SolArray::getType' can be const.
libGkArrays-2.1.0/src/solArray.h:195:12: style: Technically the member function 'gkarrays::SolArray::length' can be const. [functionConst]
libGkArrays-2.1.0/src/solArray.h:234:27: note: Technically the member function 'gkarrays::SolArray::length' can be const.
libGkArrays-2.1.0/src/solArray.h:195:12: note: Technically the member function 'gkarrays::SolArray::length' can be const.
libGkArrays-2.1.0/src/largebinvect.hxx:120:0: style: Class 'LargeBinVect < u_int64_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libGkArrays-2.1.0/src/readsReader.h:231:25: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:131:25: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:231:25: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:239:19: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:136:19: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:239:19: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:244:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:146:17: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:244:17: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:249:17: style: The function 'getQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:151:17: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:249:17: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:254:17: style: The function 'getSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:161:17: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:254:17: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:259:16: style: The function 'getReadNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:156:16: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:259:16: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:264:18: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:141:18: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:264:18: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:269:16: style: The function 'isFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:166:16: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:269:16: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:321:25: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:131:25: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:321:25: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:328:19: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:136:19: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:328:19: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:333:18: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:141:18: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:333:18: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:338:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:146:17: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:338:17: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:348:17: style: The function 'getQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:151:17: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:348:17: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:353:16: style: The function 'getReadNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:156:16: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:353:16: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:358:17: style: The function 'getSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:161:17: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:358:17: note: Function in derived class
libGkArrays-2.1.0/src/readsReader.h:363:16: style: The function 'isFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libGkArrays-2.1.0/src/readsReader.h:166:16: note: Virtual function in base class
libGkArrays-2.1.0/src/readsReader.h:363:16: note: Function in derived class
libGkArrays-2.1.0/src/largebinvect.hxx:158:0: style: Unhandled exception specification when calling function GetValue(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:135:0: note: Unhandled exception specification when calling function GetValue().
libGkArrays-2.1.0/src/largebinvect.hxx:158:0: note: Unhandled exception specification when calling function GetValue().
libGkArrays-2.1.0/src/largebinvect.hxx:179:0: style: Unhandled exception specification when calling function SetBit(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:143:0: note: Unhandled exception specification when calling function SetBit().
libGkArrays-2.1.0/src/largebinvect.hxx:179:0: note: Unhandled exception specification when calling function SetBit().
libGkArrays-2.1.0/src/largebinvect.hxx:182:0: style: Unhandled exception specification when calling function SetBitRange(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:151:0: note: Unhandled exception specification when calling function SetBitRange().
libGkArrays-2.1.0/src/largebinvect.hxx:182:0: note: Unhandled exception specification when calling function SetBitRange().
libGkArrays-2.1.0/src/largebinvect.hxx:191:0: style: Unhandled exception specification when calling function Resize(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:161:0: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.hxx:191:0: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.hxx:191:0: style: Unhandled exception specification when calling function Resize(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/bitvector.cxx:167:0: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/largebinvect.hxx:191:0: note: Unhandled exception specification when calling function Resize().
libGkArrays-2.1.0/src/gkArrays.cpp:435:53: style: Function 'getTagFactor' argument 3 names different: declaration 'l' definition 'fact_length'. [funcArgNamesDifferent]
libGkArrays-2.1.0/src/gkArrays.h:355:45: note: Function 'getTagFactor' argument 3 names different: declaration 'l' definition 'fact_length'.
libGkArrays-2.1.0/src/gkArrays.cpp:435:53: note: Function 'getTagFactor' argument 3 names different: declaration 'l' definition 'fact_length'.
libGkArrays-2.1.0/src/gkArrays.h:233:12: style: Technically the member function 'gkarrays::gkArrays::getGkCFA' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:320:20: note: Technically the member function 'gkarrays::gkArrays::getGkCFA' can be const.
libGkArrays-2.1.0/src/gkArrays.h:233:12: note: Technically the member function 'gkarrays::gkArrays::getGkCFA' can be const.
libGkArrays-2.1.0/src/gkArrays.h:246:12: style: Technically the member function 'gkarrays::gkArrays::getGkISA' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:328:20: note: Technically the member function 'gkarrays::gkArrays::getGkISA' can be const.
libGkArrays-2.1.0/src/gkArrays.h:246:12: note: Technically the member function 'gkarrays::gkArrays::getGkISA' can be const.
libGkArrays-2.1.0/src/gkArrays.h:252:12: style: Technically the member function 'gkarrays::gkArrays::getGkSA' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:332:20: note: Technically the member function 'gkarrays::gkArrays::getGkSA' can be const.
libGkArrays-2.1.0/src/gkArrays.h:252:12: note: Technically the member function 'gkarrays::gkArrays::getGkSA' can be const.
libGkArrays-2.1.0/src/gkArrays.h:268:10: style: Technically the member function 'gkarrays::gkArrays::getNbTags' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:344:18: note: Technically the member function 'gkarrays::gkArrays::getNbTags' can be const.
libGkArrays-2.1.0/src/gkArrays.h:268:10: note: Technically the member function 'gkarrays::gkArrays::getNbTags' can be const.
libGkArrays-2.1.0/src/gkArrays.h:419:10: style: Technically the member function 'gkarrays::gkArrays::getThreshold' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:595:18: note: Technically the member function 'gkarrays::gkArrays::getThreshold' can be const.
libGkArrays-2.1.0/src/gkArrays.h:419:10: note: Technically the member function 'gkarrays::gkArrays::getThreshold' can be const.
libGkArrays-2.1.0/src/gkArrays.h:430:10: style: Technically the member function 'gkarrays::gkArrays::isLarge' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:607:18: note: Technically the member function 'gkarrays::gkArrays::isLarge' can be const.
libGkArrays-2.1.0/src/gkArrays.h:430:10: note: Technically the member function 'gkarrays::gkArrays::isLarge' can be const.
libGkArrays-2.1.0/src/gkArrays.h:443:10: style: Technically the member function 'gkarrays::gkArrays::isStranded' can be const. [functionConst]
libGkArrays-2.1.0/src/gkArrays.cpp:622:18: note: Technically the member function 'gkarrays::gkArrays::isStranded' can be const.
libGkArrays-2.1.0/src/gkArrays.h:443:10: note: Technically the member function 'gkarrays::gkArrays::isStranded' can be const.
libGkArrays-2.1.0/src/gkArrays.cpp:173:5: style: Class 'gkArrays' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libGkArrays-2.1.0/src/gkArrays.cpp:173:5: style: Class 'gkArrays' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libGkArrays-2.1.0/src/gkArraysBuilder.cpp:119:62: style: Function 'GkArraysBuilder' argument 2 names different: declaration 'length' definition 'cr_length'. [funcArgNamesDifferent]
libGkArrays-2.1.0/src/gkArraysBuilder.h:129:45: note: Function 'GkArraysBuilder' argument 2 names different: declaration 'length' definition 'cr_length'.
libGkArrays-2.1.0/src/gkArraysBuilder.cpp:119:62: note: Function 'GkArraysBuilder' argument 2 names different: declaration 'length' definition 'cr_length'.
libGkArrays-2.1.0/src/solArray.h:202:10: style: Unhandled exception specification when calling function realloc(). [unhandledExceptionSpecification]
libGkArrays-2.1.0/src/gkCFPSBuilder.cpp:170:13: note: Unhandled exception specification when calling function realloc().
libGkArrays-2.1.0/src/solArray.h:202:10: note: Unhandled exception specification when calling function realloc().
libGkArrays-2.1.0/src/gkSABuilder.cpp:271:18: style: C-style pointer casting [cstyleCast]
libGkArrays-2.1.0/src/gkSABuilder.cpp:313:13: style: C-style pointer casting [cstyleCast]
libGkArrays-2.1.0/src/gkSABuilder.cpp:421:20: style: C-style pointer casting [cstyleCast]
libGkArrays-2.1.0/src/gkSABuilder.cpp:131:71: style: Function 'build' argument 3 names different: declaration 'length' definition 'cr_length'. [funcArgNamesDifferent]
libGkArrays-2.1.0/src/gkSABuilder.h:169:58: note: Function 'build' argument 3 names different: declaration 'length' definition 'cr_length'.
libGkArrays-2.1.0/src/gkSABuilder.cpp:131:71: note: Function 'build' argument 3 names different: declaration 'length' definition 'cr_length'.
libGkArrays-2.1.0/src/gkSABuilder.cpp:374:88: style: Function 'vals' argument 6 names different: declaration 'val' definition 'valrev'. [funcArgNamesDifferent]
libGkArrays-2.1.0/src/gkSABuilder.h:220:86: note: Function 'vals' argument 6 names different: declaration 'val' definition 'valrev'.
libGkArrays-2.1.0/src/gkSABuilder.cpp:374:88: note: Function 'vals' argument 6 names different: declaration 'val' definition 'valrev'.
libGkArrays-2.1.0/src/readsReader.cpp:263:10: style: The scope of the variable 'isReadPairValid' can be reduced. [variableScope]
libGkArrays-2.1.0/src/readsReader.cpp:133:23: warning: Member variable 'singleReadIterator::finished' is not initialized in the constructor. [uninitMemberVar]
libGkArrays-2.1.0/src/readsReader.cpp:142:23: warning: Member variable 'singleReadIterator::readsFile' is not initialized in the constructor. [uninitMemberVar]
libGkArrays-2.1.0/src/readsReader.cpp:249:26: warning: Member variable 'pairedEndReadIterator::k' is not initialized in the constructor. [uninitMemberVar]
libGkArrays-2.1.0/src/readsReader.cpp:249:26: warning: Member variable 'pairedEndReadIterator::length' is not initialized in the constructor. [uninitMemberVar]
libGkArrays-2.1.0/src/readsReader.cpp:376:16: warning: Member variable 'readsReader::filename2' is not initialized in the constructor. [uninitMemberVar]
libGkArrays-2.1.0/src/readsReader.cpp:124:5: performance: Variable 'readsFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libGkArrays-2.1.0/src/readsReader.cpp:138:5: performance: Variable 'tagNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libGkArrays-2.1.0/src/readsReader.cpp:379:11: performance: Variable 'k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libGkArrays-2.1.0/src/readsReader.cpp:380:11: performance: Variable 'length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libGkArrays-2.1.0/src/readsReader.cpp:388:11: performance: Variable 'k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libGkArrays-2.1.0/src/readsReader.cpp:389:11: performance: Variable 'length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libGkArrays-2.1.0/src/readsReader.h:427:8: style: Technically the member function 'gkarrays::readsReader::isPairedEnd' can be const. [functionConst]
libGkArrays-2.1.0/src/readsReader.cpp:401:21: note: Technically the member function 'gkarrays::readsReader::isPairedEnd' can be const.
libGkArrays-2.1.0/src/readsReader.h:427:8: note: Technically the member function 'gkarrays::readsReader::isPairedEnd' can be const.
libGkArrays-2.1.0/src/readsReader.cpp:250:11: style: Value of pointer 'readIterator1', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
libGkArrays-2.1.0/src/readsReader.cpp:251:11: style: Value of pointer 'readIterator2', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
libGkArrays-2.1.0/src/readsReader.h:186:3: warning: The class 'singleReadIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libGkArrays-2.1.0/src/readsReader.h:289:3: warning: The class 'pairedEndReadIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libGkArrays-2.1.0/src/solArray.h:121:0: warning: The class 'SolArray' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libGkArrays-2.1.0/src/sux/rank9b.cpp:98:4: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libGkArrays-2.1.0/src/sux/rank9b.cpp:98:4: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libGkArrays-2.1.0/src/sux/rank9b.cpp:98:4: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libGkArrays-2.1.0/src/sux/rank9b.cpp:108:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libGkArrays-2.1.0/src/sux/rank9b.cpp:108:5: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libGkArrays-2.1.0/src/sux/rank9b.cpp:108:5: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libGkArrays-2.1.0/src/sux/rank9b.cpp:175:12: style: The scope of the variable 'block_middle' can be reduced. [variableScope]
libGkArrays-2.1.0/src/sux/rank9b.cpp:211:26: style: Unsigned variable 'offset_in_block' can't be negative so it is unnecessary to test it. [unsignedPositive]
libGkArrays-2.1.0/src/sux/rank9b.cpp:223:23: style: Unsigned variable 'rank_in_word' can't be negative so it is unnecessary to test it. [unsignedPositive]
libGkArrays-2.1.0/src/sux/rank9b.cpp:124:39: style: Function 'rank' argument 1 names different: declaration 'pos' definition 'k'. [funcArgNamesDifferent]
libGkArrays-2.1.0/src/sux/rank9b.h:82:32: note: Function 'rank' argument 1 names different: declaration 'pos' definition 'k'.
libGkArrays-2.1.0/src/sux/rank9b.cpp:124:39: note: Function 'rank' argument 1 names different: declaration 'pos' definition 'k'.
libGkArrays-2.1.0/src/sux/rank9b.cpp:33:9: warning: Member variable 'rank9b::num_ones' is not initialized in the constructor. [uninitMemberVar]
libGkArrays-2.1.0/src/sux/rank9b.h:85:7: performance: Technically the member function 'rank9b::print_counts' can be static. [functionStatic]
libGkArrays-2.1.0/src/sux/rank9b.cpp:236:14: note: Technically the member function 'rank9b::print_counts' can be static.
libGkArrays-2.1.0/src/sux/rank9b.h:85:7: note: Technically the member function 'rank9b::print_counts' can be static.
libGkArrays-2.1.0/src/sux/rank9b.h:86:11: style: Technically the member function 'rank9b::bit_count' can be const. [functionConst]
libGkArrays-2.1.0/src/sux/rank9b.cpp:228:18: note: Technically the member function 'rank9b::bit_count' can be const.
libGkArrays-2.1.0/src/sux/rank9b.h:86:11: note: Technically the member function 'rank9b::bit_count' can be const.
libGkArrays-2.1.0/src/sux/rank9b.cpp:39:2: style: Class 'rank9b' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libGkArrays-2.1.0/src/sux/rank9b.cpp:39:2: style: Class 'rank9b' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgksu/libgksu_2.0.13~pre1.orig.tar.gz
libgksu-2.0.12/gksu-properties/gksu-properties.c:64:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
libgksu-2.0.12/gksu-properties/gksu-properties.c:58:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
libgksu-2.0.12/gksu-properties/gksu-properties.c:64:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:1069:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgksu-2.0.12/libgksu/libgksu.c:2886:26: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
libgksu-2.0.12/libgksu/libgksu.c:1151:3: style: Variable 'display' is reassigned a value before the old one has been used. [redundantAssignment]
libgksu-2.0.12/libgksu/libgksu.c:1148:0: note: Variable 'display' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:1151:3: note: Variable 'display' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:1152:3: style: Variable 'xauth' is reassigned a value before the old one has been used. [redundantAssignment]
libgksu-2.0.12/libgksu/libgksu.c:1149:0: note: Variable 'xauth' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:1152:3: note: Variable 'xauth' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:1168:7: style: Variable 'cut_display' is reassigned a value before the old one has been used. [redundantAssignment]
libgksu-2.0.12/libgksu/libgksu.c:1165:0: note: Variable 'cut_display' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:1168:7: note: Variable 'cut_display' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:2041:7: style: Variable 'pwd' is reassigned a value before the old one has been used. [redundantAssignment]
libgksu-2.0.12/libgksu/libgksu.c:2028:0: note: Variable 'pwd' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:2041:7: note: Variable 'pwd' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksu/libgksu.c:580:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgksu-2.0.12/libgksu/libgksu.c:600:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgksu-2.0.12/libgksu/libgksu.c:233:11: style: The scope of the variable 'sp' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:233:16: style: The scope of the variable 'ep' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:233:21: style: The scope of the variable 'fp' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:265:11: style: The scope of the variable 'p' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:763:30: style: The scope of the variable 'attributes' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:845:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:1937:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgksu-2.0.12/libgksu/libgksu.c:2487:10: style: The scope of the variable 'j' can be reduced. [variableScope]
libgksu-2.0.12/libgksuui/gksuui-dialog.c:247:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
libgksu-2.0.12/libgksuui/gksuui-dialog.c:210:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksuui/gksuui-dialog.c:247:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
libgksu-2.0.12/libgksuui/gksuui-dialog.c:199:54: style: Function 'gksuui_dialog_create_gnome_keyring_ui' argument 1 names different: declaration 'gksuui_dialog' definition 'dialog'. [funcArgNamesDifferent]
libgksu-2.0.12/libgksuui/gksuui-dialog.c:45:54: note: Function 'gksuui_dialog_create_gnome_keyring_ui' argument 1 names different: declaration 'gksuui_dialog' definition 'dialog'.
libgksu-2.0.12/libgksuui/gksuui-dialog.c:199:54: note: Function 'gksuui_dialog_create_gnome_keyring_ui' argument 1 names different: declaration 'gksuui_dialog' definition 'dialog'.
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libglade2/libglade2_2.6.4.orig.tar.gz
libglade-2.6.4/glade/glade-gtk.c:476:22: style: The scope of the variable 'cell' can be reduced. [variableScope]
libglade-2.6.4/glade/glade-xml.c:1103:19: style: The scope of the variable 'fv' can be reduced. [variableScope]
libglade-2.6.4/glade/glade-xml.c:1164:22: style: The scope of the variable 'wid' can be reduced. [variableScope]
libglade-2.6.4/glade/glade-xml.c:1160:37: style: Function 'glade_xml_build_interface' argument 1 names different: declaration 'xml' definition 'self'. [funcArgNamesDifferent]
libglade-2.6.4/glade/glade-xml.c:53:49: note: Function 'glade_xml_build_interface' argument 1 names different: declaration 'xml' definition 'self'.
libglade-2.6.4/glade/glade-xml.c:1160:37: note: Function 'glade_xml_build_interface' argument 1 names different: declaration 'xml' definition 'self'.
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libglademm2.4/libglademm2.4_2.6.7.orig.tar.gz
libglademm-2.6.7/libglade/libglademm/xml.cc:154:3: warning: Possible null pointer dereference: pWidget [nullPointer]
libglademm-2.6.7/libglade/libglademm/xml.cc:149:26: note: Assignment 'pWidget=0', assigned value is 0
libglademm-2.6.7/libglade/libglademm/xml.cc:154:3: note: Null pointer dereference
[15:10]

ftp://ftp.se.debian.org/debian/pool/main/libg/libglazedlists-java/libglazedlists-java_1.9.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libg/libglib-object-introspection-perl/libglib-object-introspection-perl_0.045.orig.tar.gz
Glib-Object-Introspection-0.045/gperl-i11n-invoke-c.c:69:3: style: Variable 'may_be_null' is reassigned a value before the old one has been used. [redundantAssignment]
Glib-Object-Introspection-0.045/gperl-i11n-invoke-c.c:62:0: note: Variable 'may_be_null' is reassigned a value before the old one has been used.
Glib-Object-Introspection-0.045/gperl-i11n-invoke-c.c:69:3: note: Variable 'may_be_null' is reassigned a value before the old one has been used.
Glib-Object-Introspection-0.045/gperl-i11n-marshal-callback.c:103:6: style: The scope of the variable 'stash' can be reduced. [variableScope]
Glib-Object-Introspection-0.045/gperl-i11n-marshal-list.c:29:6: style: The scope of the variable 'value' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libglib-perl/libglib-perl_1.327.orig.tar.gz
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgltf/libgltf_0.1.0.orig.tar.gz
libgltf-0.1.0/src/Common.cpp:140:32: style: Function 'setColor' argument 1 names different: declaration 'color' definition 'Color'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:118:29: note: Function 'setColor' argument 1 names different: declaration 'color' definition 'Color'.
libgltf-0.1.0/src/Common.cpp:140:32: note: Function 'setColor' argument 1 names different: declaration 'color' definition 'Color'.
libgltf-0.1.0/src/Common.cpp:195:33: style: Function 'setXFov' argument 1 names different: declaration 'x' definition 'xFov'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:542:24: note: Function 'setXFov' argument 1 names different: declaration 'x' definition 'xFov'.
libgltf-0.1.0/src/Common.cpp:195:33: note: Function 'setXFov' argument 1 names different: declaration 'x' definition 'xFov'.
libgltf-0.1.0/src/Common.cpp:205:33: style: Function 'setYFov' argument 1 names different: declaration 'y' definition 'yFov'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:545:24: note: Function 'setYFov' argument 1 names different: declaration 'y' definition 'yFov'.
libgltf-0.1.0/src/Common.cpp:205:33: note: Function 'setYFov' argument 1 names different: declaration 'y' definition 'yFov'.
libgltf-0.1.0/src/Common.cpp:215:32: style: Function 'setFar' argument 1 names different: declaration 'f' definition 'far'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:548:23: note: Function 'setFar' argument 1 names different: declaration 'f' definition 'far'.
libgltf-0.1.0/src/Common.cpp:215:32: note: Function 'setFar' argument 1 names different: declaration 'f' definition 'far'.
libgltf-0.1.0/src/Common.cpp:225:33: style: Function 'setNear' argument 1 names different: declaration 'n' definition 'near'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:551:24: note: Function 'setNear' argument 1 names different: declaration 'n' definition 'near'.
libgltf-0.1.0/src/Common.cpp:225:33: note: Function 'setNear' argument 1 names different: declaration 'n' definition 'near'.
libgltf-0.1.0/src/Common.cpp:235:40: style: Function 'setAspectRatio' argument 1 names different: declaration 'a' definition 'aspectRatio'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:554:31: note: Function 'setAspectRatio' argument 1 names different: declaration 'a' definition 'aspectRatio'.
libgltf-0.1.0/src/Common.cpp:235:40: note: Function 'setAspectRatio' argument 1 names different: declaration 'a' definition 'aspectRatio'.
libgltf-0.1.0/src/Common.cpp:370:59: style: Function 'setPropertyName' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:207:45: note: Function 'setPropertyName' argument 1 names different: declaration 'key' definition 'name'.
libgltf-0.1.0/src/Common.cpp:370:59: note: Function 'setPropertyName' argument 1 names different: declaration 'key' definition 'name'.
libgltf-0.1.0/src/Common.cpp:532:43: style: Function 'setMeshName' argument 1 names different: declaration 'name' definition 'sName'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:299:41: note: Function 'setMeshName' argument 1 names different: declaration 'name' definition 'sName'.
libgltf-0.1.0/src/Common.cpp:532:43: note: Function 'setMeshName' argument 1 names different: declaration 'name' definition 'sName'.
libgltf-0.1.0/src/Common.cpp:647:33: style: Function 'setNodeType' argument 1 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:423:31: note: Function 'setNodeType' argument 1 names different: declaration 'type' definition '_type'.
libgltf-0.1.0/src/Common.cpp:647:33: note: Function 'setNodeType' argument 1 names different: declaration 'type' definition '_type'.
libgltf-0.1.0/src/Common.cpp:672:45: style: Function 'setLightIndex' argument 1 names different: declaration 'index' definition 'lightIndex'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:456:43: note: Function 'setLightIndex' argument 1 names different: declaration 'index' definition 'lightIndex'.
libgltf-0.1.0/src/Common.cpp:672:45: note: Function 'setLightIndex' argument 1 names different: declaration 'index' definition 'lightIndex'.
libgltf-0.1.0/src/Common.cpp:736:46: style: Function 'setCameraIndex' argument 1 names different: declaration 'index' definition 'cameraIndex'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:459:44: note: Function 'setCameraIndex' argument 1 names different: declaration 'index' definition 'cameraIndex'.
libgltf-0.1.0/src/Common.cpp:736:46: note: Function 'setCameraIndex' argument 1 names different: declaration 'index' definition 'cameraIndex'.
libgltf-0.1.0/src/Common.cpp:746:45: style: Function 'pushMeshIndex' argument 1 names different: declaration 'index' definition '_index'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:462:43: note: Function 'pushMeshIndex' argument 1 names different: declaration 'index' definition '_index'.
libgltf-0.1.0/src/Common.cpp:746:45: note: Function 'pushMeshIndex' argument 1 names different: declaration 'index' definition '_index'.
libgltf-0.1.0/src/Common.cpp:784:32: style: Function 'setParentNode' argument 1 names different: declaration 'pParent' definition 'pParentNode'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:470:30: note: Function 'setParentNode' argument 1 names different: declaration 'pParent' definition 'pParentNode'.
libgltf-0.1.0/src/Common.cpp:784:32: note: Function 'setParentNode' argument 1 names different: declaration 'pParent' definition 'pParentNode'.
libgltf-0.1.0/src/Common.cpp:1006:62: style: Function 'insertAnimMap' argument 2 names different: declaration 'pAnimation' definition 'pAnim'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:621:59: note: Function 'insertAnimMap' argument 2 names different: declaration 'pAnimation' definition 'pAnim'.
libgltf-0.1.0/src/Common.cpp:1006:62: note: Function 'insertAnimMap' argument 2 names different: declaration 'pAnimation' definition 'pAnim'.
libgltf-0.1.0/src/Common.cpp:1140:31: style: Function 'setRootNode' argument 1 names different: declaration 'pRootNode' definition 'pNode'. [funcArgNamesDifferent]
libgltf-0.1.0/src/Common.h:594:28: note: Function 'setRootNode' argument 1 names different: declaration 'pRootNode' definition 'pNode'.
libgltf-0.1.0/src/Common.cpp:1140:31: note: Function 'setRootNode' argument 1 names different: declaration 'pRootNode' definition 'pNode'.
libgltf-0.1.0/src/Common.h:646:31: performance: Technically the member function 'libgltf::Scene::freeMap' can be static. [functionStatic]
libgltf-0.1.0/src/Common.cpp:986:34: note: Technically the member function 'libgltf::Scene::freeMap' can be static.
libgltf-0.1.0/src/Common.h:646:31: note: Technically the member function 'libgltf::Scene::freeMap' can be static.
libgltf-0.1.0/src/Common.h:106:1: warning: The class 'Light' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libgltf-0.1.0/src/FPSCounter.cpp:64:41: style: Function 'printFPS' argument 1 names different: declaration 'pViewpoit' definition 'pViewport'. [funcArgNamesDifferent]
libgltf-0.1.0/src/FPSCounter.h:47:33: note: Function 'printFPS' argument 1 names different: declaration 'pViewpoit' definition 'pViewport'.
libgltf-0.1.0/src/FPSCounter.cpp:64:41: note: Function 'printFPS' argument 1 names different: declaration 'pViewpoit' definition 'pViewport'.
libgltf-0.1.0/src/FPSCounter.h:50:5: style: Class 'FPSCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgltf-0.1.0/src/LoadScene.cpp:545:54: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgltf-0.1.0/src/LoadScene.cpp:564:54: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgltf-0.1.0/src/LoadScene.cpp:993:29: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
libgltf-0.1.0/src/LoadScene.cpp:201:41: style: Function 'parseNode' argument 3 names different: declaration 'pmatrix' definition 'parentMatrix'. [funcArgNamesDifferent]
libgltf-0.1.0/src/LoadScene.h:54:37: note: Function 'parseNode' argument 3 names different: declaration 'pmatrix' definition 'parentMatrix'.
libgltf-0.1.0/src/LoadScene.cpp:201:41: note: Function 'parseNode' argument 3 names different: declaration 'pmatrix' definition 'parentMatrix'.
libgltf-0.1.0/src/LoadScene.h:69:10: performance: Technically the member function 'libgltf::Parser::isFoundPtree' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:915:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgltf-0.1.0/src/RenderScene.cpp:1446:41: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
libgltf-0.1.0/src/RenderScene.cpp:277:68: style: Function 'createRenderObj' argument 3 names different: declaration 'RboId' definition 'rboId'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:61:57: note: Function 'createRenderObj' argument 3 names different: declaration 'RboId' definition 'rboId'.
libgltf-0.1.0/src/RenderScene.cpp:277:68: note: Function 'createRenderObj' argument 3 names different: declaration 'RboId' definition 'rboId'.
libgltf-0.1.0/src/RenderScene.cpp:298:49: style: Function 'createFrameBufferObj' argument 1 names different: declaration 'FboId' definition 'fboId'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:62:38: note: Function 'createFrameBufferObj' argument 1 names different: declaration 'FboId' definition 'fboId'.
libgltf-0.1.0/src/RenderScene.cpp:298:49: note: Function 'createFrameBufferObj' argument 1 names different: declaration 'FboId' definition 'fboId'.
libgltf-0.1.0/src/RenderScene.cpp:299:48: style: Function 'createFrameBufferObj' argument 3 names different: declaration 'RboId' definition 'rboId'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:62:66: note: Function 'createFrameBufferObj' argument 3 names different: declaration 'RboId' definition 'rboId'.
libgltf-0.1.0/src/RenderScene.cpp:299:48: note: Function 'createFrameBufferObj' argument 3 names different: declaration 'RboId' definition 'rboId'.
libgltf-0.1.0/src/RenderScene.cpp:682:59: style: Function 'getRenderPrim' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:167:49: note: Function 'getRenderPrim' argument 1 names different: declaration 'i' definition 'index'.
libgltf-0.1.0/src/RenderScene.cpp:682:59: note: Function 'getRenderPrim' argument 1 names different: declaration 'i' definition 'index'.
libgltf-0.1.0/src/RenderScene.cpp:829:56: style: Function 'constructPrimitive' argument 1 names different: declaration 'pPrim' definition 'pPrimitive'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:264:47: note: Function 'constructPrimitive' argument 1 names different: declaration 'pPrim' definition 'pPrimitive'.
libgltf-0.1.0/src/RenderScene.cpp:829:56: note: Function 'constructPrimitive' argument 1 names different: declaration 'pPrim' definition 'pPrimitive'.
libgltf-0.1.0/src/RenderScene.cpp:954:40: style: Function 'getCameraIndex' argument 1 names different: declaration 'rootNode' definition 'pNode'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:199:31: note: Function 'getCameraIndex' argument 1 names different: declaration 'rootNode' definition 'pNode'.
libgltf-0.1.0/src/RenderScene.cpp:954:40: note: Function 'getCameraIndex' argument 1 names different: declaration 'rootNode' definition 'pNode'.
libgltf-0.1.0/src/RenderScene.cpp:1346:41: style: Function 'updateNodeMatrix' argument 3 names different: declaration 'flag' definition 'jointFlag'. [funcArgNamesDifferent]
libgltf-0.1.0/src/RenderScene.h:269:70: note: Function 'updateNodeMatrix' argument 3 names different: declaration 'flag' definition 'jointFlag'.
libgltf-0.1.0/src/RenderScene.cpp:1346:41: note: Function 'updateNodeMatrix' argument 3 names different: declaration 'flag' definition 'jointFlag'.
libgltf-0.1.0/src/RenderScene.h:61:10: performance: Technically the member function 'libgltf::RenderWithFBO::createRenderObj' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:277:21: note: Technically the member function 'libgltf::RenderWithFBO::createRenderObj' can be static.
libgltf-0.1.0/src/RenderScene.h:61:10: note: Technically the member function 'libgltf::RenderWithFBO::createRenderObj' can be static.
libgltf-0.1.0/src/RenderScene.h:62:9: performance: Technically the member function 'libgltf::RenderWithFBO::createFrameBufferObj' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:298:20: note: Technically the member function 'libgltf::RenderWithFBO::createFrameBufferObj' can be static.
libgltf-0.1.0/src/RenderScene.h:62:9: note: Technically the member function 'libgltf::RenderWithFBO::createFrameBufferObj' can be static.
libgltf-0.1.0/src/RenderScene.h:63:9: performance: Technically the member function 'libgltf::RenderWithFBO::createMultiSampleTextureFrameBufObj' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:333:20: note: Technically the member function 'libgltf::RenderWithFBO::createMultiSampleTextureFrameBufObj' can be static.
libgltf-0.1.0/src/RenderScene.h:63:9: note: Technically the member function 'libgltf::RenderWithFBO::createMultiSampleTextureFrameBufObj' can be static.
libgltf-0.1.0/src/RenderScene.h:65:12: performance: Technically the member function 'libgltf::RenderWithFBO::loadFboShader' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:182:23: note: Technically the member function 'libgltf::RenderWithFBO::loadFboShader' can be static.
libgltf-0.1.0/src/RenderScene.h:65:12: note: Technically the member function 'libgltf::RenderWithFBO::loadFboShader' can be static.
libgltf-0.1.0/src/RenderScene.h:66:10: performance: Technically the member function 'libgltf::RenderWithFBO::setBufferForFbo' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:200:21: note: Technically the member function 'libgltf::RenderWithFBO::setBufferForFbo' can be static.
libgltf-0.1.0/src/RenderScene.h:66:10: note: Technically the member function 'libgltf::RenderWithFBO::setBufferForFbo' can be static.
libgltf-0.1.0/src/RenderScene.h:138:10: style: Technically the member function 'libgltf::RenderPrimitive::getPrimitiveBoundary' can be const. [functionConst]
libgltf-0.1.0/src/RenderScene.cpp:568:23: note: Technically the member function 'libgltf::RenderPrimitive::getPrimitiveBoundary' can be const.
libgltf-0.1.0/src/RenderScene.h:138:10: note: Technically the member function 'libgltf::RenderPrimitive::getPrimitiveBoundary' can be const.
libgltf-0.1.0/src/RenderScene.h:195:10: style: Technically the member function 'libgltf::RenderScene::getCameraPos' can be const. [functionConst]
libgltf-0.1.0/src/RenderScene.cpp:1890:19: note: Technically the member function 'libgltf::RenderScene::getCameraPos' can be const.
libgltf-0.1.0/src/RenderScene.h:195:10: note: Technically the member function 'libgltf::RenderScene::getCameraPos' can be const.
libgltf-0.1.0/src/RenderScene.h:214:10: performance: Technically the member function 'libgltf::RenderScene::setBitZoom' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:1780:19: note: Technically the member function 'libgltf::RenderScene::setBitZoom' can be static.
libgltf-0.1.0/src/RenderScene.h:214:10: note: Technically the member function 'libgltf::RenderScene::setBitZoom' can be static.
libgltf-0.1.0/src/RenderScene.h:257:10: performance: Technically the member function 'libgltf::RenderScene::initOpengl' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:967:19: note: Technically the member function 'libgltf::RenderScene::initOpengl' can be static.
libgltf-0.1.0/src/RenderScene.h:257:10: note: Technically the member function 'libgltf::RenderScene::initOpengl' can be static.
libgltf-0.1.0/src/RenderScene.h:265:18: performance: Technically the member function 'libgltf::RenderScene::bindAttribute' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:790:27: note: Technically the member function 'libgltf::RenderScene::bindAttribute' can be static.
libgltf-0.1.0/src/RenderScene.h:265:18: note: Technically the member function 'libgltf::RenderScene::bindAttribute' can be static.
libgltf-0.1.0/src/RenderScene.h:266:18: performance: Technically the member function 'libgltf::RenderScene::bindIndices' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:799:27: note: Technically the member function 'libgltf::RenderScene::bindIndices' can be static.
libgltf-0.1.0/src/RenderScene.h:266:18: note: Technically the member function 'libgltf::RenderScene::bindIndices' can be static.
libgltf-0.1.0/src/RenderScene.h:272:10: performance: Technically the member function 'libgltf::RenderScene::upLoadTechPropertyTransparent' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:1179:19: note: Technically the member function 'libgltf::RenderScene::upLoadTechPropertyTransparent' can be static.
libgltf-0.1.0/src/RenderScene.h:272:10: note: Technically the member function 'libgltf::RenderScene::upLoadTechPropertyTransparent' can be static.
libgltf-0.1.0/src/RenderScene.h:273:10: performance: Technically the member function 'libgltf::RenderScene::upLoadTechPropertyOfJsonFile' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:1190:19: note: Technically the member function 'libgltf::RenderScene::upLoadTechPropertyOfJsonFile' can be static.
libgltf-0.1.0/src/RenderScene.h:273:10: note: Technically the member function 'libgltf::RenderScene::upLoadTechPropertyOfJsonFile' can be static.
libgltf-0.1.0/src/RenderScene.h:276:10: performance: Technically the member function 'libgltf::RenderScene::upLoadAnimation' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:1303:19: note: Technically the member function 'libgltf::RenderScene::upLoadAnimation' can be static.
libgltf-0.1.0/src/RenderScene.h:276:10: note: Technically the member function 'libgltf::RenderScene::upLoadAnimation' can be static.
libgltf-0.1.0/src/RenderScene.h:278:10: performance: Technically the member function 'libgltf::RenderScene::upLoadAttribute' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:1511:19: note: Technically the member function 'libgltf::RenderScene::upLoadAttribute' can be static.
libgltf-0.1.0/src/RenderScene.h:278:10: note: Technically the member function 'libgltf::RenderScene::upLoadAttribute' can be static.
libgltf-0.1.0/src/RenderScene.h:279:10: performance: Technically the member function 'libgltf::RenderScene::drawTriangle' can be static. [functionStatic]
libgltf-0.1.0/src/RenderScene.cpp:1552:19: note: Technically the member function 'libgltf::RenderScene::drawTriangle' can be static.
libgltf-0.1.0/src/RenderScene.h:279:10: note: Technically the member function 'libgltf::RenderScene::drawTriangle' can be static.
libgltf-0.1.0/src/Shaders.h:22:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:21:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:22:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:25:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:28:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:25:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:29:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:35:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:29:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:31:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:42:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:31:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:33:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:49:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:33:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:37:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:56:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:37:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:41:10: performance: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:63:21: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:41:10: note: Technically the member function 'libgltf::ShaderProgram::setUniform' can be static.
libgltf-0.1.0/src/Shaders.h:47:10: performance: Technically the member function 'libgltf::ShaderProgram::deleteProgram' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:88:21: note: Technically the member function 'libgltf::ShaderProgram::deleteProgram' can be static.
libgltf-0.1.0/src/Shaders.h:47:10: note: Technically the member function 'libgltf::ShaderProgram::deleteProgram' can be static.
libgltf-0.1.0/src/Shaders.h:49:10: performance: Technically the member function 'libgltf::ShaderProgram::useProgram' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:93:21: note: Technically the member function 'libgltf::ShaderProgram::useProgram' can be static.
libgltf-0.1.0/src/Shaders.h:49:10: note: Technically the member function 'libgltf::ShaderProgram::useProgram' can be static.
libgltf-0.1.0/src/Shaders.h:55:10: performance: Technically the member function 'libgltf::ShaderProgram::compileShader' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:119:21: note: Technically the member function 'libgltf::ShaderProgram::compileShader' can be static.
libgltf-0.1.0/src/Shaders.h:55:10: note: Technically the member function 'libgltf::ShaderProgram::compileShader' can be static.
libgltf-0.1.0/src/Shaders.h:58:10: performance: Technically the member function 'libgltf::ShaderProgram::linkProgram' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:155:21: note: Technically the member function 'libgltf::ShaderProgram::linkProgram' can be static.
libgltf-0.1.0/src/Shaders.h:58:10: note: Technically the member function 'libgltf::ShaderProgram::linkProgram' can be static.
libgltf-0.1.0/src/Shaders.h:60:10: performance: Technically the member function 'libgltf::ShaderProgram::deleteShader' can be static. [functionStatic]
libgltf-0.1.0/src/Shaders.cpp:173:21: note: Technically the member function 'libgltf::ShaderProgram::deleteShader' can be static.
libgltf-0.1.0/src/Shaders.h:60:10: note: Technically the member function 'libgltf::ShaderProgram::deleteShader' can be static.
libgltf-0.1.0/src/Texture.h:42:10: performance: Technically the member function 'libgltf::Texture::setTextureParameter' can be static. [functionStatic]
libgltf-0.1.0/src/Texture.cpp:63:15: note: Technically the member function 'libgltf::Texture::setTextureParameter' can be static.
libgltf-0.1.0/src/Texture.h:42:10: note: Technically the member function 'libgltf::Texture::setTextureParameter' can be static.
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libglu/libglu_9.0.0.orig.tar.gz
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:111:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:52:82: style: Function 'bezierPatchMake' argument 5 names different: declaration 'urder' definition 'uorder'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/bezierPatch.h:71:82: note: Function 'bezierPatchMake' argument 5 names different: declaration 'urder' definition 'uorder'.
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:52:82: note: Function 'bezierPatchMake' argument 5 names different: declaration 'urder' definition 'uorder'.
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:71:83: style: Function 'bezierPatchMake2' argument 5 names different: declaration 'urder' definition 'uorder'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/bezierPatch.h:73:83: note: Function 'bezierPatchMake2' argument 5 names different: declaration 'urder' definition 'uorder'.
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:71:83: note: Function 'bezierPatchMake2' argument 5 names different: declaration 'urder' definition 'uorder'.
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:159:68: style: Function 'bezierPatchEvalNormal' argument 4 names different: declaration 'retNormal' definition 'ret'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/bezierPatch.h:88:68: note: Function 'bezierPatchEvalNormal' argument 4 names different: declaration 'retNormal' definition 'ret'.
glu-9.0.0/src/libnurbs/interface/bezierPatch.cc:159:68: note: Function 'bezierPatchEvalNormal' argument 4 names different: declaration 'retNormal' definition 'ret'.
glu-9.0.0/src/libnurbs/interface/bezierPatchMesh.cc:254:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/bezierPatchMesh.cc:292:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:86:4: warning: Redundant assignment of 'm' to itself. [selfAssignment]
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:92:7: warning: Redundant assignment of 'type' to itself. [selfAssignment]
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:93:7: warning: Redundant assignment of 'from' to itself. [selfAssignment]
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:94:5: warning: Redundant assignment of 'to' to itself. [selfAssignment]
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:350:44: style: Function 'beginCallBack' argument 1 names different: declaration 'type' definition 'which'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/glcurveval.h:143:28: note: Function 'beginCallBack' argument 1 names different: declaration 'type' definition 'which'.
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:350:44: note: Function 'beginCallBack' argument 1 names different: declaration 'type' definition 'which'.
glu-9.0.0/src/libnurbs/interface/glcurveval.cc:48:23: warning: Member variable 'OpenGLCurveEvaluator::global_grid_nu' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:1237:46: style: Function 'beginCallBack' argument 1 names different: declaration 'type' definition 'which'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/glsurfeval.h:207:46: note: Function 'beginCallBack' argument 1 names different: declaration 'type' definition 'which'.
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:1237:46: note: Function 'beginCallBack' argument 1 names different: declaration 'type' definition 'which'.
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::LOD_eval_level' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_ev_k' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_ev_ustride' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_ev_uorder' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_ev_vstride' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_ev_vorder' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_grid_nu' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/glsurfeval.cc:99:25: warning: Member variable 'OpenGLSurfaceEvaluator::global_grid_nv' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/interface/incurveeval.cc:140:9: style: The scope of the variable 'data' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/incurveeval.cc:91:12: style: Function 'inMap1f' argument 2 names different: declaration 'dimension' definition 'k'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/glcurveval.h:116:11: note: Function 'inMap1f' argument 2 names different: declaration 'dimension' definition 'k'.
glu-9.0.0/src/libnurbs/interface/incurveeval.cc:91:12: note: Function 'inMap1f' argument 2 names different: declaration 'dimension' definition 'k'.
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:813:9: style: The scope of the variable 'data' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:842:9: style: The scope of the variable 'data' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:960:11: style: The scope of the variable 'data' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:1608:11: style: The scope of the variable 'data' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:1660:11: style: The scope of the variable 'data' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:1540:55: style: Function 'inMap2fEM' argument 2 names different: declaration 'dimension' definition 'k'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/interface/glsurfeval.h:363:13: note: Function 'inMap2fEM' argument 2 names different: declaration 'dimension' definition 'k'.
glu-9.0.0/src/libnurbs/interface/insurfeval.cc:1540:55: note: Function 'inMap2fEM' argument 2 names different: declaration 'dimension' definition 'k'.
glu-9.0.0/src/libnurbs/internals/bufpool.h:87:6: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/internals/bufpool.h:88:16: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/internals/bufpool.h:45:1: style: The class 'Buffer' does not have a constructor although it has private member variables. [noConstructor]
glu-9.0.0/src/libnurbs/internals/bufpool.h:124:18: style: Technically the member function 'PooledObj::operatordelete' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/bufpool.h:125:25: style: Technically the member function 'PooledObj::operatordelete' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/arc.h:82:17: style: Technically the member function 'Arc::isTessellated' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/arc.h:83:18: style: Technically the member function 'Arc::isbezier' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/arc.h:86:18: style: Technically the member function 'Arc::npts' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/arc.h:91:18: style: Technically the member function 'Arc::ismarked' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/arc.h:96:21: style: Technically the member function 'Arc::getside' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/arc.h:97:17: style: Technically the member function 'Arc::getitail' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/bin.h:54:17: style: Technically the member function 'Bin::isnonempty' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/jarcloc.h:41:1: style: The class 'Jarcloc' does not have a constructor although it has private member variables. [noConstructor]
glu-9.0.0/src/libnurbs/internals/gridtrimvertex.h:50:4: warning: Member variable 'GridTrimVertex::dummyt' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/gridtrimvertex.h:58:17: style: Technically the member function 'GridTrimVertex::isGridVert' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/gridtrimvertex.h:59:17: style: Technically the member function 'GridTrimVertex::isTrimVert' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/subdivider.h:61:11: performance: Technically the member function 'Subdivider::beginTrims' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/subdivider.h:65:11: performance: Technically the member function 'Subdivider::endLoop' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/subdivider.h:66:11: performance: Technically the member function 'Subdivider::endTrims' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/subdivider.h:70:11: performance: Technically the member function 'Subdivider::endQuilts' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/subdivider.h:155:17: style: Technically the member function 'Subdivider::showingDegenerate' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/subdivider.h:158:17: style: Technically the member function 'Subdivider::isBezierArcType' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/sorter.h:38:4: style: Class 'Sorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/arcsorter.h:46:4: style: Class 'ArcSorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/arcsorter.h:59:4: style: Class 'ArcSdirSorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/arcsorter.h:67:4: style: Class 'ArcTdirSorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/mesher.h:49:9: style: Class 'Mesher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/coveandtiler.h:48:8: style: Class 'CoveAndTiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/slicer.h:51:8: style: Class 'Slicer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/arcsorter.h:49:18: style: The function 'qscmp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/sorter.h:43:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:49:18: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:52:11: style: The function 'qsexc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/sorter.h:44:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:52:11: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:53:11: style: The function 'qstexc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/sorter.h:45:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:53:11: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:61:11: style: The function 'qscmp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/arcsorter.h:49:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:61:11: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:69:11: style: The function 'qscmp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/arcsorter.h:49:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/arcsorter.h:69:11: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/flistsorter.h:49:18: style: The function 'qscmp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/sorter.h:43:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/flistsorter.h:49:18: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/flistsorter.h:50:18: style: The function 'qsexc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/sorter.h:44:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/flistsorter.h:50:18: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/flistsorter.h:51:18: style: The function 'qstexc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
glu-9.0.0/src/libnurbs/internals/sorter.h:45:18: note: Virtual function in base class
glu-9.0.0/src/libnurbs/internals/flistsorter.h:51:18: note: Function in derived class
glu-9.0.0/src/libnurbs/internals/backend.cc:231:25: style: Function 'evalVStrip' argument 5 names different: declaration 'v_right' definition 'u_right'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/internals/backend.h:84:26: note: Function 'evalVStrip' argument 5 names different: declaration 'v_right' definition 'u_right'.
glu-9.0.0/src/libnurbs/internals/backend.cc:231:25: note: Function 'evalVStrip' argument 5 names different: declaration 'v_right' definition 'u_right'.
glu-9.0.0/src/libnurbs/internals/backend.h:51:6: warning: Member variable 'Backend::wireframetris' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/backend.h:51:6: warning: Member variable 'Backend::wireframequads' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/backend.h:51:6: warning: Member variable 'Backend::npts' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/backend.h:51:6: warning: Member variable 'Backend::mesh' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/backend.h:51:6: warning: Member variable 'Backend::meshindex' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/backend.h:86:25: performance: Technically the member function 'Backend::tmeshvertNOGE' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/backend.cc:279:10: note: Technically the member function 'Backend::tmeshvertNOGE' can be static.
glu-9.0.0/src/libnurbs/internals/backend.h:86:25: note: Technically the member function 'Backend::tmeshvertNOGE' can be static.
glu-9.0.0/src/libnurbs/internals/backend.h:87:25: performance: Technically the member function 'Backend::tmeshvertNOGE_BU' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/backend.cc:289:10: note: Technically the member function 'Backend::tmeshvertNOGE_BU' can be static.
glu-9.0.0/src/libnurbs/internals/backend.h:87:25: note: Technically the member function 'Backend::tmeshvertNOGE_BU' can be static.
glu-9.0.0/src/libnurbs/internals/backend.h:88:25: performance: Technically the member function 'Backend::tmeshvertNOGE_BV' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/backend.cc:298:10: note: Technically the member function 'Backend::tmeshvertNOGE_BV' can be static.
glu-9.0.0/src/libnurbs/internals/backend.h:88:25: note: Technically the member function 'Backend::tmeshvertNOGE_BV' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.h:167:17: performance: Technically the member function 'Subdivider::bbox' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/ccw.cc:50:13: note: Technically the member function 'Subdivider::bbox' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.h:167:17: note: Technically the member function 'Subdivider::bbox' can be static.
glu-9.0.0/src/libnurbs/internals/curve.h:68:11: style: Technically the member function 'Curve::needsSamplingSubdivision' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/curve.cc:192:8: note: Technically the member function 'Curve::needsSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/curve.h:68:11: note: Technically the member function 'Curve::needsSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:57:11: style: Technically the member function 'Mapdesc::isConstantSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:204:10: note: Technically the member function 'Mapdesc::isConstantSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:57:11: note: Technically the member function 'Mapdesc::isConstantSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:58:11: style: Technically the member function 'Mapdesc::isDomainSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:210:10: note: Technically the member function 'Mapdesc::isDomainSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:58:11: note: Technically the member function 'Mapdesc::isDomainSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:61:11: style: Technically the member function 'Mapdesc::isParametricDistanceSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:216:10: note: Technically the member function 'Mapdesc::isParametricDistanceSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:61:11: note: Technically the member function 'Mapdesc::isParametricDistanceSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:62:11: style: Technically the member function 'Mapdesc::isObjectSpaceParaSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:222:10: note: Technically the member function 'Mapdesc::isObjectSpaceParaSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:62:11: note: Technically the member function 'Mapdesc::isObjectSpaceParaSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:63:11: style: Technically the member function 'Mapdesc::isObjectSpacePathSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:228:10: note: Technically the member function 'Mapdesc::isObjectSpacePathSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:63:11: note: Technically the member function 'Mapdesc::isObjectSpacePathSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:64:11: style: Technically the member function 'Mapdesc::isSurfaceAreaSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:234:10: note: Technically the member function 'Mapdesc::isSurfaceAreaSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:64:11: note: Technically the member function 'Mapdesc::isSurfaceAreaSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:65:11: style: Technically the member function 'Mapdesc::isPathLengthSampling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:240:10: note: Technically the member function 'Mapdesc::isPathLengthSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:65:11: note: Technically the member function 'Mapdesc::isPathLengthSampling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:66:11: style: Technically the member function 'Mapdesc::isCulling' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:261:10: note: Technically the member function 'Mapdesc::isCulling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:66:11: note: Technically the member function 'Mapdesc::isCulling' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:67:11: style: Technically the member function 'Mapdesc::isBboxSubdividing' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:267:10: note: Technically the member function 'Mapdesc::isBboxSubdividing' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:67:11: note: Technically the member function 'Mapdesc::isBboxSubdividing' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:68:11: style: Technically the member function 'Mapdesc::getType' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:168:10: note: Technically the member function 'Mapdesc::getType' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:68:11: note: Technically the member function 'Mapdesc::getType' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:101:17: style: Technically the member function 'Mapdesc::isRational' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:192:10: note: Technically the member function 'Mapdesc::isRational' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:101:17: note: Technically the member function 'Mapdesc::isRational' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:102:17: style: Technically the member function 'Mapdesc::getNcoords' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:198:10: note: Technically the member function 'Mapdesc::getNcoords' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:102:17: note: Technically the member function 'Mapdesc::getNcoords' can be const.
glu-9.0.0/src/libnurbs/internals/quilt.h:78:11: style: Technically the member function 'Quilt::getDimension' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/quilt.h:66:8: style: Class 'Quilt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/curvelist.h:53:11: style: Technically the member function 'Curvelist::cullCheck' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/curvelist.cc:85:12: note: Technically the member function 'Curvelist::cullCheck' can be const.
glu-9.0.0/src/libnurbs/internals/curvelist.h:53:11: note: Technically the member function 'Curvelist::cullCheck' can be const.
glu-9.0.0/src/libnurbs/internals/curvelist.h:55:11: style: Technically the member function 'Curvelist::needsSamplingSubdivision' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/curvelist.cc:108:12: note: Technically the member function 'Curvelist::needsSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/curvelist.h:55:11: note: Technically the member function 'Curvelist::needsSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/curvelist.cc:64:2: style: Class 'Curvelist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/internals/curvelist.cc:64:2: style: Class 'Curvelist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/internals/dataTransform.cc:181:45: style: Function 'o_curve_to_DLineLoop' argument 1 names different: declaration 'curve' definition 'cur'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/internals/dataTransform.h:50:45: note: Function 'o_curve_to_DLineLoop' argument 1 names different: declaration 'curve' definition 'cur'.
glu-9.0.0/src/libnurbs/internals/dataTransform.cc:181:45: note: Function 'o_curve_to_DLineLoop' argument 1 names different: declaration 'curve' definition 'cur'.
glu-9.0.0/src/libnurbs/internals/dataTransform.cc:151:20: warning: Assert statement calls a function which may have desired side effects: 'check'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/reader.h:79:4: style: Struct 'O_nurbscurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/reader.h:108:4: style: Struct 'O_nurbssurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/displaylist.h:69:11: style: Technically the member function 'DisplayList::play' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/displaylist.cc:63:14: note: Technically the member function 'DisplayList::play' can be const.
glu-9.0.0/src/libnurbs/internals/displaylist.h:69:11: note: Technically the member function 'DisplayList::play' can be const.
glu-9.0.0/src/libnurbs/internals/maplist.h:48:4: style: Class 'Maplist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/displaylist.h:49:8: style: Struct 'Dlnode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/displaylist.h:67:4: style: Class 'DisplayList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:50:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:56:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:57:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:64:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:65:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:74:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:75:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:76:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:48:27: style: Function 'qsort' argument 1 names different: declaration 'a' definition 'p'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/internals/flistsorter.h:46:24: note: Function 'qsort' argument 1 names different: declaration 'a' definition 'p'.
glu-9.0.0/src/libnurbs/internals/flistsorter.cc:48:27: note: Function 'qsort' argument 1 names different: declaration 'a' definition 'p'.
glu-9.0.0/src/libnurbs/internals/hull.cc:51:7: warning: Member variable 'Hull::lower' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/hull.cc:51:7: warning: Member variable 'Hull::upper' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/intersect.cc:84:18: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/intersect.cc:90:18: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/intersect.cc:119:18: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/intersect.cc:125:18: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:731:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:733:7: note: Found duplicate branches for 'if' and 'else'.
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:731:5: note: Found duplicate branches for 'if' and 'else'.
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:243:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:275:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:54:11: performance: Technically the member function 'Mapdesc::isProperty' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:750:10: note: Technically the member function 'Mapdesc::isProperty' can be static.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:54:11: note: Technically the member function 'Mapdesc::isProperty' can be static.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:55:11: style: Technically the member function 'Mapdesc::getProperty' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:769:10: note: Technically the member function 'Mapdesc::getProperty' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:55:11: note: Technically the member function 'Mapdesc::getProperty' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:78:11: style: Technically the member function 'Mapdesc::project' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:647:10: note: Technically the member function 'Mapdesc::project' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:78:11: note: Technically the member function 'Mapdesc::project' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:90:11: style: Technically the member function 'Mapdesc::project' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:620:10: note: Technically the member function 'Mapdesc::project' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:90:11: note: Technically the member function 'Mapdesc::project' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:96:11: style: Technically the member function 'Mapdesc::identify' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:91:10: note: Technically the member function 'Mapdesc::identify' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:96:11: note: Technically the member function 'Mapdesc::identify' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:132:11: style: Technically the member function 'Mapdesc::bbox' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdesc.cc:696:10: note: Technically the member function 'Mapdesc::bbox' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:132:11: note: Technically the member function 'Mapdesc::bbox' can be const.
glu-9.0.0/src/libnurbs/internals/mapdescv.cc:132:45: style: Same expression on both sides of '/'. [duplicateExpression]
glu-9.0.0/src/libnurbs/internals/mapdesc.h:77:11: style: Technically the member function 'Mapdesc::calcPartialVelocity' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdescv.cc:54:10: note: Technically the member function 'Mapdesc::calcPartialVelocity' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:77:11: note: Technically the member function 'Mapdesc::calcPartialVelocity' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:89:11: style: Technically the member function 'Mapdesc::calcPartialVelocity' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mapdescv.cc:105:10: note: Technically the member function 'Mapdesc::calcPartialVelocity' can be const.
glu-9.0.0/src/libnurbs/internals/mapdesc.h:89:11: note: Technically the member function 'Mapdesc::calcPartialVelocity' can be const.
glu-9.0.0/src/libnurbs/internals/mesher.h:72:18: style: Unused private function: 'Mesher::pop' [unusedPrivateFunction]
glu-9.0.0/src/libnurbs/internals/mesher.h:72:18: performance: Technically the member function 'Mesher::pop' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/mesher.cc:91:9: note: Technically the member function 'Mesher::pop' can be static.
glu-9.0.0/src/libnurbs/internals/mesher.h:72:18: note: Technically the member function 'Mesher::pop' can be static.
glu-9.0.0/src/libnurbs/internals/mesher.h:74:18: style: Technically the member function 'Mesher::equal' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/mesher.cc:240:9: note: Technically the member function 'Mesher::equal' can be const.
glu-9.0.0/src/libnurbs/internals/mesher.h:74:18: note: Technically the member function 'Mesher::equal' can be const.
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:165:27: warning: Either the condition 'inc_chain==NULL' is redundant or there is possible null pointer dereference: inc_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:172:25: note: Assuming that condition 'inc_chain==NULL' is not redundant
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:165:27: note: Null pointer dereference
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:166:20: warning: Either the condition 'dec_chain==NULL' is redundant or there is possible null pointer dereference: dec_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:172:46: note: Assuming that condition 'dec_chain==NULL' is not redundant
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:166:20: note: Null pointer dereference
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:310:27: warning: Either the condition 'inc_chain==NULL' is redundant or there is possible null pointer dereference: inc_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:317:25: note: Assuming that condition 'inc_chain==NULL' is not redundant
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:310:27: note: Null pointer dereference
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:311:20: warning: Either the condition 'dec_chain==NULL' is redundant or there is possible null pointer dereference: dec_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:317:46: note: Assuming that condition 'dec_chain==NULL' is not redundant
glu-9.0.0/src/libnurbs/internals/monoTriangulationBackend.cc:311:20: note: Null pointer dereference
glu-9.0.0/src/libnurbs/internals/monotonizer.cc:124:10: style: The scope of the variable 'nudegenerate' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/internals/monotonizer.cc:125:10: style: The scope of the variable 'change' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/internals/monotonizer.cc:75:10: warning: Assert statement calls a function which may have desired side effects: 'isMonotone'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.h:108:11: performance: Technically the member function 'Subdivider::isMonotone' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/monotonizer.cc:210:13: note: Technically the member function 'Subdivider::isMonotone' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.h:108:11: note: Technically the member function 'Subdivider::isMonotone' can be static.
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:511:12: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:533:6: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::isCurveModified' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::isTrimModified' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::isSurfaceModified' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::isDataValid' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::numTrims' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::nextTrim' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::nextCurve' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::nextNurbscurve' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::nextPwlcurve' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::nextNurbssurface' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::currentSurface' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::currentTrim' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:66:19: warning: Member variable 'NurbsTessellator::currentCurve' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/nurbstess.h:92:12: performance: Technically the member function 'NurbsTessellator::discardRecording' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:509:19: note: Technically the member function 'NurbsTessellator::discardRecording' can be static.
glu-9.0.0/src/libnurbs/internals/nurbstess.h:92:12: note: Technically the member function 'NurbsTessellator::discardRecording' can be static.
glu-9.0.0/src/libnurbs/internals/nurbsinterfac.cc:517:5: warning: Possible leak in public function. The pointer 'dl' is not deallocated before it is allocated. [publicAllocationError]
glu-9.0.0/src/libnurbs/internals/patch.cc:374:22: style: The scope of the variable 'side_scale' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/internals/patch.h:73:11: style: Technically the member function 'Patch::needsSubdivision' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patch.cc:491:8: note: Technically the member function 'Patch::needsSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patch.h:73:11: note: Technically the member function 'Patch::needsSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patch.h:74:11: style: Technically the member function 'Patch::needsSamplingSubdivision' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patch.cc:479:8: note: Technically the member function 'Patch::needsSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patch.h:74:11: note: Technically the member function 'Patch::needsSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patch.h:75:11: style: Technically the member function 'Patch::needsNonSamplingSubdivision' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patch.cc:485:8: note: Technically the member function 'Patch::needsNonSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patch.h:75:11: note: Technically the member function 'Patch::needsNonSamplingSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patch.h:77:25: style: Technically the member function 'Patch::get_uorder' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patch.h:78:25: style: Technically the member function 'Patch::get_vorder' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patchlist.h:51:11: style: Technically the member function 'Patchlist::bbox' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patchlist.cc:137:12: note: Technically the member function 'Patchlist::bbox' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:51:11: note: Technically the member function 'Patchlist::bbox' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:52:11: style: Technically the member function 'Patchlist::cullCheck' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patchlist.cc:96:12: note: Technically the member function 'Patchlist::cullCheck' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:52:11: note: Technically the member function 'Patchlist::cullCheck' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:56:11: style: Technically the member function 'Patchlist::needsSubdivision' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patchlist.cc:166:12: note: Technically the member function 'Patchlist::needsSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:56:11: note: Technically the member function 'Patchlist::needsSubdivision' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:57:11: style: Technically the member function 'Patchlist::getStepsize' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patchlist.h:70:12: note: Technically the member function 'Patchlist::getStepsize' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:57:11: note: Technically the member function 'Patchlist::getStepsize' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:58:25: style: Technically the member function 'Patchlist::getRanges' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/patchlist.cc:105:12: note: Technically the member function 'Patchlist::getRanges' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.h:58:25: note: Technically the member function 'Patchlist::getRanges' can be const.
glu-9.0.0/src/libnurbs/internals/patchlist.cc:67:2: style: Class 'Patchlist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/internals/patchlist.cc:67:2: style: Class 'Patchlist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/internals/quilt.cc:55:8: warning: Member variable 'Quilt::cpts' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/quilt.cc:55:8: warning: Member variable 'Quilt::qspec' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/quilt.cc:55:8: warning: Member variable 'Quilt::eqspec' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/quilt.cc:55:8: warning: Member variable 'Quilt::next' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/reader.cc:95:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/reader.cc:95:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/reader.cc:105:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/reader.cc:105:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/reader.cc:68:9: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/internals/reader.cc:76:10: style: The scope of the variable 'doit' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/internals/renderhints.h:45:11: performance: Technically the member function 'Renderhints::isProperty' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/renderhints.cc:85:14: note: Technically the member function 'Renderhints::isProperty' can be static.
glu-9.0.0/src/libnurbs/internals/renderhints.h:45:11: note: Technically the member function 'Renderhints::isProperty' can be static.
glu-9.0.0/src/libnurbs/internals/renderhints.h:46:12: style: Technically the member function 'Renderhints::getProperty' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/renderhints.cc:99:14: note: Technically the member function 'Renderhints::getProperty' can be const.
glu-9.0.0/src/libnurbs/internals/renderhints.h:46:12: note: Technically the member function 'Renderhints::getProperty' can be const.
glu-9.0.0/src/libnurbs/internals/slicer.cc:1032:33: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/internals/slicer.cc:360:7: style: Variable 'nu' is assigned a value that is never used. [unreadVariable]
glu-9.0.0/src/libnurbs/internals/slicer.cc:363:7: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
glu-9.0.0/src/libnurbs/internals/sorter.cc:44:21: style: Function 'Sorter' argument 1 names different: declaration 'es' definition '_es'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/internals/sorter.h:38:16: note: Function 'Sorter' argument 1 names different: declaration 'es' definition '_es'.
glu-9.0.0/src/libnurbs/internals/sorter.cc:44:21: note: Function 'Sorter' argument 1 names different: declaration 'es' definition '_es'.
glu-9.0.0/src/libnurbs/internals/subdivider.h:175:18: performance: Technically the member function 'Subdivider::link' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/splitarcs.cc:148:13: note: Technically the member function 'Subdivider::link' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.h:175:18: note: Technically the member function 'Subdivider::link' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.h:176:18: performance: Technically the member function 'Subdivider::simple_link' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/internals/splitarcs.cc:164:13: note: Technically the member function 'Subdivider::simple_link' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.h:176:18: note: Technically the member function 'Subdivider::simple_link' can be static.
glu-9.0.0/src/libnurbs/internals/subdivider.cc:103:19: warning: Assert statement calls a function which may have desired side effects: 'check'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:660:17: warning: Assert statement calls a function which may have desired side effects: 'firstarc'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:724:17: warning: Assert statement calls a function which may have desired side effects: 'firstarc'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:786:19: warning: Assert statement calls a function which may have desired side effects: 'check'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:807:20: warning: Assert statement calls a function which may have desired side effects: 'check'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:829:20: warning: Assert statement calls a function which may have desired side effects: 'check'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:908:22: warning: Assert statement calls a function which may have desired side effects: 'isbezier'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:909:24: warning: Assert statement calls a function which may have desired side effects: 'check'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::jumpbuffer' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::pjarc' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::s_index' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::t_index' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::qlist' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::stepsizes' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::showDegenerate' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::isArcTypeBezier' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::domain_distance_u_rate' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::domain_distance_v_rate' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/subdivider.cc:112:13: warning: Member variable 'Subdivider::is_domain_distance_sampling' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:332:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:332:25: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:337:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:337:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:342:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:342:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::order' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::inkbegin' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::inkend' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::outkend' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::kleft' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::kright' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::kfirst' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::klast' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::bend' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::ncoords' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::prestride' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::poststride' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::preoffset' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::postoffset' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::prewidth' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::postwidth' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::istransformed' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::next' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:315:11: warning: Member variable 'Knotspec::kspectotrans' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:146:13: warning: Member variable 'Splinespec::kspec' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:146:13: warning: Member variable 'Splinespec::outcpts' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:80:11: style: Technically the member function 'Knotspec::factors' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:374:11: note: Technically the member function 'Knotspec::factors' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:80:11: note: Technically the member function 'Knotspec::factors' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:90:11: style: Technically the member function 'Knotspec::pt_io_copy' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:622:11: note: Technically the member function 'Knotspec::pt_io_copy' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:90:11: note: Technically the member function 'Knotspec::pt_io_copy' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:92:11: style: Technically the member function 'Knotspec::pt_oo_sum' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:670:11: note: Technically the member function 'Knotspec::pt_oo_sum' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:92:11: note: Technically the member function 'Knotspec::pt_oo_sum' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:104:11: style: Technically the member function 'Splinespec::select' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:212:13: note: Technically the member function 'Splinespec::select' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:104:11: note: Technically the member function 'Splinespec::select' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:106:11: style: Technically the member function 'Splinespec::setupquilt' can be const. [functionConst]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:266:13: note: Technically the member function 'Splinespec::setupquilt' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:106:11: note: Technically the member function 'Splinespec::setupquilt' can be const.
glu-9.0.0/src/libnurbs/internals/tobezier.cc:96:4: style: Struct 'Splinespec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/internals/tobezier.cc:100:13: style: Class 'Splinespec' is unsafe, 'Splinespec::outcpts' can leak by wrong usage. [unsafeClassCanLeak]
glu-9.0.0/src/libnurbs/internals/trimline.cc:46:11: warning: Member variable 'Trimline::i' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/trimline.cc:46:11: warning: Member variable 'Trimline::jarcl' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/trimregion.cc:45:13: warning: Member variable 'TrimRegion::top' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/trimregion.cc:45:13: warning: Member variable 'TrimRegion::bot' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/trimregion.cc:45:13: warning: Member variable 'TrimRegion::oneOverDu' is not initialized in the constructor. [uninitMemberVar]
glu-9.0.0/src/libnurbs/internals/trimvertpool.cc:107:6: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/internals/trimvertpool.cc:58:5: style: Class 'TrimVertexPool' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/internals/trimvertpool.cc:58:5: style: Class 'TrimVertexPool' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:594:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:588:0: note: Variable 'ret' is reassigned a value before the old one has been used.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:594:3: note: Variable 'ret' is reassigned a value before the old one has been used.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:501:57: style: Function 'insertPolygon' argument 1 names different: declaration 'newpolygon' definition 'oldList'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:132:45: note: Function 'insertPolygon' argument 1 names different: declaration 'newpolygon' definition 'oldList'.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:501:57: note: Function 'insertPolygon' argument 1 names different: declaration 'newpolygon' definition 'oldList'.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:636:21: style: Function 'connectDiagonal' argument 6 names different: declaration 'list' definition 'polygonList'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:141:50: note: Function 'connectDiagonal' argument 6 names different: declaration 'list' definition 'polygonList'.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:636:21: note: Function 'connectDiagonal' argument 6 names different: declaration 'list' definition 'polygonList'.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:678:21: style: Function 'connectDiagonal_2slines' argument 5 names different: declaration 'list' definition 'polygonList'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:148:21: note: Function 'connectDiagonal_2slines' argument 5 names different: declaration 'list' definition 'polygonList'.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:678:21: note: Function 'connectDiagonal_2slines' argument 5 names different: declaration 'list' definition 'polygonList'.
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.h:56:7: style: Technically the member function 'sampledLine::get_npoints' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:78:9: style: Technically the member function 'directedLine::getDirection' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:96:8: performance: Technically the member function 'directedLine::deleteSingleLine' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:88:20: note: Technically the member function 'directedLine::deleteSingleLine' can be static.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:96:8: note: Technically the member function 'directedLine::deleteSingleLine' can be static.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:114:7: style: Technically the member function 'directedLine::numEdges' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:346:19: note: Technically the member function 'directedLine::numEdges' can be const.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:114:7: note: Technically the member function 'directedLine::numEdges' can be const.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:150:7: performance: Technically the member function 'directedLine::samePolygon' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/nurbtess/directedLine.cc:711:19: note: Technically the member function 'directedLine::samePolygon' can be static.
glu-9.0.0/src/libnurbs/nurbtess/directedLine.h:150:7: note: Technically the member function 'directedLine::samePolygon' can be static.
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.h:65:7: style: Technically the member function 'primStream::get_n_prims' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.h:69:7: style: Technically the member function 'primStream::get_type' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.h:73:7: style: Technically the member function 'primStream::get_length' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:88:7: style: Technically the member function 'vertexArray::getNumElements' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.h:43:3: style: Class 'sampledLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:82:3: style: Class 'vertexArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:234:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:55:25: style: Function 'gridWrap' argument 4 names different: declaration 'vvlas' definition 'vvals'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:66:24: note: Function 'gridWrap' argument 4 names different: declaration 'vvlas' definition 'vvals'.
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:55:25: note: Function 'gridWrap' argument 4 names different: declaration 'vvlas' definition 'vvals'.
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:71:7: style: Technically the member function 'gridWrap::get_n_ulines' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:72:7: style: Technically the member function 'gridWrap::get_n_vlines' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:73:8: style: Technically the member function 'gridWrap::get_u_min' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:74:8: style: Technically the member function 'gridWrap::get_u_max' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:75:8: style: Technically the member function 'gridWrap::get_v_min' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:76:8: style: Technically the member function 'gridWrap::get_v_max' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:83:8: style: Technically the member function 'gridWrap::get_v_value' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:93:7: style: Technically the member function 'gridWrap::isUniform' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:119:7: style: Technically the member function 'gridBoundaryChain::getVlineIndex' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:120:7: style: Technically the member function 'gridBoundaryChain::getUlineIndex' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:121:8: performance: Technically the member function 'gridBoundaryChain::get_u_value' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:122:8: performance: Technically the member function 'gridBoundaryChain::get_v_value' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:123:7: style: Technically the member function 'gridBoundaryChain::get_nVlines' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:124:7: style: Technically the member function 'gridBoundaryChain::getInnerIndex' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:132:7: performance: Technically the member function 'gridBoundaryChain::lookfor' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:232:24: note: Technically the member function 'gridBoundaryChain::lookfor' can be static.
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:132:7: note: Technically the member function 'gridBoundaryChain::lookfor' can be static.
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:133:8: style: Technically the member function 'gridBoundaryChain::draw' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:209:25: note: Technically the member function 'gridBoundaryChain::draw' can be const.
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.h:133:8: note: Technically the member function 'gridBoundaryChain::draw' can be const.
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:67:3: style: Class 'gridWrap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:67:3: style: Class 'gridWrap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:186:3: style: Class 'gridBoundaryChain' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/nurbtess/gridWrap.cc:186:3: style: Class 'gridBoundaryChain' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:495:39: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:499:40: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:540:39: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:541:40: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:556:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:397:19: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:400:25: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:592:21: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:593:22: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:621:21: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:622:22: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.h:77:7: style: Technically the member function 'monoChain::numChainsSingleLoop' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoChain.cc:187:16: note: Technically the member function 'monoChain::numChainsSingleLoop' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoChain.h:77:7: note: Technically the member function 'monoChain::numChainsSingleLoop' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:839:27: warning: Either the condition 'inc_chain==0' is redundant or there is possible null pointer dereference: inc_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:846:25: note: Assuming that condition 'inc_chain==0' is not redundant
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:839:27: note: Null pointer dereference
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:840:20: warning: Either the condition 'dec_chain==0' is redundant or there is possible null pointer dereference: dec_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:846:46: note: Assuming that condition 'dec_chain==0' is not redundant
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:840:20: note: Null pointer dereference
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:935:27: warning: Either the condition 'inc_chain==0' is redundant or there is possible null pointer dereference: inc_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:942:25: note: Assuming that condition 'inc_chain==0' is not redundant
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:935:27: note: Null pointer dereference
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:936:20: warning: Either the condition 'dec_chain==0' is redundant or there is possible null pointer dereference: dec_chain. [nullPointerRedundantCheck]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:942:46: note: Assuming that condition 'dec_chain==0' is not redundant
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:936:20: note: Null pointer dereference
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:109:9: style: The scope of the variable 'j' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1146:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1310:8: style: The scope of the variable 'thisU' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1361:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1422:11: style: The scope of the variable 'k' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1201:64: style: Function 'findIndexBelowGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:91:53: note: Function 'findIndexBelowGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1201:64: note: Function 'findIndexBelowGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1227:70: style: Function 'findIndexStrictBelowGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:92:59: note: Function 'findIndexStrictBelowGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1227:70: note: Function 'findIndexStrictBelowGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1288:64: style: Function 'findIndexAboveGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:90:53: note: Function 'findIndexAboveGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1288:64: note: Function 'findIndexAboveGen' argument 3 names different: declaration 'EndIndex' definition 'endIndex'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1342:40: style: Function 'reflexChain' argument 2 names different: declaration 'isIncreasing' definition 'is_increasing'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:55:29: note: Function 'reflexChain' argument 2 names different: declaration 'isIncreasing' definition 'is_increasing'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1342:40: note: Function 'reflexChain' argument 2 names different: declaration 'isIncreasing' definition 'is_increasing'.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:839:38: warning: Assert statement calls a function which may have desired side effects: 'getNumElements'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:840:31: warning: Assert statement calls a function which may have desired side effects: 'getNumElements'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:935:38: warning: Assert statement calls a function which may have desired side effects: 'getNumElements'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:936:31: warning: Assert statement calls a function which may have desired side effects: 'getNumElements'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:62:8: style: Technically the member function 'reflexChain::outputFan' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1404:19: note: Technically the member function 'reflexChain::outputFan' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:62:8: note: Technically the member function 'reflexChain::outputFan' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:89:7: style: Technically the member function 'vertexArray::findIndexAbove' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1175:18: note: Technically the member function 'vertexArray::findIndexAbove' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:89:7: note: Technically the member function 'vertexArray::findIndexAbove' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:90:7: style: Technically the member function 'vertexArray::findIndexAboveGen' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1288:18: note: Technically the member function 'vertexArray::findIndexAboveGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:90:7: note: Technically the member function 'vertexArray::findIndexAboveGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:91:7: style: Technically the member function 'vertexArray::findIndexBelowGen' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1201:18: note: Technically the member function 'vertexArray::findIndexBelowGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:91:7: note: Technically the member function 'vertexArray::findIndexBelowGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:92:7: style: Technically the member function 'vertexArray::findIndexStrictBelowGen' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1227:18: note: Technically the member function 'vertexArray::findIndexStrictBelowGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:92:7: note: Technically the member function 'vertexArray::findIndexStrictBelowGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:93:7: style: Technically the member function 'vertexArray::findIndexFirstAboveEqualGen' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1253:18: note: Technically the member function 'vertexArray::findIndexFirstAboveEqualGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:93:7: note: Technically the member function 'vertexArray::findIndexFirstAboveEqualGen' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:94:7: style: Technically the member function 'vertexArray::skipEqualityFromStart' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1323:18: note: Technically the member function 'vertexArray::skipEqualityFromStart' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:94:7: note: Technically the member function 'vertexArray::skipEqualityFromStart' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:96:7: style: Technically the member function 'vertexArray::findDecreaseChainFromEnd' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1306:18: note: Technically the member function 'vertexArray::findDecreaseChainFromEnd' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.h:96:7: note: Technically the member function 'vertexArray::findDecreaseChainFromEnd' can be const.
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1134:3: style: Class 'vertexArray' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/nurbtess/monoTriangulation.cc:1134:3: style: Class 'vertexArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:756:44: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:774:35: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:789:40: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:790:11: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:809:40: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:810:11: style: C-style pointer casting [cstyleCast]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:167:33: style: Function 'sweepRangeEqual' argument 1 names different: declaration 'sr1' definition 'src1'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.h:81:33: note: Function 'sweepRangeEqual' argument 1 names different: declaration 'sr1' definition 'src1'.
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:167:33: note: Function 'sweepRangeEqual' argument 1 names different: declaration 'sr1' definition 'src1'.
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:167:51: style: Function 'sweepRangeEqual' argument 2 names different: declaration 'sr2' definition 'src2'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.h:81:50: note: Function 'sweepRangeEqual' argument 2 names different: declaration 'sr2' definition 'src2'.
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:167:51: note: Function 'sweepRangeEqual' argument 2 names different: declaration 'sr2' definition 'src2'.
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:722:43: style: Function 'sweepY' argument 2 names different: declaration 'sortedVerteces' definition 'sortedVertices'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/partitionY.h:88:43: note: Function 'sweepY' argument 2 names different: declaration 'sortedVerteces' definition 'sortedVertices'.
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:722:43: note: Function 'sweepY' argument 2 names different: declaration 'sortedVerteces' definition 'sortedVertices'.
glu-9.0.0/src/libnurbs/nurbtess/partitionY.cc:441:0: error: Memory leak: ranges [memleak]
glu-9.0.0/src/libnurbs/nurbtess/polyDBG.cc:76:7: style: The scope of the variable 'prev_sign' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.cc:95:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.h:87:7: style: Technically the member function 'primStream::num_triangles' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.cc:46:17: note: Technically the member function 'primStream::num_triangles' can be const.
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.h:87:7: note: Technically the member function 'primStream::num_triangles' can be const.
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.cc:147:3: style: Class 'primStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/nurbtess/primitiveStream.cc:147:3: style: Class 'primStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:154:7: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:49:7: style: Technically the member function 'rectBlock::get_upGridLineIndex' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:50:7: style: Technically the member function 'rectBlock::get_lowGridLineIndex' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:54:7: style: Technically the member function 'rectBlock::num_quads' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:109:16: note: Technically the member function 'rectBlock::num_quads' can be const.
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:54:7: note: Technically the member function 'rectBlock::num_quads' can be const.
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:57:8: style: Technically the member function 'rectBlock::draw' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:88:17: note: Technically the member function 'rectBlock::draw' can be const.
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:57:8: note: Technically the member function 'rectBlock::draw' can be const.
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:69:7: style: Technically the member function 'rectBlockArray::get_n_elements' can be const. [functionConst]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:57:3: style: Class 'rectBlock' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:57:3: style: Class 'rectBlock' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:133:3: style: Class 'rectBlockArray' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.cc:133:3: style: Class 'rectBlockArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
glu-9.0.0/src/libnurbs/nurbtess/rectBlock.h:66:3: style: Class 'rectBlockArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.cc:53:31: style: Function 'sampleConnectedComp' argument 5 names different: declaration 'botLeftIndex' definition 'leftEndIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.h:41:31: note: Function 'sampleConnectedComp' argument 5 names different: declaration 'botLeftIndex' definition 'leftEndIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.cc:53:31: note: Function 'sampleConnectedComp' argument 5 names different: declaration 'botLeftIndex' definition 'leftEndIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.cc:55:32: style: Function 'sampleConnectedComp' argument 8 names different: declaration 'botRightIndex' definition 'rightEndIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.h:43:32: note: Function 'sampleConnectedComp' argument 8 names different: declaration 'botRightIndex' definition 'rightEndIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.cc:55:32: note: Function 'sampleConnectedComp' argument 8 names different: declaration 'botRightIndex' definition 'rightEndIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.cc:298:16: style: Function 'sampleLeftSingleTrimEdgeRegionGen' argument 7 names different: declaration 'gridBegindex' definition 'gridBeginIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.h:77:16: note: Function 'sampleLeftSingleTrimEdgeRegionGen' argument 7 names different: declaration 'gridBegindex' definition 'gridBeginIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleComp.cc:298:16: note: Function 'sampleLeftSingleTrimEdgeRegionGen' argument 7 names different: declaration 'gridBegindex' definition 'gridBeginIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompBot.cc:320:28: style: The scope of the variable 'newLeftI' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompBot.cc:320:38: style: The scope of the variable 'newRightI' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:62:11: style: Function 'sampleCompRight' argument 12 names different: declaration 'up_leftCornerWhere' definition 'up_rightCornerWhere'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:94:25: note: Function 'sampleCompRight' argument 12 names different: declaration 'up_leftCornerWhere' definition 'up_rightCornerWhere'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:62:11: note: Function 'sampleCompRight' argument 12 names different: declaration 'up_leftCornerWhere' definition 'up_rightCornerWhere'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:63:11: style: Function 'sampleCompRight' argument 13 names different: declaration 'up_leftCornerIndex' definition 'up_rightCornerIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:95:25: note: Function 'sampleCompRight' argument 13 names different: declaration 'up_leftCornerIndex' definition 'up_rightCornerIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:63:11: note: Function 'sampleCompRight' argument 13 names different: declaration 'up_leftCornerIndex' definition 'up_rightCornerIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:64:11: style: Function 'sampleCompRight' argument 14 names different: declaration 'down_leftCornerWhere' definition 'down_rightCornerWhere'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:96:25: note: Function 'sampleCompRight' argument 14 names different: declaration 'down_leftCornerWhere' definition 'down_rightCornerWhere'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:64:11: note: Function 'sampleCompRight' argument 14 names different: declaration 'down_leftCornerWhere' definition 'down_rightCornerWhere'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:65:11: style: Function 'sampleCompRight' argument 15 names different: declaration 'down_leftCornerIndex' definition 'down_rightCornerIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:97:25: note: Function 'sampleCompRight' argument 15 names different: declaration 'down_leftCornerIndex' definition 'down_rightCornerIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:65:11: note: Function 'sampleCompRight' argument 15 names different: declaration 'down_leftCornerIndex' definition 'down_rightCornerIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:221:46: style: Function 'sampleRightSingleTrimEdgeRegionGen' argument 1 names different: declaration 'topVert' definition 'topVertex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:100:46: note: Function 'sampleRightSingleTrimEdgeRegionGen' argument 1 names different: declaration 'topVert' definition 'topVertex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:221:46: note: Function 'sampleRightSingleTrimEdgeRegionGen' argument 1 names different: declaration 'topVert' definition 'topVertex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:221:65: style: Function 'sampleRightSingleTrimEdgeRegionGen' argument 2 names different: declaration 'botVert' definition 'botVertex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:100:63: note: Function 'sampleRightSingleTrimEdgeRegionGen' argument 2 names different: declaration 'botVert' definition 'botVertex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:221:65: note: Function 'sampleRightSingleTrimEdgeRegionGen' argument 2 names different: declaration 'botVert' definition 'botVertex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:226:11: style: Function 'sampleRightSingleTrimEdgeRegionGen' argument 7 names different: declaration 'gridBegindex' definition 'gridBeginIndex'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.h:105:44: note: Function 'sampleRightSingleTrimEdgeRegionGen' argument 7 names different: declaration 'gridBegindex' definition 'gridBeginIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:226:11: note: Function 'sampleRightSingleTrimEdgeRegionGen' argument 7 names different: declaration 'gridBegindex' definition 'gridBeginIndex'.
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:324:22: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:324:69: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:325:15: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompRight.cc:325:62: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:336:28: style: The scope of the variable 'newLeftI' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:336:38: style: The scope of the variable 'newRightI' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:794:6: style: The scope of the variable 'i' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:794:8: style: The scope of the variable 'j' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:794:10: style: The scope of the variable 'k' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:524:14: style: Variable 'tempTop' is assigned a value that is never used. [unreadVariable]
glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc:523:20: style: Variable 'tempLeftStart' is assigned a value that is never used. [unreadVariable]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1103:20: style: The scope of the variable 'uinterc' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1417:15: style: The scope of the variable 'index2' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1954:8: style: The scope of the variable 'thisU' can be reduced. [variableScope]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:388:35: style: Function 'findGridChains' argument 1 names different: declaration 'top' definition 'topV'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.h:157:35: note: Function 'findGridChains' argument 1 names different: declaration 'top' definition 'topV'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:388:35: note: Function 'findGridChains' argument 1 names different: declaration 'top' definition 'topV'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:388:55: style: Function 'findGridChains' argument 2 names different: declaration 'bot' definition 'botV'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.h:157:54: note: Function 'findGridChains' argument 2 names different: declaration 'bot' definition 'botV'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:388:55: note: Function 'findGridChains' argument 2 names different: declaration 'bot' definition 'botV'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:974:128: style: Function 'findLeftGridIndices' argument 6 names different: declaration 'ret_inner' definition 'ret_innerIndices'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.h:87:128: note: Function 'findLeftGridIndices' argument 6 names different: declaration 'ret_inner' definition 'ret_innerIndices'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:974:128: note: Function 'findLeftGridIndices' argument 6 names different: declaration 'ret_inner' definition 'ret_innerIndices'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1092:129: style: Function 'findRightGridIndices' argument 6 names different: declaration 'ret_inner' definition 'ret_innerIndices'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.h:89:129: note: Function 'findRightGridIndices' argument 6 names different: declaration 'ret_inner' definition 'ret_innerIndices'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1092:129: note: Function 'findRightGridIndices' argument 6 names different: declaration 'ret_inner' definition 'ret_innerIndices'.
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:947:36: warning: Assert statement calls a function which may have desired side effects: 'getNumElements'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:948:34: warning: Assert statement calls a function which may have desired side effects: 'getNumElements'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1139:19: warning: Assert statement calls a function which may have desired side effects: 'tail'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1139:39: warning: Assert statement calls a function which may have desired side effects: 'head'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1691:21: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1691:65: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1692:21: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1692:68: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1693:21: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1693:66: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1694:21: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1694:67: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1825:21: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1825:66: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1826:14: warning: Assert statement calls a function which may have desired side effects: 'getVertex'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampleMonoPoly.cc:1826:59: warning: Assert statement calls a function which may have desired side effects: 'get_v_value'. [assertWithSideEffect]
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.cc:53:47: style: Function 'insert' argument 1 names different: declaration 'nline' definition 'oldList'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.h:53:36: note: Function 'insert' argument 1 names different: declaration 'nline' definition 'oldList'.
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.cc:53:47: note: Function 'insert' argument 1 names different: declaration 'nline' definition 'oldList'.
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.h:51:8: performance: Technically the member function 'sampledLine::setPoint' can be static. [functionStatic]
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.cc:45:19: note: Technically the member function 'sampledLine::setPoint' can be static.
glu-9.0.0/src/libnurbs/nurbtess/sampledLine.h:51:8: note: Technically the member function 'sampledLine::setPoint' can be static.
glu-9.0.0/src/libnurbs/nurbtess/searchTree.cc:107:13: style: Function 'TreeNodeInsert' argument 3 names different: declaration 'comp' definition 'compkey'. [funcArgNamesDifferent]
glu-9.0.0/src/libnurbs/nurbtess/searchTree.h:57:13: note: Function 'TreeNodeInsert' argument 3 names different: declaration 'comp' definition 'compkey'.
glu-9.0.0/src/libnurbs/nurbtess/searchTree.cc:107:13: note: Function 'TreeNodeInsert' argument 3 names different: declaration 'comp' definition 'compkey'.
glu-9.0.0/src/libtess/mesh.c:108:3: error: Address of auto-variable 'pair->e' returned [returnAddressOfAutoVariable]
glu-9.0.0/src/libtess/normal.c:245:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
glu-9.0.0/src/libtess/priorityq-heap.c:100:19: style: The scope of the variable 'hChild' can be reduced. [variableScope]
glu-9.0.0/src/libtess/priorityq-heap.c:101:8: style: The scope of the variable 'child' can be reduced. [variableScope]
glu-9.0.0/src/libtess/priorityq-heap.c:130:19: style: The scope of the variable 'hParent' can be reduced. [variableScope]
glu-9.0.0/src/libtess/priorityq-heap.c:131:8: style: The scope of the variable 'parent' can be reduced. [variableScope]
glu-9.0.0/src/libtess/priorityq-heap.c:163:10: style: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/priorityq-heap.h:99:10: note: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
glu-9.0.0/src/libtess/priorityq-heap.c:163:10: note: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
glu-9.0.0/src/libtess/priorityq-heap.c:234:6: style: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/priorityq-heap.h:101:7: note: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
glu-9.0.0/src/libtess/priorityq-heap.c:234:6: note: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
glu-9.0.0/src/libtess/priorityq.c:204:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
glu-9.0.0/src/libtess/priorityq.c:225:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
glu-9.0.0/src/libtess/priorityq.c:173:10: style: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/priorityq-sort.h:110:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
glu-9.0.0/src/libtess/priorityq.c:173:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
glu-9.0.0/src/libtess/priorityq.c:247:6: style: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/priorityq-sort.h:112:7: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
glu-9.0.0/src/libtess/priorityq.c:247:6: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
glu-9.0.0/src/libtess/render.c:238:63: style: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/render.c:65:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
glu-9.0.0/src/libtess/render.c:238:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
glu-9.0.0/src/libtess/render.c:248:66: style: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/render.c:69:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
glu-9.0.0/src/libtess/render.c:248:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
glu-9.0.0/src/libtess/render.c:283:58: style: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/render.c:63:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
glu-9.0.0/src/libtess/render.c:283:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
glu-9.0.0/src/libtess/render.c:305:60: style: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
glu-9.0.0/src/libtess/render.c:64:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
glu-9.0.0/src/libtess/render.c:305:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
glu-9.0.0/src/libtess/sweep.c:183:16: style: The scope of the variable 'e' can be reduced. [variableScope]
glu-9.0.0/src/libtess/sweep.c:300:16: style: The scope of the variable 'e' can be reduced. [variableScope]
glu-9.0.0/src/libtess/sweep.c:626:16: style: The scope of the variable 'e' can be reduced. [variableScope]
glu-9.0.0/src/libtess/sweep.c:771:16: style: The scope of the variable 'eUp' can be reduced. [variableScope]
glu-9.0.0/src/libtess/sweep.c:771:22: style: The scope of the variable 'eLo' can be reduced. [variableScope]
glu-9.0.0/src/libtess/sweep.c:1019:28: style: The scope of the variable 'eNew' can be reduced. [variableScope]
glu-9.0.0/src/libtess/sweep.c:1284:16: style: The scope of the variable 'e' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:5485:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
glu-9.0.0/src/libutil/mipmap.c:5521:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
glu-9.0.0/src/libutil/mipmap.c:8519:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
glu-9.0.0/src/libutil/mipmap.c:8535:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
glu-9.0.0/src/libutil/mipmap.c:1295:11: style: The scope of the variable 'y' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1403:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1403:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1405:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1405:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1620:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1620:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1622:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1622:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1838:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1838:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1840:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:1840:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2118:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2118:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2120:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2120:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2412:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2412:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2414:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2414:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2699:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2699:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2701:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2701:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2995:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2995:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2997:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:2997:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:6039:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:6039:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:6041:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:6041:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
glu-9.0.0/src/libutil/mipmap.c:6927:11: style: The scope of the variable 'z' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libglvnd/libglvnd_1.1.0.orig.tar.gz
libglvnd-1.1.0/src/EGL/egldispatchstubs.c:71:82: style: Function '__eglDispatchFetchByDevice' argument 1 names different: declaration 'dpy' definition 'dev'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/EGL/egldispatchstubs.h:17:82: note: Function '__eglDispatchFetchByDevice' argument 1 names different: declaration 'dpy' definition 'dev'.
libglvnd-1.1.0/src/EGL/egldispatchstubs.c:71:82: note: Function '__eglDispatchFetchByDevice' argument 1 names different: declaration 'dpy' definition 'dev'.
libglvnd-1.1.0/src/EGL/libegl.c:1087:0: error: #error "Not implemented" [preprocessorErrorDirective]
libglvnd-1.1.0/src/EGL/libeglcurrent.c:185:53: style: Function '__eglDestroyAPIState' argument 1 names different: declaration 'state' definition 'apiState'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/EGL/libeglcurrent.h:118:53: note: Function '__eglDestroyAPIState' argument 1 names different: declaration 'state' definition 'apiState'.
libglvnd-1.1.0/src/EGL/libeglcurrent.c:185:53: note: Function '__eglDestroyAPIState' argument 1 names different: declaration 'state' definition 'apiState'.
libglvnd-1.1.0/src/EGL/libeglerror.c:70:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libglvnd-1.1.0/src/EGL/libeglmapping.c:106:5: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/src/EGL/libeglmapping.c:103:0: note: Variable 'addr' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/EGL/libeglmapping.c:106:5: note: Variable 'addr' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/EGL/libeglvendor.c:337:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/src/EGL/libeglvendor.c:332:0: note: Variable 'in' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/EGL/libeglvendor.c:337:5: note: Variable 'in' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/EGL/libeglvendor.c:446:5: style: Variable 'vendor' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/src/EGL/libeglvendor.c:441:0: note: Variable 'vendor' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/EGL/libeglvendor.c:446:5: note: Variable 'vendor' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/GLX/libglx.c:1865:0: error: #error "Not implemented" [preprocessorErrorDirective]
libglvnd-1.1.0/src/GLX/libglxmapping.c:244:5: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/src/GLX/libglxmapping.c:242:0: note: Variable 'addr' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/GLX/libglxmapping.c:244:5: note: Variable 'addr' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/GLX/libglxmapping.c:263:5: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/src/GLX/libglxmapping.c:260:0: note: Variable 'addr' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/GLX/libglxmapping.c:263:5: note: Variable 'addr' is reassigned a value before the old one has been used.
libglvnd-1.1.0/src/GLX/libglxproto.c:157:22: style: The scope of the variable 'i' can be reduced. [variableScope]
libglvnd-1.1.0/src/GLdispatch/vnd-glapi/mapi_tmp.h:29:0: error: #error "MAPI_ABI_HEADER must be defined" [preprocessorErrorDirective]
libglvnd-1.1.0/src/util/cJSON.c:443:17: style: Condition '(d*0)!=0' is always false [knownConditionTrueFalse]
libglvnd-1.1.0/src/util/cJSON.c:653:42: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:653:42: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:654:38: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:654:38: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:659:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:659:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:668:38: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:668:38: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:683:35: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:683:35: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:689:51: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:689:51: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:690:34: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:690:34: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:760:5: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:760:5: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:761:5: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1496:41: note: Calling function 'parse_string', 2nd argument 'input_buffer' value is 0
libglvnd-1.1.0/src/util/cJSON.c:761:5: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:928:9: warning: Either the condition 'buffer!=NULL' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:923:12: note: Assuming that condition 'buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:928:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1286:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1300:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1286:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1290:5: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1300:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1290:5: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1292:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1300:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1292:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1298:5: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1300:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1298:5: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1309:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1307:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1309:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1442:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1448:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1442:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1446:5: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1448:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1446:5: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1453:5: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1455:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1453:5: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1463:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1461:9: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1463:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:1494:9: warning: Either the condition 'input_buffer!=NULL' is redundant or there is possible null pointer dereference: input_buffer. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/cJSON.c:1506:13: note: Assuming that condition 'input_buffer!=NULL' is not redundant
libglvnd-1.1.0/src/util/cJSON.c:1494:9: note: Null pointer dereference
libglvnd-1.1.0/src/util/cJSON.c:170:40: style: Function 'cJSON_Delete' argument 1 names different: declaration 'c' definition 'item'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/util/cJSON.h:155:40: note: Function 'cJSON_Delete' argument 1 names different: declaration 'c' definition 'item'.
libglvnd-1.1.0/src/util/cJSON.c:170:40: note: Function 'cJSON_Delete' argument 1 names different: declaration 'c' definition 'item'.
libglvnd-1.1.0/src/util/cJSON.c:1127:69: style: Function 'cJSON_PrintPreallocated' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/util/cJSON.h:153:69: note: Function 'cJSON_PrintPreallocated' argument 2 names different: declaration 'buffer' definition 'buf'.
libglvnd-1.1.0/src/util/cJSON.c:1127:69: note: Function 'cJSON_PrintPreallocated' argument 2 names different: declaration 'buffer' definition 'buf'.
libglvnd-1.1.0/src/util/cJSON.c:1127:84: style: Function 'cJSON_PrintPreallocated' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/util/cJSON.h:153:87: note: Function 'cJSON_PrintPreallocated' argument 3 names different: declaration 'length' definition 'len'.
libglvnd-1.1.0/src/util/cJSON.c:1127:84: note: Function 'cJSON_PrintPreallocated' argument 3 names different: declaration 'length' definition 'len'.
libglvnd-1.1.0/src/util/cJSON.c:1127:106: style: Function 'cJSON_PrintPreallocated' argument 4 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/util/cJSON.h:153:112: note: Function 'cJSON_PrintPreallocated' argument 4 names different: declaration 'format' definition 'fmt'.
libglvnd-1.1.0/src/util/cJSON.c:1127:106: note: Function 'cJSON_PrintPreallocated' argument 4 names different: declaration 'format' definition 'fmt'.
libglvnd-1.1.0/src/util/cJSON.c:2079:51: style: Function 'cJSON_CreateBool' argument 1 names different: declaration 'boolean' definition 'b'. [funcArgNamesDifferent]
libglvnd-1.1.0/src/util/cJSON.h:184:51: note: Function 'cJSON_CreateBool' argument 1 names different: declaration 'boolean' definition 'b'.
libglvnd-1.1.0/src/util/cJSON.c:2079:51: note: Function 'cJSON_CreateBool' argument 1 names different: declaration 'boolean' definition 'b'.
libglvnd-1.1.0/src/util/trace.c:52:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/trace.c:54:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/emit_keys.c:18:15: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/example.c:88:9: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libglvnd-1.1.0/src/util/uthash/tests/example.c:92:32: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libglvnd-1.1.0/src/util/uthash/tests/example.c:96:17: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libglvnd-1.1.0/src/util/uthash/tests/example.c:98:30: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libglvnd-1.1.0/src/util/uthash/tests/example.c:102:36: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libglvnd-1.1.0/src/util/uthash/tests/example.c:107:36: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libglvnd-1.1.0/src/util/uthash/tests/hashscan.c:161:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libglvnd-1.1.0/src/util/uthash/tests/hashscan.c:89:3: style: Variable 'obkt' is modified but its new value is never used. [unreadVariable]
libglvnd-1.1.0/src/util/uthash/tests/lru_cache/cache.c:118:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libglvnd-1.1.0/src/util/uthash/tests/lru_cache/cache.c:95:26: style: The scope of the variable 'entry' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/lru_cache/cache.c:95:34: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/lru_cache/main.c:64:3: error: Buffer is accessed out of bounds: key [bufferAccessOutOfBounds]
libglvnd-1.1.0/src/util/uthash/tests/lru_cache/main.c:69:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libglvnd-1.1.0/src/util/uthash/tests/sleep_test.c:14:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test10.c:14:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test13.c:13:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test2.c:14:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test24.c:13:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test26.c:38:39: warning: Either the condition 'if(elt)' is redundant or there is possible null pointer dereference: elt. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/uthash/tests/test26.c:42:8: note: Assuming that condition 'if(elt)' is not redundant
libglvnd-1.1.0/src/util/uthash/tests/test26.c:38:39: note: Null pointer dereference
libglvnd-1.1.0/src/util/uthash/tests/test26.c:22:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test29.c:22:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test30.c:22:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test31.c:22:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test32.c:20:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test33.c:22:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test34.c:20:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test35.c:25:5: warning: The buffer 'label' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libglvnd-1.1.0/src/util/uthash/tests/test42.c:24:23: warning: Either the condition 'if(e)' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/uthash/tests/test42.c:27:8: note: Assuming that condition 'if(e)' is not redundant
libglvnd-1.1.0/src/util/uthash/tests/test42.c:24:23: note: Null pointer dereference
libglvnd-1.1.0/src/util/uthash/tests/test42.c:40:23: warning: Either the condition 'if(e)' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/uthash/tests/test42.c:43:8: note: Assuming that condition 'if(e)' is not redundant
libglvnd-1.1.0/src/util/uthash/tests/test42.c:40:23: note: Null pointer dereference
libglvnd-1.1.0/src/util/uthash/tests/test42.c:55:23: warning: Either the condition 'if(e)' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/uthash/tests/test42.c:58:8: note: Assuming that condition 'if(e)' is not redundant
libglvnd-1.1.0/src/util/uthash/tests/test42.c:55:23: note: Null pointer dereference
libglvnd-1.1.0/src/util/uthash/tests/test5.c:14:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test56.c:51:39: warning: Either the condition 'if(elt)' is redundant or there is possible null pointer dereference: elt. [nullPointerRedundantCheck]
libglvnd-1.1.0/src/util/uthash/tests/test56.c:55:8: note: Assuming that condition 'if(elt)' is not redundant
libglvnd-1.1.0/src/util/uthash/tests/test56.c:51:39: note: Null pointer dereference
libglvnd-1.1.0/src/util/uthash/tests/test56.c:30:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test65.c:66:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libglvnd-1.1.0/src/util/uthash/tests/test65.c:34:32: style: The scope of the variable 'tmp_entry' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test76.c:9:10: style: The scope of the variable 'V_FindPos' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test76.c:10:12: style: The scope of the variable 'V_StartPos' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test76.c:11:12: style: The scope of the variable 'V_FindCnt' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test77.c:9:10: style: The scope of the variable 'V_FindPos' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test77.c:10:12: style: The scope of the variable 'V_StartPos' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test77.c:11:12: style: The scope of the variable 'V_FindCnt' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/test9.c:13:21: style: The scope of the variable 'user' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/threads/test1.c:69:0: style: Variable 'num_added' is assigned a value that is never used. [unreadVariable]
libglvnd-1.1.0/src/util/uthash/tests/threads/test1.c:73:9: style: Unused variable: tmp [unusedVariable]
libglvnd-1.1.0/src/util/uthash/tests/threads/test1.c:73:15: style: Unused variable: e [unusedVariable]
libglvnd-1.1.0/src/util/uthash/tests/threads/test2.c:40:15: style: The scope of the variable 'e' can be reduced. [variableScope]
libglvnd-1.1.0/src/util/uthash/tests/threads/test2.c:29:0: style: Variable 'keepgoing' is assigned a value that is never used. [unreadVariable]
libglvnd-1.1.0/src/util/uthash/tests/threads/test2.c:36:0: style: Variable 'num_added' is assigned a value that is never used. [unreadVariable]
libglvnd-1.1.0/src/util/uthash/tests/threads/test2.c:40:9: style: Unused variable: tmp [unusedVariable]
libglvnd-1.1.0/src/util/utils_misc.c:169:12: style: Condition 'fd<0' is always true [knownConditionTrueFalse]
libglvnd-1.1.0/src/util/utils_misc.c:162:15: note: Assignment 'fd=-1', assigned value is -1
libglvnd-1.1.0/src/util/utils_misc.c:169:12: note: Condition 'fd<0' is always true
libglvnd-1.1.0/src/util/utils_misc.c:88:13: style: The scope of the variable 'len' can be reduced. [variableScope]
libglvnd-1.1.0/tests/dummy/EGL_dummy.c:657:58: style: Function 'dispatch_eglTestDispatchDevice' argument 1 names different: declaration 'dpy' definition 'dev'. [funcArgNamesDifferent]
libglvnd-1.1.0/tests/dummy/EGL_dummy.c:603:58: note: Function 'dispatch_eglTestDispatchDevice' argument 1 names different: declaration 'dpy' definition 'dev'.
libglvnd-1.1.0/tests/dummy/EGL_dummy.c:657:58: note: Function 'dispatch_eglTestDispatchDevice' argument 1 names different: declaration 'dpy' definition 'dev'.
libglvnd-1.1.0/tests/dummy/GLX_dummy.c:375:5: style: Variable 'configs' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/tests/dummy/GLX_dummy.c:371:0: note: Variable 'configs' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/dummy/GLX_dummy.c:375:5: note: Variable 'configs' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/dummy/GLX_dummy.c:372:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libglvnd-1.1.0/tests/test_utils.c:123:5: style: Variable 'configs' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/tests/test_utils.c:116:0: note: Variable 'configs' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/test_utils.c:123:5: note: Variable 'configs' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/testeglmakecurrent.c:191:55: warning: Either the condition 'oldCi!=NULL' is redundant or there is possible null pointer dereference: oldCi. [nullPointerRedundantCheck]
libglvnd-1.1.0/tests/testeglmakecurrent.c:201:15: note: Assuming that condition 'oldCi!=NULL' is not redundant
libglvnd-1.1.0/tests/testeglmakecurrent.c:191:55: note: Null pointer dereference
libglvnd-1.1.0/tests/testeglmakecurrent.c:215:55: warning: Possible null pointer dereference: oldCi [nullPointer]
libglvnd-1.1.0/tests/testeglmakecurrent.c:111:27: note: Calling function 'testSwitchContextFail', 1st argument 'oldCi' value is 0
libglvnd-1.1.0/tests/testeglmakecurrent.c:215:55: note: Null pointer dereference
libglvnd-1.1.0/tests/testeglmakecurrent.c:189:77: style: Function 'testSwitchContext' argument 2 names different: declaration 'ci' definition 'newCi'. [funcArgNamesDifferent]
libglvnd-1.1.0/tests/testeglmakecurrent.c:49:77: note: Function 'testSwitchContext' argument 2 names different: declaration 'ci' definition 'newCi'.
libglvnd-1.1.0/tests/testeglmakecurrent.c:189:77: note: Function 'testSwitchContext' argument 2 names different: declaration 'ci' definition 'newCi'.
libglvnd-1.1.0/tests/testglxcreatecontext.c:61:5: style: Variable 'dpy' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/tests/testglxcreatecontext.c:57:0: note: Variable 'dpy' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/testglxcreatecontext.c:61:5: note: Variable 'dpy' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/testglxgetprocaddress.c:67:5: style: Variable 'dpy' is reassigned a value before the old one has been used. [redundantAssignment]
libglvnd-1.1.0/tests/testglxgetprocaddress.c:57:0: note: Variable 'dpy' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/testglxgetprocaddress.c:67:5: note: Variable 'dpy' is reassigned a value before the old one has been used.
libglvnd-1.1.0/tests/testglxmakecurrent.c:288:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgmpada/libgmpada_1.2.orig.tar.xz
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnatcoll/libgnatcoll_18.orig.tar.xz
gnatcoll-core-gpl-2018-src/src/getRSS.c:33:0: error: #error "Cannot define getPeakRSS( ) or getCurrentRSS( ) for an unknown OS." [preprocessorErrorDirective]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnatcoll-bindings/libgnatcoll-bindings_18.orig.tar.gz
gnatcoll-bindings-gpl-2018-src/python/python_support.c:128:14: style: Unused variable: module [unusedVariable]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnatcoll-db/libgnatcoll-db_18.orig.tar.xz
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome/libgnome_2.32.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome-games-support/libgnome-games-support_1.4.1.orig.tar.xz
libgnome-games-support-1.4.1/games/gridframe.c:135:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/gridframe.c:134:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/gridframe.c:135:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/gridframe.c:257:2: style: Variable 'child_allocation' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/gridframe.c:207:0: note: Variable 'child_allocation' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/gridframe.c:257:2: note: Variable 'child_allocation' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/gridframe.c:551:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgnome-games-support-1.4.1/games/scores/category.c:99:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/category.c:96:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/category.c:99:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/category.c:132:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/category.c:128:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/category.c:132:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/category.c:148:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/category.c:147:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/category.c:148:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/context.c:2078:0: error: syntax error [syntaxError]
libgnome-games-support-1.4.1/games/scores/dialog.c:313:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:231:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:313:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:397:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:363:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:397:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:409:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:371:0: note: Variable 'image' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:409:3: note: Variable 'image' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:431:3: style: Variable 'title_label' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:380:0: note: Variable 'title_label' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:431:3: note: Variable 'title_label' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:439:3: style: Variable 'description_label' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:390:0: note: Variable 'description_label' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:439:3: note: Variable 'description_label' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:666:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:665:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:666:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:710:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:709:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:710:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1004:3: style: Variable '_score_list' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:994:0: note: Variable '_score_list' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1004:3: note: Variable '_score_list' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1233:3: style: Variable 'minutes' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:1214:0: note: Variable 'minutes' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1233:3: note: Variable 'minutes' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1236:3: style: Variable 'seconds' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:1217:0: note: Variable 'seconds' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1236:3: note: Variable 'seconds' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1332:3: style: Variable 'user_label' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:1324:0: note: Variable 'user_label' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1332:3: note: Variable 'user_label' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1347:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:1339:0: note: Variable 'entry' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1347:3: note: Variable 'entry' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1373:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:1372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1373:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1403:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/dialog.c:1402:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/dialog.c:1403:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/directory-importer.c:296:0: error: syntax error [syntaxError]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:345:24: warning: Either the condition 'ret==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:348:3: note: Assuming that condition 'ret==NULL' is not redundant
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:344:12: note: Assignment '_tmp7_=ret', assigned value is 0
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:345:24: note: Null pointer dereference
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:175:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:174:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:175:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:287:2: style: Variable 'timeval' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:280:0: note: Variable 'timeval' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:287:2: note: Variable 'timeval' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:288:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:282:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:288:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:308:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:305:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:308:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:386:2: style: Variable 'history_filename' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:362:0: note: Variable 'history_filename' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:386:2: note: Variable 'history_filename' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:389:2: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:367:0: note: Variable 'stream' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:389:2: note: Variable 'stream' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/history-file-importer.c:222:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgnome-games-support-1.4.1/games/scores/importer.c:153:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
libgnome-games-support-1.4.1/games/scores/importer.c:155:3: note: Assuming that condition 'e==NULL' is not redundant
libgnome-games-support-1.4.1/games/scores/importer.c:152:12: note: Assignment '_tmp4_=e', assigned value is 0
libgnome-games-support-1.4.1/games/scores/importer.c:153:12: note: Null pointer dereference
libgnome-games-support-1.4.1/games/scores/importer.c:124:2: style: Variable 'new_dir' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/importer.c:116:0: note: Variable 'new_dir' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/importer.c:124:2: note: Variable 'new_dir' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/importer.c:150:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/importer.c:147:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/importer.c:150:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/importer.c:172:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/importer.c:171:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/importer.c:172:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/score.c:108:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgnome-games-support-1.4.1/games/scores/score.c:107:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/games/scores/score.c:108:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgnome-games-support-1.4.1/tests/test-scores.c:515:0: error: syntax error [syntaxError]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome-keyring/libgnome-keyring_3.4.1.orig.tar.xz
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1177:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:177:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:177:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:225:14: style: The scope of the variable 'beg' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:225:20: style: The scope of the variable 'end' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:270:14: style: The scope of the variable 'beg' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:270:20: style: The scope of the variable 'end' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:600:15: style: The scope of the variable 'other' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:739:8: style: The scope of the variable 'cell' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:906:8: style: The scope of the variable 'cell' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:998:27: style: Function 'egg_secure_realloc' argument 1 names different: declaration 'p' definition 'memory'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:79:39: note: Function 'egg_secure_realloc' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:998:27: note: Function 'egg_secure_realloc' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1004:32: style: Function 'egg_secure_realloc_full' argument 1 names different: declaration 'p' definition 'memory'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:81:39: note: Function 'egg_secure_realloc_full' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1004:32: note: Function 'egg_secure_realloc_full' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1004:59: style: Function 'egg_secure_realloc_full' argument 3 names different: declaration 'fallback' definition 'flags'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:81:61: note: Function 'egg_secure_realloc_full' argument 3 names different: declaration 'fallback' definition 'flags'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1004:59: note: Function 'egg_secure_realloc_full' argument 3 names different: declaration 'fallback' definition 'flags'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1089:24: style: Function 'egg_secure_free' argument 1 names different: declaration 'p' definition 'memory'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:83:39: note: Function 'egg_secure_free' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1089:24: note: Function 'egg_secure_free' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1095:29: style: Function 'egg_secure_free_full' argument 1 names different: declaration 'p' definition 'memory'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:85:39: note: Function 'egg_secure_free_full' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1095:29: note: Function 'egg_secure_free_full' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1095:41: style: Function 'egg_secure_free_full' argument 2 names different: declaration 'fallback' definition 'flags'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:85:46: note: Function 'egg_secure_free_full' argument 2 names different: declaration 'fallback' definition 'flags'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1095:41: note: Function 'egg_secure_free_full' argument 2 names different: declaration 'fallback' definition 'flags'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1137:31: style: Function 'egg_secure_check' argument 1 names different: declaration 'p' definition 'memory'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-secure-memory.h:89:45: note: Function 'egg_secure_check' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:1137:31: note: Function 'egg_secure_check' argument 1 names different: declaration 'p' definition 'memory'.
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:782:8: style: Unused variable: pages [unusedVariable]
libgnome-keyring-3.4.1/egg/egg-secure-memory.c:296:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
libgnome-keyring-3.4.1/egg/egg-testing.c:90:9: style: The scope of the variable 's' can be reduced. [variableScope]
libgnome-keyring-3.4.1/egg/egg-testing.c:43:29: style: Function 'egg_test_escape_data' argument 2 names different: declaration 'size' definition 'n_data'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/egg/egg-testing.h:57:55: note: Function 'egg_test_escape_data' argument 2 names different: declaration 'size' definition 'n_data'.
libgnome-keyring-3.4.1/egg/egg-testing.c:43:29: note: Function 'egg_test_escape_data' argument 2 names different: declaration 'size' definition 'n_data'.
libgnome-keyring-3.4.1/egg/tests/test-secmem.c:184:18: warning: The 2nd memset() argument '3405691582U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
libgnome-keyring-3.4.1/egg/tests/test-secmem.c:194:18: warning: The 2nd memset() argument '3405691582U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
libgnome-keyring-3.4.1/library/gkr-misc.c:234:25: style: The scope of the variable 'attr' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gkr-operation.c:328:15: style: The scope of the variable 'rule' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gkr-operation.c:181:55: style: Function 'gkr_operation_new' argument 4 names different: declaration 'destroy_func' definition 'destroy_user_data'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/library/gkr-operation.h:42:69: note: Function 'gkr_operation_new' argument 4 names different: declaration 'destroy_func' definition 'destroy_user_data'.
libgnome-keyring-3.4.1/library/gkr-operation.c:181:55: note: Function 'gkr_operation_new' argument 4 names different: declaration 'destroy_func' definition 'destroy_user_data'.
libgnome-keyring-3.4.1/library/gkr-operation.c:451:55: style: Function 'gkr_operation_request' argument 2 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/library/gkr-operation.h:72:67: note: Function 'gkr_operation_request' argument 2 names different: declaration 'request' definition 'req'.
libgnome-keyring-3.4.1/library/gkr-operation.c:451:55: note: Function 'gkr_operation_request' argument 2 names different: declaration 'request' definition 'req'.
libgnome-keyring-3.4.1/library/gkr-session.c:338:15: style: The scope of the variable 'req' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring-memory.c:80:15: style: The scope of the variable 'env' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring-utils.c:508:25: style: The scope of the variable 'attr' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:167:6: style: The scope of the variable 'type' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:206:6: style: The scope of the variable 'type' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:285:9: style: The scope of the variable 'check' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:774:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:1022:15: style: The scope of the variable 'req' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:1626:24: style: The scope of the variable 'args' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:1627:15: style: The scope of the variable 'req' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:1788:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:2019:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:2217:21: style: The scope of the variable 'found' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:2222:6: style: The scope of the variable 'type' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:2275:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:2437:15: style: The scope of the variable 'req' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:3422:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:3468:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:3807:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:3943:9: style: The scope of the variable 'string' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:4272:35: style: The scope of the variable 'data' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:4476:11: style: The scope of the variable 's' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:5071:15: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:5220:15: style: The scope of the variable 'req' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/gnome-keyring.c:1715:49: style: Function 'gnome_keyring_change_password_sync' argument 1 names different: declaration 'keyring' definition 'keyring_name'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/library/gnome-keyring.h:199:109: note: Function 'gnome_keyring_change_password_sync' argument 1 names different: declaration 'keyring' definition 'keyring_name'.
libgnome-keyring-3.4.1/library/gnome-keyring.c:1715:49: note: Function 'gnome_keyring_change_password_sync' argument 1 names different: declaration 'keyring' definition 'keyring_name'.
libgnome-keyring-3.4.1/library/gnome-keyring.c:4414:82: style: Function 'gnome_keyring_find_network_password' argument 9 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
libgnome-keyring-3.4.1/library/gnome-keyring.h:438:101: note: Function 'gnome_keyring_find_network_password' argument 9 names different: declaration 'data' definition 'user_data'.
libgnome-keyring-3.4.1/library/gnome-keyring.c:4414:82: note: Function 'gnome_keyring_find_network_password' argument 9 names different: declaration 'data' definition 'user_data'.
libgnome-keyring-3.4.1/library/tests/frob-list-modified.c:33:9: style: The scope of the variable 'date' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/tests/frob-list-modified.c:34:9: style: The scope of the variable 'display' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/tests/frob-list-modified.c:36:21: style: The scope of the variable 'found' can be reduced. [variableScope]
libgnome-keyring-3.4.1/library/tests/frob-list-modified.c:39:13: style: The scope of the variable 'datetime' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome-media-profiles/libgnome-media-profiles_3.0.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome2-canvas-perl/libgnome2-canvas-perl_1.002.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome2-gconf-perl/libgnome2-gconf-perl_1.044.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome2-perl/libgnome2-perl_1.046.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.082.orig.tar.gz
Gnome2-VFS-1.082/vfs2perl.c:271:7: style: The scope of the variable 'value' can be reduced. [variableScope]
Gnome2-VFS-1.082/vfs2perl.c:466:7: style: The scope of the variable 'value' can be reduced. [variableScope]
Gnome2-VFS-1.082/vfs2perl.c:490:7: style: The scope of the variable 'value' can be reduced. [variableScope]
Gnome2-VFS-1.082/vfs2perl.c:516:9: style: The scope of the variable 'string' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnome2-wnck-perl/libgnome2-wnck-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomecanvas/libgnomecanvas_2.30.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomecanvasmm2.6/libgnomecanvasmm2.6_2.26.0.orig.tar.gz
libgnomecanvasmm-2.26.0/demos/arrowhead.h:37:3: style: Class 'DragBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomecanvasmm-2.26.0/demos/primitives.h:37:3: style: Class 'Primitives' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomecanvasmm-2.26.0/demos/primitives.cc:224:48: style: Function 'setup_heading' argument 2 names different: declaration 'text' definition 'heading'. [funcArgNamesDifferent]
libgnomecanvasmm-2.26.0/demos/primitives.h:47:43: note: Function 'setup_heading' argument 2 names different: declaration 'text' definition 'heading'.
libgnomecanvasmm-2.26.0/demos/primitives.cc:224:48: note: Function 'setup_heading' argument 2 names different: declaration 'text' definition 'heading'.
libgnomecanvasmm-2.26.0/libgnomecanvas/libgnomecanvasmm/rich-text.cc:56:89: error: Invalid iterator 'iter' used. [eraseDereference]
libgnomecanvasmm-2.26.0/libgnomecanvas/libgnomecanvasmm/line.h:81:3: style: Class 'Points' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomecups/libgnomecups_0.2.3.orig.tar.gz
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1416:2: style: Variable 'old_default_dest' is reassigned a value before the old one has been used. [redundantAssignment]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1409:0: note: Variable 'old_default_dest' is reassigned a value before the old one has been used.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1416:2: note: Variable 'old_default_dest' is reassigned a value before the old one has been used.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1417:2: style: Variable 'new_default_dest' is reassigned a value before the old one has been used. [redundantAssignment]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1410:0: note: Variable 'new_default_dest' is reassigned a value before the old one has been used.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1417:2: note: Variable 'new_default_dest' is reassigned a value before the old one has been used.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:755:13: style: The scope of the variable 'notify' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:907:20: style: The scope of the variable 'printer' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1211:14: style: The scope of the variable 'ppd' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1515:17: style: The scope of the variable 'i' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1905:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:2007:14: style: The scope of the variable 'y' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:905:46: style: Function 'gnome_cups_printer_get_existing' argument 1 names different: declaration 'name' definition 'printer_name'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.h:108:88: note: Function 'gnome_cups_printer_get_existing' argument 1 names different: declaration 'name' definition 'printer_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:905:46: note: Function 'gnome_cups_printer_get_existing' argument 1 names different: declaration 'name' definition 'printer_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:933:37: style: Function 'gnome_cups_printer_get' argument 1 names different: declaration 'name' definition 'printer_name'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.h:107:88: note: Function 'gnome_cups_printer_get' argument 1 names different: declaration 'name' definition 'printer_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:933:37: note: Function 'gnome_cups_printer_get' argument 1 names different: declaration 'name' definition 'printer_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-printer.c:1082:22: style: Variable 'state_str' is assigned a value that is never used. [unreadVariable]
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:114:20: warning: Either the condition 'b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:110:6: note: Assuming that condition 'b' is not redundant
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:114:20: note: Null pointer dereference
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:214:16: style: The scope of the variable 'job' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:544:18: style: The scope of the variable 'queue' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:542:44: style: Function 'gnome_cups_queue_get_existing' argument 1 names different: declaration 'name' definition 'queue_name'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.h:66:69: note: Function 'gnome_cups_queue_get_existing' argument 1 names different: declaration 'name' definition 'queue_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:542:44: note: Function 'gnome_cups_queue_get_existing' argument 1 names different: declaration 'name' definition 'queue_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:576:35: style: Function 'gnome_cups_queue_get' argument 1 names different: declaration 'name' definition 'queue_name'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.h:65:69: note: Function 'gnome_cups_queue_get' argument 1 names different: declaration 'name' definition 'queue_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-queue.c:576:35: note: Function 'gnome_cups_queue_get' argument 1 names different: declaration 'name' definition 'queue_name'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:111:49: style: Function '_gnome_cups_request_init' argument 1 names different: declaration 'authfn' definition 'auth_fn'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.h:62:55: note: Function '_gnome_cups_request_init' argument 1 names different: declaration 'authfn' definition 'auth_fn'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:111:49: note: Function '_gnome_cups_request_init' argument 1 names different: declaration 'authfn' definition 'auth_fn'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:224:61: style: Function 'gnome_cups_request_connection_destroy' argument 1 names different: declaration 'conn' definition 'connection'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:63:73: note: Function 'gnome_cups_request_connection_destroy' argument 1 names different: declaration 'conn' definition 'connection'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:224:61: note: Function 'gnome_cups_request_connection_destroy' argument 1 names different: declaration 'conn' definition 'connection'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:436:55: style: Function 'gnome_cups_request_new_for_job' argument 2 names different: declaration 'job_id' definition 'job'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.h:32:24: note: Function 'gnome_cups_request_new_for_job' argument 2 names different: declaration 'job_id' definition 'job'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:436:55: note: Function 'gnome_cups_request_new_for_job' argument 2 names different: declaration 'job_id' definition 'job'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:513:9: style: Function 'gnome_cups_request_file' argument 3 names different: declaration 'fd' definition 'output_fd'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.h:43:15: note: Function 'gnome_cups_request_file' argument 3 names different: declaration 'fd' definition 'output_fd'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:513:9: note: Function 'gnome_cups_request_file' argument 3 names different: declaration 'fd' definition 'output_fd'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:524:17: style: Function 'gnome_cups_request_execute_sync_internal' argument 5 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:54:18: note: Function 'gnome_cups_request_execute_sync_internal' argument 5 names different: declaration 'error' definition 'err'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:524:17: note: Function 'gnome_cups_request_execute_sync_internal' argument 5 names different: declaration 'error' definition 'err'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:597:15: style: Function 'gnome_cups_request_file_async' argument 3 names different: declaration 'outfile_fd' definition 'output_fd'. [funcArgNamesDifferent]
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.h:53:15: note: Function 'gnome_cups_request_file_async' argument 3 names different: declaration 'outfile_fd' definition 'output_fd'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c:597:15: note: Function 'gnome_cups_request_file_async' argument 3 names different: declaration 'outfile_fd' definition 'output_fd'.
libgnomecups-0.2.3/libgnomecups/gnome-cups-util.c:39:20: style: The scope of the variable 'printer' can be reduced. [variableScope]
libgnomecups-0.2.3/libgnomecups/gnome-cups-util.c:156:7: style: The scope of the variable 'c' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomekbd/libgnomekbd_3.6.0.orig.tar.xz
libgnomekbd-3.6.0/libgnomekbd/gkbd-configuration.c:592:13: style: The scope of the variable 'pi' can be reduced. [variableScope]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:138:60: style: Function 'gkbd_indicator_config_refresh_style' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:74:8: note: Function 'gkbd_indicator_config_refresh_style' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:138:60: note: Function 'gkbd_indicator_config_refresh_style' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:149:12: style: Function 'gkbd_indicator_config_get_images_file' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:78:11: note: Function 'gkbd_indicator_config_get_images_file' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:149:12: note: Function 'gkbd_indicator_config_get_images_file' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:199:10: style: Function 'gkbd_indicator_config_load_image_filenames' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:83:10: note: Function 'gkbd_indicator_config_load_image_filenames' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:199:10: note: Function 'gkbd_indicator_config_load_image_filenames' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:223:10: style: Function 'gkbd_indicator_config_free_image_filenames' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:87:10: note: Function 'gkbd_indicator_config_free_image_filenames' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:223:10: note: Function 'gkbd_indicator_config_free_image_filenames' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:235:51: style: Function 'gkbd_indicator_config_init' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:54:6: note: Function 'gkbd_indicator_config_init' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:235:51: note: Function 'gkbd_indicator_config_init' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:272:51: style: Function 'gkbd_indicator_config_term' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:56:6: note: Function 'gkbd_indicator_config_term' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:272:51: note: Function 'gkbd_indicator_config_term' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:292:51: style: Function 'gkbd_indicator_config_load' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:59:8: note: Function 'gkbd_indicator_config_load' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:292:51: note: Function 'gkbd_indicator_config_load' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:307:51: style: Function 'gkbd_indicator_config_save' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:61:6: note: Function 'gkbd_indicator_config_save' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:307:51: note: Function 'gkbd_indicator_config_save' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:322:55: style: Function 'gkbd_indicator_config_activate' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:91:10: note: Function 'gkbd_indicator_config_activate' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:322:55: note: Function 'gkbd_indicator_config_activate' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:334:9: style: Function 'gkbd_indicator_config_start_listen' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:94:7: note: Function 'gkbd_indicator_config_start_listen' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:334:9: note: Function 'gkbd_indicator_config_start_listen' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:343:58: style: Function 'gkbd_indicator_config_stop_listen' argument 1 names different: declaration 'applet_config' definition 'ind_config'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.h:99:13: note: Function 'gkbd_indicator_config_stop_listen' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator-config.c:343:58: note: Function 'gkbd_indicator_config_stop_listen' argument 1 names different: declaration 'applet_config' definition 'ind_config'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:214:3: style: Variable 'layout_name' is reassigned a value before the old one has been used. [redundantAssignment]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:210:0: note: Variable 'layout_name' is reassigned a value before the old one has been used.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:214:3: note: Variable 'layout_name' is reassigned a value before the old one has been used.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:218:3: style: Variable 'lbl_title' is reassigned a value before the old one has been used. [redundantAssignment]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:209:0: note: Variable 'lbl_title' is reassigned a value before the old one has been used.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:218:3: note: Variable 'lbl_title' is reassigned a value before the old one has been used.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:191:13: style: The scope of the variable 'image' can be reduced. [variableScope]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:526:67: style: Function 'gkbd_indicator_set_parent_tooltips' argument 2 names different: declaration 'ifset' definition 'spt'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.h:66:68: note: Function 'gkbd_indicator_set_parent_tooltips' argument 2 names different: declaration 'ifset' definition 'spt'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:526:67: note: Function 'gkbd_indicator_set_parent_tooltips' argument 2 names different: declaration 'ifset' definition 'spt'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-indicator.c:110:8: style: Variable 'full_group_name' is assigned a value that is never used. [unreadVariable]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.c:188:14: style: The scope of the variable 'p1' can be reduced. [variableScope]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.c:225:9: style: The scope of the variable 'group' can be reduced. [variableScope]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.c:461:23: style: Function 'gkbd_keyboard_config_load_from_x_current' argument 2 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.h:68:28: note: Function 'gkbd_keyboard_config_load_from_x_current' argument 2 names different: declaration 'buf' definition 'data'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.c:461:23: note: Function 'gkbd_keyboard_config_load_from_x_current' argument 2 names different: declaration 'buf' definition 'data'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.c:480:23: style: Function 'gkbd_keyboard_config_load_from_x_initial' argument 2 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.h:64:28: note: Function 'gkbd_keyboard_config_load_from_x_initial' argument 2 names different: declaration 'buf' definition 'data'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-config.c:480:23: note: Function 'gkbd_keyboard_config_load_from_x_initial' argument 2 names different: declaration 'buf' definition 'data'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2546:9: style: The scope of the variable 'p' can be reduced. [variableScope]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2298:59: style: Function 'gkbd_keyboard_drawing_set_keyboard' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:178:11: note: Function 'gkbd_keyboard_drawing_set_keyboard' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2298:59: note: Function 'gkbd_keyboard_drawing_set_keyboard' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2347:59: style: Function 'gkbd_keyboard_drawing_get_keycodes' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:185:65: note: Function 'gkbd_keyboard_drawing_get_keycodes' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2347:59: note: Function 'gkbd_keyboard_drawing_get_keycodes' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2357:59: style: Function 'gkbd_keyboard_drawing_get_geometry' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:187:65: note: Function 'gkbd_keyboard_drawing_get_geometry' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2357:59: note: Function 'gkbd_keyboard_drawing_get_geometry' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2367:58: style: Function 'gkbd_keyboard_drawing_get_symbols' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:189:64: note: Function 'gkbd_keyboard_drawing_get_symbols' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2367:58: note: Function 'gkbd_keyboard_drawing_get_symbols' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2377:56: style: Function 'gkbd_keyboard_drawing_get_types' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:191:16: note: Function 'gkbd_keyboard_drawing_get_types' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2377:56: note: Function 'gkbd_keyboard_drawing_get_types' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2387:57: style: Function 'gkbd_keyboard_drawing_get_compat' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:193:10: note: Function 'gkbd_keyboard_drawing_get_compat' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2387:57: note: Function 'gkbd_keyboard_drawing_get_compat' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2397:66: style: Function 'gkbd_keyboard_drawing_set_track_modifiers' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:196:7: note: Function 'gkbd_keyboard_drawing_set_track_modifiers' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2397:66: note: Function 'gkbd_keyboard_drawing_set_track_modifiers' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2412:63: style: Function 'gkbd_keyboard_drawing_set_track_config' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:199:11: note: Function 'gkbd_keyboard_drawing_set_track_config' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2412:63: note: Function 'gkbd_keyboard_drawing_set_track_config' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2422:64: style: Function 'gkbd_keyboard_drawing_set_groups_levels' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:202:12: note: Function 'gkbd_keyboard_drawing_set_groups_levels' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2422:64: note: Function 'gkbd_keyboard_drawing_set_groups_levels' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2542:57: style: Function 'gkbd_keyboard_drawing_set_layout' argument 1 names different: declaration 'kbdrawing' definition 'drawing'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:181:62: note: Function 'gkbd_keyboard_drawing_set_layout' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2542:57: note: Function 'gkbd_keyboard_drawing_set_layout' argument 1 names different: declaration 'kbdrawing' definition 'drawing'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2777:21: style: Function 'gkbd_keyboard_drawing_dialog_set_layout' argument 3 names different: declaration 'layout' definition 'full_layout'. [funcArgNamesDifferent]
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.h:219:26: note: Function 'gkbd_keyboard_drawing_dialog_set_layout' argument 3 names different: declaration 'layout' definition 'full_layout'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-keyboard-drawing.c:2777:21: note: Function 'gkbd_keyboard_drawing_dialog_set_layout' argument 3 names different: declaration 'layout' definition 'full_layout'.
libgnomekbd-3.6.0/libgnomekbd/gkbd-status.c:276:8: style: The scope of the variable 'image_filename' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomemm2.6/libgnomemm2.6_2.30.0.orig.tar.gz
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomeprint/libgnomeprint_2.18.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomeprintui/libgnomeprintui_2.18.6.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomeui/libgnomeui_2.24.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnomeuimm2.6/libgnomeuimm2.6_2.28.0.orig.tar.gz
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/app-helper.cc:275:14: style: C-style pointer casting [cstyleCast]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/app-helper.cc:44:38: style: Variable 'cWidget' is assigned a value that is never used. [unreadVariable]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/app-helper.cc:271:4: style: Struct 'UIArrayHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/icon-list.cc:62:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/app.h:135:3: style: Class 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/client.h:199:3: style: Class 'Client' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/href.h:118:3: style: Class 'HRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/icon-textitem.h:126:3: style: Class 'IconTextItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-standard.h:123:8: style: The function 'set_title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:179:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-standard.h:123:8: note: Function in derived class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-standard.h:125:8: style: The function 'set_logo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:181:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-standard.h:125:8: note: Function in derived class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:164:8: style: The function 'set_bg_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:178:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:164:8: note: Function in derived class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:168:8: style: The function 'set_logo_bg_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:182:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:168:8: note: Function in derived class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:170:8: style: The function 'set_title_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:180:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:170:8: note: Function in derived class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:176:8: style: The function 'set_title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:179:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:176:8: note: Function in derived class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:178:8: style: The function 'set_logo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page.h:181:16: note: Virtual function in base class
libgnomeuimm-2.28.0/libgnomeui/libgnomeuimm/druid-page-edge.h:178:8: note: Function in derived class
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnu-regexp-java/libgnu-regexp-java_1.1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnuinet-java/libgnuinet-java_1.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnujaf-java/libgnujaf-java_1.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnumail-java/libgnumail-java_1.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnupg-interface-perl/libgnupg-interface-perl_0.52.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgnupg-perl/libgnupg-perl_0.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgo-perl/libgo-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgom/libgom_0.3.3.orig.tar.xz
gom-0.3.3/gom/gom-command-builder.c:734:4: style: Variable 'pspecs' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-command-builder.c:720:0: note: Variable 'pspecs' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:734:4: note: Variable 'pspecs' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:736:4: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-command-builder.c:723:0: note: Variable 'str' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:736:4: note: Variable 'str' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:837:4: style: Variable 'pspecs' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-command-builder.c:824:0: note: Variable 'pspecs' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:837:4: note: Variable 'pspecs' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:839:4: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-command-builder.c:826:0: note: Variable 'str' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:839:4: note: Variable 'str' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-command-builder.c:274:22: style: The scope of the variable 'm2m_klass' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:316:22: style: The scope of the variable 'klass' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:318:11: style: The scope of the variable 'key' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:319:11: style: The scope of the variable 'value' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:347:11: style: The scope of the variable 'sql' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:371:11: style: The scope of the variable 'sql' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:412:12: style: The scope of the variable 'values' can be reduced. [variableScope]
gom-0.3.3/gom/gom-command-builder.c:787:18: style: Variable 'did_pspec' is assigned a value that is never used. [unreadVariable]
gom-0.3.3/gom/gom-cursor.c:102:17: style: The scope of the variable 'str' can be reduced. [variableScope]
gom-0.3.3/gom/gom-filter.c:437:15: style: The scope of the variable 'f' can be reduced. [variableScope]
gom-0.3.3/gom/gom-filter.c:541:15: style: The scope of the variable 'f' can be reduced. [variableScope]
gom-0.3.3/gom/gom-filter.c:542:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
gom-0.3.3/gom/gom-repository.c:478:4: style: Variable 'repository' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-repository.c:465:0: note: Variable 'repository' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-repository.c:478:4: note: Variable 'repository' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-repository.c:492:4: style: Variable 'builder' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-repository.c:463:0: note: Variable 'builder' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-repository.c:492:4: note: Variable 'builder' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource-group.c:696:4: style: Variable 'builder' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-resource-group.c:658:0: note: Variable 'builder' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource-group.c:696:4: note: Variable 'builder' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource-group.c:708:4: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-resource-group.c:661:0: note: Variable 'command' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource-group.c:708:4: note: Variable 'command' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource-group.c:180:8: style: The scope of the variable 'i' can be reduced. [variableScope]
gom-0.3.3/gom/gom-resource-group.c:253:15: style: The scope of the variable 'items' can be reduced. [variableScope]
gom-0.3.3/gom/gom-resource-group.c:255:8: style: The scope of the variable 'i' can be reduced. [variableScope]
gom-0.3.3/gom/gom-resource-group.c:604:17: style: The scope of the variable 'name' can be reduced. [variableScope]
gom-0.3.3/gom/gom-resource-group.c:605:16: style: The scope of the variable 'pspec' can be reduced. [variableScope]
gom-0.3.3/gom/gom-resource.c:847:4: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-resource.c:837:0: note: Variable 'filter' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource.c:847:4: note: Variable 'filter' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource.c:857:4: style: Variable 'builder' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-resource.c:830:0: note: Variable 'builder' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource.c:857:4: note: Variable 'builder' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource.c:865:4: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
gom-0.3.3/gom/gom-resource.c:835:0: note: Variable 'command' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-resource.c:865:4: note: Variable 'command' is reassigned a value before the old one has been used.
gom-0.3.3/gom/gom-sorting.c:171:0: error: syntax error [syntaxError]
gom-0.3.3/tests/test-gom-find-specific.c:224:20: style: The scope of the variable 'eres' can be reduced. [variableScope]
gom-0.3.3/tests/test-gom-sorting.c:209:21: style: The scope of the variable 'eres' can be reduced. [variableScope]
gom-0.3.3/tests/test-gom-stress.c:161:27: style: The scope of the variable 'first_name' can be reduced. [variableScope]
gom-0.3.3/tests/test-gom-stress.c:268:27: style: The scope of the variable 'first_name' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgoo-canvas-perl/libgoo-canvas-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgoocanvas2-perl/libgoocanvas2-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgoogle-collections-java/libgoogle-collections-java_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgoogle-gson-java/libgoogle-gson-java_2.8.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgooglepinyin/libgooglepinyin_0.1.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgovirt/libgovirt_0.3.4.orig.tar.xz
libgovirt-0.3.4/govirt/ovirt-cdrom.c:102:17: style: The scope of the variable 'file' can be reduced. [variableScope]
libgovirt-0.3.4/govirt/ovirt-proxy.c:507:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
libgovirt-0.3.4/govirt/ovirt-proxy.c:503:0: note: Variable 'fd' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-proxy.c:507:5: note: Variable 'fd' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-proxy.c:651:5: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
libgovirt-0.3.4/govirt/ovirt-proxy.c:643:0: note: Variable 'source' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-proxy.c:651:5: note: Variable 'source' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-proxy.c:1158:5: style: Variable 'header' is reassigned a value before the old one has been used. [redundantAssignment]
libgovirt-0.3.4/govirt/ovirt-proxy.c:1153:0: note: Variable 'header' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-proxy.c:1158:5: note: Variable 'header' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-proxy.c:1154:17: style: The scope of the variable 'value' can be reduced. [variableScope]
libgovirt-0.3.4/govirt/ovirt-proxy.c:1032:41: style: Function 'ovirt_proxy_new' argument 1 names different: declaration 'host' definition 'hostname'. [funcArgNamesDifferent]
libgovirt-0.3.4/govirt/ovirt-proxy.h:68:41: note: Function 'ovirt_proxy_new' argument 1 names different: declaration 'host' definition 'hostname'.
libgovirt-0.3.4/govirt/ovirt-proxy.c:1032:41: note: Function 'ovirt_proxy_new' argument 1 names different: declaration 'host' definition 'hostname'.
libgovirt-0.3.4/govirt/ovirt-resource.c:753:13: style: Variable 'fault_node' is reassigned a value before the old one has been used. [redundantAssignment]
libgovirt-0.3.4/govirt/ovirt-resource.c:751:0: note: Variable 'fault_node' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-resource.c:753:13: note: Variable 'fault_node' is reassigned a value before the old one has been used.
libgovirt-0.3.4/govirt/ovirt-utils.c:77:12: warning: Either the condition 'node!=NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
libgovirt-0.3.4/govirt/ovirt-utils.c:107:25: note: Assuming that condition 'node!=NULL' is not redundant
libgovirt-0.3.4/govirt/ovirt-utils.c:103:50: note: Calling function 'ovirt_rest_xml_node_get_content_va', 1st argument 'node' value is 0
libgovirt-0.3.4/govirt/ovirt-utils.c:77:12: note: Null pointer dereference
libgovirt-0.3.4/govirt/ovirt-utils.c:247:17: style: The scope of the variable 'spec' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpars-groovy-java/libgpars-groovy-java_1.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpelaunch/libgpelaunch_0.14.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpepimc/libgpepimc_0.9.orig.tar.gz
libgpepimc-0.9.orig/db.c:209:36: style: Function 'gpe_pim_category_new' argument 1 names different: declaration 'title' definition 'name'. [funcArgNamesDifferent]
libgpepimc-0.9.orig/gpe/pim-categories.h:37:52: note: Function 'gpe_pim_category_new' argument 1 names different: declaration 'title' definition 'name'.
libgpepimc-0.9.orig/db.c:209:36: note: Function 'gpe_pim_category_new' argument 1 names different: declaration 'title' definition 'name'.
libgpepimc-0.9.orig/ui.c:671:5: style: Variable 'editbutton' is reassigned a value before the old one has been used. [redundantAssignment]
libgpepimc-0.9.orig/ui.c:634:0: note: Variable 'editbutton' is reassigned a value before the old one has been used.
libgpepimc-0.9.orig/ui.c:671:5: note: Variable 'editbutton' is reassigned a value before the old one has been used.
libgpepimc-0.9.orig/ui.c:676:5: style: Variable 'deletebutton' is reassigned a value before the old one has been used. [redundantAssignment]
libgpepimc-0.9.orig/ui.c:634:0: note: Variable 'deletebutton' is reassigned a value before the old one has been used.
libgpepimc-0.9.orig/ui.c:676:5: note: Variable 'deletebutton' is reassigned a value before the old one has been used.
libgpepimc-0.9.orig/ui.c:89:20: style: Variable 'cur_col' is assigned a value that is never used. [unreadVariable]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpeschedule/libgpeschedule_0.17.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpevtype/libgpevtype_0.50.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpewidget/libgpewidget_0.117.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error_1.32.orig.tar.bz2.asc

ftp://ftp.se.debian.org/debian/pool/main/libg/libgphoto2/libgphoto2_2.5.4.orig.tar.gz
libgphoto2-2.5.4/camlibs/adc65/adc65.c:90:25: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:175:2: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:155:0: note: Variable 'n' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:175:2: note: Variable 'n' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:273:26: style: The scope of the variable 'temp2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:273:33: style: The scope of the variable 'temp3' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:273:40: style: The scope of the variable 'temp4' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:274:19: style: The scope of the variable 'Y' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:274:22: style: The scope of the variable 'Cb' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:274:26: style: The scope of the variable 'Cr' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:275:16: style: The scope of the variable 'R' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:275:19: style: The scope of the variable 'G' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/agfa-cl20/agfa_cl20.c:275:22: style: The scope of the variable 'B' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/aox/library.c:169:13: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/aox/library.c:169:16: style: The scope of the variable 'j' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/aox/library.c:170:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/aox/library.c:175:6: style: The scope of the variable 'header_len' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/aox/library.c:176:7: style: The scope of the variable 'header' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/aox/library.c:177:16: style: The scope of the variable 'gtable' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:427:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:459:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1688:6: style: The scope of the variable 'dirty_sectors' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1829:25: style: The scope of the variable 'prev_end' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:552:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:577:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1281:25: warning: Either the condition 'count<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1279:12: note: Assuming that condition 'count<0' is not redundant
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1281:25: note: Invalid argument
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1282:25: warning: Either the condition 'count<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1279:12: note: Assuming that condition 'count<0' is not redundant
libgphoto2-2.5.4/camlibs/ax203/ax203.c:1282:25: note: Invalid argument
libgphoto2-2.5.4/camlibs/ax203/jidctflt.c:106:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgphoto2-2.5.4/camlibs/ax203/library.c:169:11: style: The scope of the variable 'size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/library.c:364:16: style: The scope of the variable 'present' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/library.c:472:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:771:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:771:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:774:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:777:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:891:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:891:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:189:29: style: The scope of the variable 'nbits' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:190:13: style: The scope of the variable 'slowtable' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:233:17: style: The scope of the variable 'size_val' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:233:27: style: The scope of the variable 'count_0' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:290:28: style: The scope of the variable 'code_size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:290:39: style: The scope of the variable 'val' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:627:7: style: The scope of the variable 'qi' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:628:10: style: The scope of the variable 'table' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:655:16: style: The scope of the variable 'count' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:657:15: style: The scope of the variable 'index' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:763:21: style: The scope of the variable 'c' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ax203/tinyjpeg.c:332:3: style: Variable 'next_free_entry' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/canon/canon.c:569:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgphoto2-2.5.4/camlibs/canon/canon.c:2547:23: style: The scope of the variable 'payload' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:2854:14: style: The scope of the variable 'name_local' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:3193:28: style: The scope of the variable 'tm' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:3369:61: style: The scope of the variable 'thumbname' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:3761:28: style: The scope of the variable 'tm' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:3995:22: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:3995:25: style: The scope of the variable 'thumbstart' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:3995:41: style: The scope of the variable 'thumbsize' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/canon.c:624:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:684:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:754:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:1674:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:2574:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:2634:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:2719:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:2806:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:2893:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:3600:95: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/canon.c:2868:33: warning: The buffer 'name_local' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgphoto2-2.5.4/camlibs/canon/canon.c:2652:32: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgphoto2-2.5.4/camlibs/canon/canon.c:2684:19: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgphoto2-2.5.4/camlibs/canon/canon.c:3059:34: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgphoto2-2.5.4/camlibs/canon/canon.c:777:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/camlibs/canon/library.c:1525:4: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/canon/library.c:1508:4: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/canon/library.c:1507:4: note: Variable 'j' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/canon/library.c:1508:4: note: Variable 'j' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/canon/library.c:541:6: style: The scope of the variable 'res' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1019:9: style: The scope of the variable 'time_diff' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1020:7: style: The scope of the variable 'formatted_camera_time' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1169:14: style: The scope of the variable 'thumbname' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1451:6: style: The scope of the variable 'dirnum' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1452:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1579:7: style: The scope of the variable 'formatted_camera_time' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1991:6: style: The scope of the variable 'res' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1992:16: style: The scope of the variable 'iso' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1992:21: style: The scope of the variable 'shutter_speed' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1992:46: style: The scope of the variable 'focus_mode' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1992:58: style: The scope of the variable 'flash_mode' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1992:70: style: The scope of the variable 'beep' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1992:76: style: The scope of the variable 'shooting_mode' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1993:7: style: The scope of the variable 'str' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:2151:17: style: The scope of the variable 'expbias' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/library.c:1062:7: style: Variable 'tm' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/canon/serial.c:192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:474:27: style: The scope of the variable 'old_seq' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:551:23: style: The scope of the variable 'pkt2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:839:6: style: The scope of the variable 'okay' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:970:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:973:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:1050:38: style: The scope of the variable 'size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:1274:6: style: The scope of the variable 'good_ack' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:1505:27: style: The scope of the variable 'size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/serial.c:1018:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/serial.c:1059:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/serial.c:1131:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/serial.c:1523:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libgphoto2-2.5.4/camlibs/canon/serial.c:967:70: style: Function 'canon_serial_put_file' argument 3 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/canon/serial.h:23:74: note: Function 'canon_serial_put_file' argument 3 names different: declaration 'filename' definition 'name'.
libgphoto2-2.5.4/camlibs/canon/serial.c:967:70: note: Function 'canon_serial_put_file' argument 3 names different: declaration 'filename' definition 'name'.
libgphoto2-2.5.4/camlibs/canon/serial.c:987:2: style: Variable 'filename' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/canon/serial.c:989:2: style: Variable 'hdr_len' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/canon/usb.c:465:28: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1412:23: style: The scope of the variable 'read_bytes1' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1412:40: style: The scope of the variable 'read_bytes2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1417:13: style: The scope of the variable 'j' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1417:16: style: The scope of the variable 'canon_subfunc' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1418:14: style: The scope of the variable 'subcmd' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1418:27: style: The scope of the variable 'subfunct_descr' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1419:13: style: The scope of the variable 'additional_read_bytes' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/canon/usb.c:1750:13: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/casio/camtojpeg.c:90:56: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgphoto2-2.5.4/camlibs/casio/camtojpeg.c:130:56: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgphoto2-2.5.4/camlibs/casio/camtojpeg.c:51:14: style: Variable 'areaNum' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/casio/casio-qv-commands.c:265:50: style: Function 'QVpicattr' argument 3 names different: declaration 'attr' definition 'picattr'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/casio/casio-qv-commands.h:35:55: note: Function 'QVpicattr' argument 3 names different: declaration 'attr' definition 'picattr'.
libgphoto2-2.5.4/camlibs/casio/casio-qv-commands.c:265:50: note: Function 'QVpicattr' argument 3 names different: declaration 'attr' definition 'picattr'.
libgphoto2-2.5.4/camlibs/casio/casio-qv.c:66:16: style: struct member 'Anonymous0::revision' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/casio/casio-qv.c:146:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/camlibs/clicksmart310/clicksmart.c:221:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/clicksmart310/library.c:83:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libgphoto2-2.5.4/camlibs/clicksmart310/library.c:85:3: note: Found duplicate branches for 'if' and 'else'.
libgphoto2-2.5.4/camlibs/clicksmart310/library.c:83:10: note: Found duplicate branches for 'if' and 'else'.
libgphoto2-2.5.4/camlibs/digigr8/digi_postprocess.c:121:12: style: The scope of the variable 'parity' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/digigr8/digi_postprocess.c:158:13: style: Variable 'parity' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/digigr8/digigr8.c:44:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/digigr8/library.c:342:16: style: The scope of the variable 'gtable' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/digita/digita.c:361:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/digita/digita.c:361:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/digita/digita.c:321:7: style: The scope of the variable 'ppmhead' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/digita/digita.c:253:2: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/dimera/dimera3500.c:303:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgphoto2-2.5.4/camlibs/dimera/dimera3500.c:568:13: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/dimera/mesalib.c:122:7: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/dimera/mesalib.c:461:24: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/dimera/mesalib.c:463:17: style: The scope of the variable 'cksum' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/dimera/mesalib.c:547:22: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/dimera/mesalib.c:548:17: style: The scope of the variable 'cksum' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/dimera/mesalib.c:865:31: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/camlibs/directory/directory.c:526:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/directory/directory.c:515:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/directory/directory.c:526:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/directory/directory.c:147:13: style: The scope of the variable 'x' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/directory/directory.c:247:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/directory/directory.c:518:24: style: The scope of the variable 'toread' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/directory/directory.c:229:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/directory/directory.c:442:7: style: Unused variable: path_old [unusedVariable]
libgphoto2-2.5.4/camlibs/directory/directory.c:442:23: style: Unused variable: path_new [unusedVariable]
libgphoto2-2.5.4/camlibs/directory/directory.c:744:23: style: Variable 'camera' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/directory/directory.c:745:28: style: Unused variable: sfs [unusedVariable]
libgphoto2-2.5.4/camlibs/directory/directory.c:267:4: warning: The buffer 'f' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgphoto2-2.5.4/camlibs/directory/directory.c:344:4: warning: The buffer 'f' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:646:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:646:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:646:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:646:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:646:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:646:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:113:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:268:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:693:15: style: The scope of the variable 'cmd_len' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:693:24: style: The scope of the variable 'chunk_size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/fuji.c:693:36: style: The scope of the variable 'retries' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/library.c:451:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/fuji/library.c:285:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/library.c:433:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/fuji/library.c:497:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:238:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:238:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:389:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:126:18: style: The scope of the variable 'value' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:311:29: style: Function 'gsmart300_get_file_info' argument 3 names different: declaration 'file' definition 'g_file'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.h:62:26: note: Function 'gsmart300_get_file_info' argument 3 names different: declaration 'file' definition 'g_file'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:311:29: note: Function 'gsmart300_get_file_info' argument 3 names different: declaration 'file' definition 'g_file'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:408:45: style: Function 'yuv2rgb' argument 4 names different: declaration 'r' definition '_r'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:65:56: note: Function 'yuv2rgb' argument 4 names different: declaration 'r' definition '_r'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:408:45: note: Function 'yuv2rgb' argument 4 names different: declaration 'r' definition '_r'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:408:63: style: Function 'yuv2rgb' argument 5 names different: declaration 'g' definition '_g'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:65:73: note: Function 'yuv2rgb' argument 5 names different: declaration 'g' definition '_g'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:408:63: note: Function 'yuv2rgb' argument 5 names different: declaration 'g' definition '_g'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:408:81: style: Function 'yuv2rgb' argument 6 names different: declaration 'b' definition '_b'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:65:90: note: Function 'yuv2rgb' argument 6 names different: declaration 'b' definition '_b'.
libgphoto2-2.5.4/camlibs/gsmart300/gsmart300.c:408:81: note: Function 'yuv2rgb' argument 6 names different: declaration 'b' definition '_b'.
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/hp215/hp215.c:446:2: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/jamcam/library.c:399:11: style: Same expression on both sides of '==' because the value of 'res' and 'GP_OK' are the same. [duplicateExpression]
libgphoto2-2.5.4/camlibs/jamcam/library.c:330:12: note: 'res' is assigned value 'GP_OK' here.
libgphoto2-2.5.4/camlibs/jamcam/library.c:399:11: note: Same expression on both sides of '==' because the value of 'res' and 'GP_OK' are the same.
libgphoto2-2.5.4/camlibs/jamcam/library.c:546:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jamcam/library.c:563:6: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jamcam/library.c:587:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jamcam/library.c:665:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/decomp.c:62:9: style: The scope of the variable 'xbit' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/decomp.c:105:25: style: The scope of the variable 'lastval' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/decomp.c:158:16: style: The scope of the variable 'xbyte' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/serial.c:101:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/serial.c:131:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/serial.c:316:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/serial.c:457:16: style: The scope of the variable 'curread' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/serial.c:459:18: style: The scope of the variable 'id' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/jd11/serial.c:240:41: style: Function 'jd11_set_bulb_exposure' argument 2 names different: declaration 'nr' definition 'i'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/jd11/serial.h:34:53: note: Function 'jd11_set_bulb_exposure' argument 2 names different: declaration 'nr' definition 'i'.
libgphoto2-2.5.4/camlibs/jd11/serial.c:240:41: note: Function 'jd11_set_bulb_exposure' argument 2 names different: declaration 'nr' definition 'i'.
libgphoto2-2.5.4/camlibs/jl2005a/jl2005a.c:129:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/jl2005a/jl2005a.c:127:2: note: Variable 'response' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/jl2005a/jl2005a.c:129:2: note: Variable 'response' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/jl2005a/jl2005a.c:129:37: style: Variable 'response' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/jl2005a/library.c:232:2: error: Memory leak: p_data [memleak]
libgphoto2-2.5.4/camlibs/jl2005c/jl2005c.c:240:6: style: The scope of the variable 'downloadsize' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc120/dc120.c:202:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc120/dc120.c:196:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc120/dc120.c:202:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc120/dc120.c:147:11: style: The scope of the variable 'dc120_folder_card' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc120/dc120.c:321:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:76:8: style: Same expression on both sides of '>' because the value of 'x' and '0' are the same. [duplicateExpression]
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:71:8: note: 'x' is assigned value '0' here.
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:76:8: note: Same expression on both sides of '>' because the value of 'x' and '0' are the same.
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:280:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:361:8: style: The scope of the variable 'f' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:524:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc120/library.c:320:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/camlibs/kodak/dc210/dc210.c:336:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/dc210.c:471:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:100:23: error: Array index -1 is out of bounds. [negativeIndex]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:116:21: error: Array index -1 is out of bounds. [negativeIndex]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:119:21: error: Array index -1 is out of bounds. [negativeIndex]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:120:17: error: Array index -1 is out of bounds. [negativeIndex]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:986:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:184:14: style: The scope of the variable 'error' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:288:9: style: The scope of the variable 'error' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:339:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:381:13: style: The scope of the variable 'error' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:602:10: style: The scope of the variable 'subst' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:178:34: style: Function 'dc210_read_single_char' argument 2 names different: declaration 'p' definition 'response'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/kodak/dc210/library.h:24:68: note: Function 'dc210_read_single_char' argument 2 names different: declaration 'p' definition 'response'.
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:178:34: note: Function 'dc210_read_single_char' argument 2 names different: declaration 'p' definition 'response'.
libgphoto2-2.5.4/camlibs/kodak/dc210/library.c:431:40: error: Memory leak: b [memleak]
libgphoto2-2.5.4/camlibs/kodak/dc240/dc240.c:174:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc240/dc240.c:175:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:398:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:393:0: note: Variable 'retval' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:398:5: note: Variable 'retval' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:809:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:803:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:809:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:133:11: style: Same expression on both sides of '>' because the value of 'x' and '0' are the same. [duplicateExpression]
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:128:11: note: 'x' is assigned value '0' here.
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:133:11: note: Same expression on both sides of '>' because the value of 'x' and '0' are the same.
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:747:13: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/kodak/dc240/library.c:741:28: style: Array index 'z' is used before limits check. [arrayIndexThenCheck]
libgphoto2-2.5.4/camlibs/kodak/dc3200/dc3200.c:396:38: warning: Logical disjunction always evaluates to true: EXPR != '\\' || EXPR != '/'. [incorrectLogicOperator]
libgphoto2-2.5.4/camlibs/kodak/dc3200/dc3200.c:214:3: warning: The buffer 'filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:523:2: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:521:0: note: Variable 'buff' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:523:2: note: Variable 'buff' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:624:2: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:622:0: note: Variable 'buff' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:624:2: note: Variable 'buff' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:657:2: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:655:0: note: Variable 'buff' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:657:2: note: Variable 'buff' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:735:2: style: Variable 'tmp_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:730:0: note: Variable 'tmp_ptr' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:735:2: note: Variable 'tmp_ptr' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:201:16: style: The scope of the variable 'total' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:518:13: style: The scope of the variable 'reads' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:869:58: style: Function 'dc3200_calc_checksum' argument 2 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.h:69:57: note: Function 'dc3200_calc_checksum' argument 2 names different: declaration 'data' definition 'buffer'.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:869:58: note: Function 'dc3200_calc_checksum' argument 2 names different: declaration 'data' definition 'buffer'.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:869:70: style: Function 'dc3200_calc_checksum' argument 3 names different: declaration 'data_len' definition 'len'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.h:69:67: note: Function 'dc3200_calc_checksum' argument 3 names different: declaration 'data_len' definition 'len'.
libgphoto2-2.5.4/camlibs/kodak/dc3200/library.c:869:70: note: Function 'dc3200_calc_checksum' argument 3 names different: declaration 'data_len' definition 'len'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1079:20: style: Same expression on both sides of '|'. [duplicateExpression]
libgphoto2-2.5.4/camlibs/konica/konica.c:1218:13: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/konica.c:174:24: style: Function 'k_erase_image' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:290:28: note: Function 'k_erase_image' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:174:24: note: Function 'k_erase_image' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:256:22: style: Function 'k_erase_all' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:266:26: note: Function 'k_erase_all' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:256:22: note: Function 'k_erase_all' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:296:31: style: Function 'k_set_protect_status' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:286:35: note: Function 'k_set_protect_status' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:296:31: note: Function 'k_set_protect_status' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:354:17: style: Function 'k_get_image' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:362:10: note: Function 'k_get_image' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:354:17: note: Function 'k_get_image' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:358:25: style: Function 'k_get_image' argument 6 names different: declaration 'image_buffer' definition 'ib'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:366:18: note: Function 'k_get_image' argument 6 names different: declaration 'image_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:358:25: note: Function 'k_get_image' argument 6 names different: declaration 'image_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:359:23: style: Function 'k_get_image' argument 7 names different: declaration 'image_buffer_size' definition 'ibs'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:367:16: note: Function 'k_get_image' argument 7 names different: declaration 'image_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:359:23: note: Function 'k_get_image' argument 7 names different: declaration 'image_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:425:17: style: Function 'k_get_image_information' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:352:10: note: Function 'k_get_image_information' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:425:17: note: Function 'k_get_image_information' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:431:25: style: Function 'k_get_image_information' argument 8 names different: declaration 'information_buffer' definition 'ib'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:358:18: note: Function 'k_get_image_information' argument 8 names different: declaration 'information_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:431:25: note: Function 'k_get_image_information' argument 8 names different: declaration 'information_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:432:23: style: Function 'k_get_image_information' argument 9 names different: declaration 'information_buffer_size' definition 'ibs'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:359:16: note: Function 'k_get_image_information' argument 9 names different: declaration 'information_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:432:23: note: Function 'k_get_image_information' argument 9 names different: declaration 'information_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:505:24: style: Function 'k_get_preview' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:281:28: note: Function 'k_get_preview' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:505:24: note: Function 'k_get_preview' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:506:25: style: Function 'k_get_preview' argument 4 names different: declaration 'image_buffer' definition 'ib'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:282:22: note: Function 'k_get_preview' argument 4 names different: declaration 'image_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:506:25: note: Function 'k_get_preview' argument 4 names different: declaration 'image_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:506:43: style: Function 'k_get_preview' argument 5 names different: declaration 'image_buffer_size' definition 'ibs'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:283:20: note: Function 'k_get_preview' argument 5 names different: declaration 'image_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:506:43: note: Function 'k_get_preview' argument 5 names different: declaration 'image_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:586:28: style: Function 'k_get_information' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:349:32: note: Function 'k_get_information' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:586:28: note: Function 'k_get_information' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:709:23: style: Function 'k_get_status' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:330:27: note: Function 'k_get_status' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:709:23: note: Function 'k_get_status' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:807:30: style: Function 'k_get_date_and_time' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:301:34: note: Function 'k_get_date_and_time' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:807:30: note: Function 'k_get_date_and_time' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:848:28: style: Function 'k_get_preferences' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:311:32: note: Function 'k_get_preferences' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:848:28: note: Function 'k_get_preferences' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:933:30: style: Function 'k_set_date_and_time' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:302:34: note: Function 'k_set_date_and_time' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:933:30: note: Function 'k_set_date_and_time' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:976:27: style: Function 'k_set_preference' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:312:32: note: Function 'k_set_preference' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:976:27: note: Function 'k_set_preference' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1002:30: style: Function 'k_reset_preferences' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:294:34: note: Function 'k_reset_preferences' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1002:30: note: Function 'k_reset_preferences' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1031:17: style: Function 'k_take_picture' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:272:10: note: Function 'k_take_picture' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1031:17: note: Function 'k_take_picture' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1035:25: style: Function 'k_take_picture' argument 6 names different: declaration 'information_buffer' definition 'ib'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:276:18: note: Function 'k_take_picture' argument 6 names different: declaration 'information_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1035:25: note: Function 'k_take_picture' argument 6 names different: declaration 'information_buffer' definition 'ib'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1036:23: style: Function 'k_take_picture' argument 7 names different: declaration 'information_buffer_size' definition 'ibs'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:277:16: note: Function 'k_take_picture' argument 7 names different: declaration 'information_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1036:23: note: Function 'k_take_picture' argument 7 names different: declaration 'information_buffer_size' definition 'ibs'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1093:46: style: Function 'k_localization_tv_output_format_set' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:370:50: note: Function 'k_localization_tv_output_format_set' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1093:46: note: Function 'k_localization_tv_output_format_set' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1134:41: style: Function 'k_localization_date_format_set' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:372:50: note: Function 'k_localization_date_format_set' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1134:41: note: Function 'k_localization_date_format_set' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1177:34: style: Function 'k_localization_data_put' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:374:50: note: Function 'k_localization_data_put' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1177:34: note: Function 'k_localization_data_put' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1300:19: style: Function 'k_cancel' argument 1 names different: declaration 'device' definition 'p'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/konica/konica.h:378:23: note: Function 'k_cancel' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/konica.c:1300:19: note: Function 'k_cancel' argument 1 names different: declaration 'device' definition 'p'.
libgphoto2-2.5.4/camlibs/konica/library.c:147:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:352:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:353:13: style: The scope of the variable 'protected' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:354:23: style: The scope of the variable 'image_id' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:631:21: style: The scope of the variable 'name' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:846:22: style: The scope of the variable 'beep' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:850:23: style: The scope of the variable 'focus_self_timer' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/library.c:1207:16: style: The scope of the variable 'speed' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/lowlevel.c:643:3: warning: Either the condition 'image_buffer_size' is redundant or there is possible null pointer dereference: image_buffer_size. [nullPointerRedundantCheck]
libgphoto2-2.5.4/camlibs/konica/lowlevel.c:630:6: note: Assuming that condition 'image_buffer_size' is not redundant
libgphoto2-2.5.4/camlibs/konica/lowlevel.c:643:3: note: Null pointer dereference
libgphoto2-2.5.4/camlibs/konica/lowlevel.c:422:24: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/konica/lowlevel.c:265:4: error: Common realloc mistake: 'sb' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/konica/lowlevel.c:282:3: error: Common realloc mistake: 'sb' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/konica/qm150.c:658:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/konica/qm150.c:625:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/konica/qm150.c:617:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/konica/qm150.c:625:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:571:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:569:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:571:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:573:3: style: Variable 'num_pix' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:570:3: note: Variable 'num_pix' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:573:3: note: Variable 'num_pix' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:280:6: style: The scope of the variable 'num_pix' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:527:6: style: The scope of the variable 'count' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:564:6: style: The scope of the variable 'num_pix' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:566:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:277:39: style: Function 'largan_erase' argument 2 names different: declaration 'all' definition 'pict_num'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.h:54:39: note: Function 'largan_erase' argument 2 names different: declaration 'all' definition 'pict_num'.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:277:39: note: Function 'largan_erase' argument 2 names different: declaration 'all' definition 'pict_num'.
libgphoto2-2.5.4/camlibs/largan/lmini/lmini.c:571:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini_ccd.c:262:13: style: The scope of the variable 'value1' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/largan/lmini/lmini_ccd.c:262:21: style: The scope of the variable 'value2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/lg_gsm/lg_gsm.c:134:6: style: The scope of the variable 'remain' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:69:16: style: The scope of the variable 'status' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:139:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:177:6: style: The scope of the variable 'is_abs' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:177:14: style: The scope of the variable 'val' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:177:19: style: The scope of the variable 'len' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:231:11: style: The scope of the variable 'col' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mars/mars.c:228:67: style: Function 'mars_decompress' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/mars/mars.h:46:67: note: Function 'mars_decompress' argument 3 names different: declaration 'w' definition 'width'.
libgphoto2-2.5.4/camlibs/mars/mars.c:228:67: note: Function 'mars_decompress' argument 3 names different: declaration 'w' definition 'width'.
libgphoto2-2.5.4/camlibs/mars/mars.c:229:8: style: Function 'mars_decompress' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/mars/mars.h:46:74: note: Function 'mars_decompress' argument 4 names different: declaration 'h' definition 'height'.
libgphoto2-2.5.4/camlibs/mars/mars.c:229:8: note: Function 'mars_decompress' argument 4 names different: declaration 'h' definition 'height'.
libgphoto2-2.5.4/camlibs/minolta/dimagev/capture.c:74:35: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libgphoto2-2.5.4/camlibs/minolta/dimagev/capture.c:77:10: note: Assuming that condition 'p!=NULL' is not redundant
libgphoto2-2.5.4/camlibs/minolta/dimagev/capture.c:74:35: note: Null pointer dereference
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:311:2: style: Variable 'export_data[1]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:310:2: note: Variable 'export_data[1]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:311:2: note: Variable 'export_data[1]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:313:2: style: Variable 'export_data[2]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:312:2: note: Variable 'export_data[2]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:313:2: note: Variable 'export_data[2]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:315:2: style: Variable 'export_data[3]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:314:2: note: Variable 'export_data[3]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:315:2: note: Variable 'export_data[3]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:317:2: style: Variable 'export_data[4]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:316:2: note: Variable 'export_data[4]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:317:2: note: Variable 'export_data[4]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:319:2: style: Variable 'export_data[5]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:318:2: note: Variable 'export_data[5]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:319:2: note: Variable 'export_data[5]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:321:2: style: Variable 'export_data[6]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:320:2: note: Variable 'export_data[6]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:321:2: note: Variable 'export_data[6]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:323:2: style: Variable 'export_data[7]' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:322:2: note: Variable 'export_data[7]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/data.c:323:2: note: Variable 'export_data[7]' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/dimagev.c:257:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/dimagev.c:252:2: note: Variable 'i' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/dimagev.c:257:2: note: Variable 'i' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/packet.c:201:6: style: The scope of the variable 'tensdigit' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/minolta/dimagev/util.c:98:3: style: Variable 'magic_b' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/minolta/dimagev/util.c:96:3: note: Variable 'magic_b' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/util.c:98:3: note: Variable 'magic_b' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/minolta/dimagev/util.c:74:15: style: The scope of the variable 'magic_r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/minolta/dimagev/util.c:74:24: style: The scope of the variable 'magic_g' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/minolta/dimagev/util.c:74:33: style: The scope of the variable 'magic_b' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mustek/core.c:58:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mustek/core.c:224:34: style: Function 'mdc800_getThumbnail' argument 1 names different: declaration 'cam' definition 'camera'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/mustek/core.h:32:34: note: Function 'mdc800_getThumbnail' argument 1 names different: declaration 'cam' definition 'camera'.
libgphoto2-2.5.4/camlibs/mustek/core.c:224:34: note: Function 'mdc800_getThumbnail' argument 1 names different: declaration 'cam' definition 'camera'.
libgphoto2-2.5.4/camlibs/mustek/core.c:224:45: style: Function 'mdc800_getThumbnail' argument 2 names different: declaration 'nr' definition 'index'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/mustek/core.h:32:43: note: Function 'mdc800_getThumbnail' argument 2 names different: declaration 'nr' definition 'index'.
libgphoto2-2.5.4/camlibs/mustek/core.c:224:45: note: Function 'mdc800_getThumbnail' argument 2 names different: declaration 'nr' definition 'index'.
libgphoto2-2.5.4/camlibs/mustek/core.c:249:30: style: Function 'mdc800_getImage' argument 1 names different: declaration 'cam' definition 'camera'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/mustek/core.h:33:30: note: Function 'mdc800_getImage' argument 1 names different: declaration 'cam' definition 'camera'.
libgphoto2-2.5.4/camlibs/mustek/core.c:249:30: note: Function 'mdc800_getImage' argument 1 names different: declaration 'cam' definition 'camera'.
libgphoto2-2.5.4/camlibs/mustek/rs232.c:44:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/mustek/usb.c:78:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/coolshot.c:161:2: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/coolshot.c:302:2: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:575:7: style: Condition 'done' is always false [knownConditionTrueFalse]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:494:9: note: Assignment 'done=0', assigned value is 0
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:575:7: note: Condition 'done' is always false
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:491:8: style: Same expression on both sides of '>' because the value of 'r' and '0' are the same. [duplicateExpression]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:481:10: note: 'r' is assigned value '0' here.
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:491:8: note: Same expression on both sides of '>' because the value of 'r' and '0' are the same.
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:443:6: style: The scope of the variable 'x' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:443:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:443:17: style: The scope of the variable 'checksum' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:584:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:605:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/coolshot/library.c:625:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/dc1000.c:402:19: style: The scope of the variable 'rsize' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/dc1000.c:440:14: style: The scope of the variable 'blocksize' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/dc1580.c:441:24: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/dc1580.c:562:33: style: The scope of the variable 'blocksize' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:397:6: style: The scope of the variable 'width' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:398:6: style: The scope of the variable 'year' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:399:6: style: The scope of the variable 'size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:400:10: style: The scope of the variable 'month' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:401:10: style: The scope of the variable 'day' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:402:10: style: The scope of the variable 'hour' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:403:10: style: The scope of the variable 'minute' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:404:10: style: The scope of the variable 'byte1' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:405:10: style: The scope of the variable 'byte2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:406:10: style: The scope of the variable 'byte3' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/panasonic/l859/l859.c:407:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pccam300/library.c:111:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pccam300/pccam300.c:61:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pccam300/pccam300.c:77:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam300/pccam300.c:141:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/library.c:111:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pccam600/library.c:68:8: style: struct member 'models::serial' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/pccam600/library.c:171:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/library.c:240:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/library.c:262:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:89:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:86:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:89:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:91:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:89:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:91:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:105:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:102:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:105:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:121:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:118:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:121:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:123:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:121:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:123:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:148:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:146:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:148:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:151:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:148:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:151:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:152:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:151:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:152:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:203:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:202:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:203:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:209:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:207:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:209:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:212:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:209:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:212:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:60:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:73:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:91:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:105:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:123:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:152:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pccam600/pccam600.c:170:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pentax/library.c:386:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/pentax/library.c:398:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/pentax/library.c:491:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1103:9: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1100:9: note: Variable 'r' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1103:9: note: Variable 'r' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:188:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:552:9: style: The scope of the variable 'retry2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:683:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1085:9: style: The scope of the variable 'n' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1087:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1321:9: style: The scope of the variable 'k' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:321:51: style: Function 'pslr_get_status' argument 2 names different: declaration 'sbuf' definition 'ps'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/pentax/pslr.h:202:51: note: Function 'pslr_get_status' argument 2 names different: declaration 'sbuf' definition 'ps'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:321:51: note: Function 'pslr_get_status' argument 2 names different: declaration 'sbuf' definition 'ps'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:330:31: style: Function 'pslr_get_buffer' argument 5 names different: declaration 'pdata' definition 'ppData'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/pentax/pslr.h:204:31: note: Function 'pslr_get_buffer' argument 5 names different: declaration 'pdata' definition 'ppData'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:330:31: note: Function 'pslr_get_buffer' argument 5 names different: declaration 'pdata' definition 'ppData'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:330:49: style: Function 'pslr_get_buffer' argument 6 names different: declaration 'pdatalen' definition 'pLen'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/pentax/pslr.h:204:48: note: Function 'pslr_get_buffer' argument 6 names different: declaration 'pdatalen' definition 'pLen'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:330:49: note: Function 'pslr_get_buffer' argument 6 names different: declaration 'pdatalen' definition 'pLen'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:544:54: style: Function 'pslr_buffer_open' argument 3 names different: declaration 'type' definition 'buftype'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/pentax/pslr.h:230:54: note: Function 'pslr_buffer_open' argument 3 names different: declaration 'type' definition 'buftype'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:544:54: note: Function 'pslr_buffer_open' argument 3 names different: declaration 'type' definition 'buftype'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:544:67: style: Function 'pslr_buffer_open' argument 4 names different: declaration 'resolution' definition 'bufres'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/pentax/pslr.h:230:64: note: Function 'pslr_buffer_open' argument 4 names different: declaration 'resolution' definition 'bufres'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:544:67: note: Function 'pslr_buffer_open' argument 4 names different: declaration 'resolution' definition 'bufres'.
libgphoto2-2.5.4/camlibs/pentax/pslr.c:996:9: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:992:15: style: Variable 'bufmask' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/pentax/pslr.c:1103:13: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/polaroid/dlink350f.c:56:30: style: The scope of the variable 'c' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc320.c:308:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc320.c:308:17: style: The scope of the variable 'f1' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc320.c:308:21: style: The scope of the variable 'f2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc320.c:308:33: style: The scope of the variable 'checksum' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc320.c:298:10: style: Variable 'csum' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/polaroid/pdc640.c:240:9: style: The scope of the variable 'tries' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc640.c:313:31: style: The scope of the variable 'size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc640.c:563:7: style: The scope of the variable 'col1' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc640.c:563:13: style: The scope of the variable 'col2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc640.c:565:20: style: The scope of the variable 'ofs' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc640.c:1071:22: style: The scope of the variable 'c' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc700.c:1110:2: warning: %i in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/polaroid/pdc700.c:1110:2: warning: %i in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/polaroid/pdc700.c:282:34: style: The scope of the variable 'id' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/polaroid/pdc700.c:283:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:159:12: style: Condition 'nconv==(unsigned long)-1' is always true [knownConditionTrueFalse]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:154:10: note: Assignment 'nconv=(unsigned long)-1', assigned value is -1
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:159:12: note: Condition 'nconv==(unsigned long)-1' is always true
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2001:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2010:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2011:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2012:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2013:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2014:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2015:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2016:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2017:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2018:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2019:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2020:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2021:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2022:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2023:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2024:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2025:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2026:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:2027:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:723:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:985:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1289:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1537:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1568:2: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2036:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2054:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2364:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2366:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2636:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2636:6: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2636:6: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2639:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2639:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4559:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4711:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4712:8: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4755:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4795:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4795:9: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libgphoto2-2.5.4/camlibs/ptp2/config.c:6575:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:6604:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/config.c:108:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:106:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:108:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:114:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:113:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:114:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:117:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:114:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:117:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:123:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:121:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:123:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:143:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:140:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:143:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:285:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:284:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:285:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:286:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:285:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:286:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:287:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:286:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:287:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:3159:3: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:3154:0: note: Variable 'start' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:3159:3: note: Variable 'start' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:3160:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:3154:0: note: Variable 'end' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:3160:3: note: Variable 'end' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:3161:3: style: Variable 'step' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/config.c:3154:0: note: Variable 'step' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/config.c:3161:3: note: Variable 'step' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:1564:23: style: The scope of the variable 'v' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:298:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1009:15: style: The scope of the variable 'j' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1027:7: style: The scope of the variable 'value' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1575:11: style: The scope of the variable 't' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1575:14: style: The scope of the variable 'b' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:1575:17: style: The scope of the variable 's' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2407:18: style: The scope of the variable 'min' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2407:23: style: The scope of the variable 'max' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2487:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2528:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2568:12: style: The scope of the variable 'origval' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2665:19: style: The scope of the variable 't' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:2740:19: style: The scope of the variable 'x' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:3060:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:3171:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5406:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5672:7: style: The scope of the variable 'keypart' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5673:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5674:13: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5804:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5824:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5856:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5881:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/config.c:6393:11: style: The scope of the variable 'j' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:1264:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:151:11: style: Variable 'srclen' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:153:12: style: Variable 'destlen' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptp-pack.c:411:14: style: Variable 'totallen' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5423:5: style: Variable 'deleted' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/ptp2/config.c:5680:18: style: Unused variable: inp [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/config.c:4889:2: warning: The buffer 'capture_date' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4256:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4714:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4384:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4391:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4395:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4403:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libgphoto2-2.5.4/camlibs/ptp2/library.c:5791:4: style: Variable 'ximage' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ptp2/library.c:5787:0: note: Variable 'ximage' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/library.c:5791:4: note: Variable 'ximage' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ptp2/library.c:3543:3: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
libgphoto2-2.5.4/camlibs/ptp2/library.c:430:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:461:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:2970:15: style: The scope of the variable 'capcnt' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:2977:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:3409:7: style: The scope of the variable 'res' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:3617:12: style: The scope of the variable 'xmode' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:4248:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:5158:10: style: The scope of the variable 'text' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:5550:11: style: The scope of the variable 'xsize' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:6034:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:6221:27: style: The scope of the variable 'sif' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/library.c:148:3: error: Common realloc mistake: 'special_files' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/ptp2/library.c:6694:18: error: Memory leak: storageids.Storage [memleak]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1063:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1088:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2363:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2794:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3372:15: style: The scope of the variable 'n' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3373:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:6341:28: style: The scope of the variable 'cursor' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:976:50: style: Function 'ptp_generic_no_data' argument 2 names different: declaration 'opcode' definition 'code'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2424:59: note: Function 'ptp_generic_no_data' argument 2 names different: declaration 'opcode' definition 'code'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:976:50: note: Function 'ptp_generic_no_data' argument 2 names different: declaration 'opcode' definition 'code'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:976:69: style: Function 'ptp_generic_no_data' argument 3 names different: declaration 'cnt' definition 'n_param'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2424:80: note: Function 'ptp_generic_no_data' argument 3 names different: declaration 'cnt' definition 'n_param'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:976:69: note: Function 'ptp_generic_no_data' argument 3 names different: declaration 'cnt' definition 'n_param'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1845:54: style: Function 'ptp_ek_getserial' argument 2 names different: declaration 'serial' definition 'data'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2582:63: note: Function 'ptp_ek_getserial' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1845:54: note: Function 'ptp_ek_getserial' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1867:53: style: Function 'ptp_ek_setserial' argument 2 names different: declaration 'serial' definition 'data'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2583:62: note: Function 'ptp_ek_setserial' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1867:53: note: Function 'ptp_ek_setserial' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1879:49: style: Function 'ptp_ek_9007' argument 2 names different: declaration 'serial' definition 'data'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2579:58: note: Function 'ptp_ek_9007' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1879:49: note: Function 'ptp_ek_9007' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1907:49: style: Function 'ptp_ek_900c' argument 2 names different: declaration 'serial' definition 'data'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2581:58: note: Function 'ptp_ek_900c' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:1907:49: note: Function 'ptp_ek_900c' argument 2 names different: declaration 'serial' definition 'data'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2315:52: style: Function 'ptp_get_one_event' argument 2 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2550:57: note: Function 'ptp_get_one_event' argument 2 names different: declaration 'evt' definition 'event'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2315:52: note: Function 'ptp_get_one_event' argument 2 names different: declaration 'evt' definition 'event'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2409:21: style: Function 'ptp_canon_eos_getdevicepropdesc' argument 3 names different: declaration 'devicepropertydesc' definition 'dpd'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2852:24: note: Function 'ptp_canon_eos_getdevicepropdesc' argument 3 names different: declaration 'devicepropertydesc' definition 'dpd'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2409:21: note: Function 'ptp_canon_eos_getdevicepropdesc' argument 3 names different: declaration 'devicepropertydesc' definition 'dpd'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2472:50: style: Function 'ptp_canon_eos_getobjectinfoex' argument 3 names different: declaration 'objectid' definition 'oid'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2830:89: note: Function 'ptp_canon_eos_getobjectinfoex' argument 3 names different: declaration 'objectid' definition 'oid'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2472:50: note: Function 'ptp_canon_eos_getobjectinfoex' argument 3 names different: declaration 'objectid' definition 'oid'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2529:75: style: Function 'ptp_canon_eos_getpartialobject' argument 3 names different: declaration 'off' definition 'offset'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2829:84: note: Function 'ptp_canon_eos_getpartialobject' argument 3 names different: declaration 'off' definition 'offset'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2529:75: note: Function 'ptp_canon_eos_getpartialobject' argument 3 names different: declaration 'off' definition 'offset'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2776:17: style: Function 'ptp_canon_getobjectinfo' argument 4 names different: declaration 'parenthandle' definition 'parent'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2759:27: note: Function 'ptp_canon_getobjectinfo' argument 4 names different: declaration 'parenthandle' definition 'parent'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:2776:17: note: Function 'ptp_canon_getobjectinfo' argument 4 names different: declaration 'parenthandle' definition 'parent'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3312:58: style: Function 'ptp_nikon_check_event' argument 2 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:3080:67: note: Function 'ptp_nikon_check_event' argument 2 names different: declaration 'evt' definition 'event'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3312:58: note: Function 'ptp_nikon_check_event' argument 2 names different: declaration 'evt' definition 'event'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3601:68: style: Function 'ptp_mtp_getobjectpropdesc' argument 4 names different: declaration 'objectpropertydesc' definition 'opd'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2557:24: note: Function 'ptp_mtp_getobjectpropdesc' argument 4 names different: declaration 'objectpropertydesc' definition 'opd'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3601:68: note: Function 'ptp_mtp_getobjectpropdesc' argument 4 names different: declaration 'objectpropertydesc' definition 'opd'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3902:79: style: Function 'ptp_chdk_get_paramdata' argument 4 names different: declaration 'x' definition 'buf'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:3217:88: note: Function 'ptp_chdk_get_paramdata' argument 4 names different: declaration 'x' definition 'buf'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:3902:79: note: Function 'ptp_chdk_get_paramdata' argument 4 names different: declaration 'x' definition 'buf'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:4029:54: style: Function 'ptp_chdk_get_script_output' argument 2 names different: declaration 'output' definition 'scriptoutput'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:3220:63: note: Function 'ptp_chdk_get_script_output' argument 2 names different: declaration 'output' definition 'scriptoutput'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:4029:54: note: Function 'ptp_chdk_get_script_output' argument 2 names different: declaration 'output' definition 'scriptoutput'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:4282:29: style: Function 'ptp_free_object' argument 1 names different: declaration 'oi' definition 'ob'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:3135:35: note: Function 'ptp_free_object' argument 1 names different: declaration 'oi' definition 'ob'.
libgphoto2-2.5.4/camlibs/ptp2/ptp.c:4282:29: note: Function 'ptp_free_object' argument 1 names different: declaration 'oi' definition 'ob'.
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:228:25: style: The scope of the variable 'towrite' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:542:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:625:7: style: The scope of the variable 'val' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:626:6: style: The scope of the variable 'valid' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:672:51: style: Function 'ptp_ptpip_connect' argument 2 names different: declaration 'port' definition 'address'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2412:60: note: Function 'ptp_ptpip_connect' argument 2 names different: declaration 'port' definition 'address'.
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:672:51: note: Function 'ptp_ptpip_connect' argument 2 names different: declaration 'port' definition 'address'.
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:673:10: style: Unused variable: addr [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:673:17: style: Unused variable: s [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:673:21: style: Unused variable: p [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:674:7: style: Unused variable: port [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:675:21: style: Unused variable: saddr [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/ptpip.c:676:11: style: Unused variable: ret [unusedVariable]
libgphoto2-2.5.4/camlibs/ptp2/usb.c:618:61: style: Function 'ptp_usb_control_cancel_request' argument 2 names different: declaration 'transid' definition 'transactionid'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ptp2/ptp.h:2409:70: note: Function 'ptp_usb_control_cancel_request' argument 2 names different: declaration 'transid' definition 'transactionid'.
libgphoto2-2.5.4/camlibs/ptp2/usb.c:618:61: note: Function 'ptp_usb_control_cancel_request' argument 2 names different: declaration 'transid' definition 'transactionid'.
libgphoto2-2.5.4/camlibs/ricoh/g3.c:784:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:778:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ricoh/g3.c:784:2: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ricoh/g3.c:102:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:102:15: style: The scope of the variable 'len' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:152:17: style: The scope of the variable 'xbuf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:153:19: style: The scope of the variable 'nlen' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:564:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:570:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgphoto2-2.5.4/camlibs/ricoh/g3.c:579:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgphoto2-2.5.4/camlibs/ricoh/library.c:273:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/ricoh/library.c:534:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:679:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:673:2: note: Variable 't' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:679:2: note: Variable 't' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:101:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:164:16: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:164:26: style: The scope of the variable 'last_dle' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:165:15: style: The scope of the variable 'crc' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:635:61: style: Function 'ricoh_get_date' argument 3 names different: declaration 'time' definition 'date'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.h:95:66: note: Function 'ricoh_get_date' argument 3 names different: declaration 'time' definition 'date'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:635:61: note: Function 'ricoh_get_date' argument 3 names different: declaration 'time' definition 'date'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:697:61: style: Function 'ricoh_get_cam_mem' argument 3 names different: declaration 'mem' definition 'size'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.h:98:67: note: Function 'ricoh_get_cam_mem' argument 3 names different: declaration 'mem' definition 'size'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:697:61: note: Function 'ricoh_get_cam_mem' argument 3 names different: declaration 'mem' definition 'size'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:714:62: style: Function 'ricoh_get_cam_amem' argument 3 names different: declaration 'mem' definition 'size'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.h:99:67: note: Function 'ricoh_get_cam_amem' argument 3 names different: declaration 'mem' definition 'size'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:714:62: note: Function 'ricoh_get_cam_amem' argument 3 names different: declaration 'mem' definition 'size'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:765:1: style: Function 'ricoh_get_mode' argument 3 names different: declaration 'mode' definition 'value'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.h:71:69: note: Function 'ricoh_get_mode' argument 3 names different: declaration 'mode' definition 'value'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:765:1: note: Function 'ricoh_get_mode' argument 3 names different: declaration 'mode' definition 'value'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:765:1: style: Function 'ricoh_set_mode' argument 3 names different: declaration 'mode' definition 'value'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.h:72:69: note: Function 'ricoh_set_mode' argument 3 names different: declaration 'mode' definition 'value'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:765:1: note: Function 'ricoh_set_mode' argument 3 names different: declaration 'mode' definition 'value'.
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:849:12: style: Variable 'pic_num' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/ricoh/ricoh.c:681:26: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgphoto2-2.5.4/camlibs/samsung/samsung.c:176:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:407:6: style: The scope of the variable 'x' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:407:9: style: The scope of the variable 'checksum' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:723:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:753:13: style: The scope of the variable 'result' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:1210:15: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:1356:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/library.c:1204:62: style: Function 'sierra_get_string_register' argument 3 names different: declaration 'file_number' definition 'fnumber'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/sierra/library.h:123:64: note: Function 'sierra_get_string_register' argument 3 names different: declaration 'file_number' definition 'fnumber'.
libgphoto2-2.5.4/camlibs/sierra/library.c:1204:62: note: Function 'sierra_get_string_register' argument 3 names different: declaration 'file_number' definition 'fnumber'.
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:341:29: style: Condition 'reg_p->reg_len!=4' is always true [knownConditionTrueFalse]
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:186:4: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:116:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:363:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:365:9: style: union member 'value_in::charp' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:366:7: style: union member 'value_in::val' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/sierra/sierra-desc.c:367:9: style: union member 'value_in::flt' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/sierra/sierra-usbwrap.c:202:14: style: struct member 'uw_scsicmd_t::zero1' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/sierra/sierra-usbwrap.c:204:14: style: struct member 'uw_scsicmd_t::zero2' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/sierra/sierra.c:464:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sierra/sierra.c:1919:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/blink.c:886:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/blink.c:771:10: style: Variable 'ydata' is allocated memory that is never used. [unusedAllocatedMemory]
libgphoto2-2.5.4/camlibs/sipix/blink.c:785:0: error: Memory leak: ydata [memleak]
libgphoto2-2.5.4/camlibs/sipix/blink2.c:303:7: style: The scope of the variable 'curread' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/web2.c:153:11: style: Variable 'hmm' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:48:15: style: The scope of the variable 'c' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:86:6: style: The scope of the variable 'x' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:173:23: style: The scope of the variable 'cs' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:173:26: style: The scope of the variable 'td' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:189:24: style: The scope of the variable 'c' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:189:26: style: The scope of the variable 'hv' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sipix/xjpeg.c:189:29: style: The scope of the variable 'tq' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/smal/ultrapocket.c:427:18: style: The scope of the variable 'command' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/smal/ultrapocket.c:488:8: style: The scope of the variable 'picid' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/smal/ultrapocket.c:513:7: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/sonix/library.c:201:25: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonix/library.c:203:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonix/sonix.c:393:17: style: The scope of the variable 'bits' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonix/sonix.c:419:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf1/command.c:120:8: style: The scope of the variable 'tmp_buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf1/command.c:413:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/sonydscf55/camera.c:193:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/sonydscf55/camera.c:189:0: note: Variable 'rc' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/sonydscf55/camera.c:193:2: note: Variable 'rc' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/sonydscf55/camera.c:80:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:588:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:586:0: note: Variable 'rc' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:588:2: note: Variable 'rc' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:359:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:700:6: style: The scope of the variable 'sc' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:703:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:857:15: style: The scope of the variable 'l' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:658:62: style: Function 'sony_file_name_get' argument 3 names different: declaration 'file_type' definition 'mpeg'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/sonydscf55/sony.h:66:66: note: Function 'sony_file_name_get' argument 3 names different: declaration 'file_type' definition 'mpeg'.
libgphoto2-2.5.4/camlibs/sonydscf55/sony.c:658:62: note: Function 'sony_file_name_get' argument 3 names different: declaration 'file_type' definition 'mpeg'.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:36:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:35:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:36:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:37:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:36:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:37:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:38:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:37:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:38:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:45:5: style: Variable 'taken' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:44:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:45:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:46:5: style: Variable 'taken' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:45:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:46:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:48:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:38:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:48:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:65:5: style: Variable 'taken' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:64:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:65:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:113:5: style: Variable 'taken' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:112:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:113:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:114:5: style: Variable 'taken' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:113:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:114:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:115:5: style: Variable 'taken' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:114:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:115:5: note: Variable 'taken' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:48:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/soundvision/agfa_cl18.c:46:13: style: Variable 'taken' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/soundvision/soundvision.c:51:9: style: struct member 'Anonymous0::serial' is never used. [unusedStructMember]
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:87:5: style: Variable 'our_data' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:82:0: note: Variable 'our_data' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:87:5: note: Variable 'our_data' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:350:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:348:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:350:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:434:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:432:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:434:5: note: Variable 'ret' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:77:14: style: Function 'tiger_upload_file' argument 4 names different: declaration 'data_size' definition 'size'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/soundvision/soundvision.h:93:32: note: Function 'tiger_upload_file' argument 4 names different: declaration 'data_size' definition 'size'.
libgphoto2-2.5.4/camlibs/soundvision/tiger_fastflicks.c:77:14: note: Function 'tiger_upload_file' argument 4 names different: declaration 'data_size' definition 'size'.
libgphoto2-2.5.4/camlibs/spca50x/library.c:195:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:566:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:566:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:59:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:333:11: style: The scope of the variable 'p' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:430:7: style: The scope of the variable 'j' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:382:57: style: Function 'spca500_flash_84D_get_file_info' argument 1 names different: declaration 'lib' definition 'pl'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:47:57: note: Function 'spca500_flash_84D_get_file_info' argument 1 names different: declaration 'lib' definition 'pl'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:382:57: note: Function 'spca500_flash_84D_get_file_info' argument 1 names different: declaration 'lib' definition 'pl'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:794:47: style: Function 'spca50x_flash_get_file' argument 1 names different: declaration 'pl' definition 'lib'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.h:32:51: note: Function 'spca50x_flash_get_file' argument 1 names different: declaration 'pl' definition 'lib'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:794:47: note: Function 'spca50x_flash_get_file' argument 1 names different: declaration 'pl' definition 'lib'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:795:14: style: Function 'spca50x_flash_get_file' argument 3 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.h:33:13: note: Function 'spca50x_flash_get_file' argument 3 names different: declaration 'buf' definition 'data'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:795:14: note: Function 'spca50x_flash_get_file' argument 3 names different: declaration 'buf' definition 'data'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:636:2: error: Common realloc mistake: 'lp_jpg' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-flash.c:722:0: error: Memory leak: buf [memleak]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:647:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:647:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:110:10: style: The scope of the variable 'theFat' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:837:10: style: The scope of the variable 'type' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:734:30: style: Function 'spca50x_sdram_get_file_info' argument 3 names different: declaration 'file' definition 'g_file'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.h:35:27: note: Function 'spca50x_sdram_get_file_info' argument 3 names different: declaration 'file' definition 'g_file'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:734:30: note: Function 'spca50x_sdram_get_file_info' argument 3 names different: declaration 'file' definition 'g_file'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:542:13: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:543:13: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:296:2: error: Common realloc mistake: 'lp_jpg' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/spca50x/spca50x-sdram.c:572:2: error: Common realloc mistake: 'lp_jpg' nulled but not freed upon failure [memleakOnRealloc]
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:206:10: style: The scope of the variable 'value' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:161:36: style: Function 'yuv2rgb' argument 4 names different: declaration 'r' definition '_r'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x.h:87:40: note: Function 'yuv2rgb' argument 4 names different: declaration 'r' definition '_r'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:161:36: note: Function 'yuv2rgb' argument 4 names different: declaration 'r' definition '_r'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:161:45: style: Function 'yuv2rgb' argument 5 names different: declaration 'g' definition '_g'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x.h:87:48: note: Function 'yuv2rgb' argument 5 names different: declaration 'g' definition '_g'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:161:45: note: Function 'yuv2rgb' argument 5 names different: declaration 'g' definition '_g'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:161:54: style: Function 'yuv2rgb' argument 6 names different: declaration 'b' definition '_b'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x.h:87:56: note: Function 'yuv2rgb' argument 6 names different: declaration 'b' definition '_b'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:161:54: note: Function 'yuv2rgb' argument 6 names different: declaration 'b' definition '_b'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:201:37: style: Function 'create_jpeg_from_data' argument 7 names different: declaration 'original_size' definition 'o_size'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/spca50x/spca50x.h:90:12: note: Function 'create_jpeg_from_data' argument 7 names different: declaration 'original_size' definition 'o_size'.
libgphoto2-2.5.4/camlibs/spca50x/spca50x.c:201:37: note: Function 'create_jpeg_from_data' argument 7 names different: declaration 'original_size' definition 'o_size'.
libgphoto2-2.5.4/camlibs/sq905/library.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/library.c:218:8: style: The scope of the variable 'n' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/library.c:246:15: style: The scope of the variable 'b' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/library.c:247:17: style: The scope of the variable 'to_fetch' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/library.c:251:23: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/library.c:252:16: style: The scope of the variable 'gtable' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/library.c:254:6: style: The scope of the variable 'this_cam_tile' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sq905/sq905.c:252:9: style: The scope of the variable 'm' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/st2205/library.c:183:11: style: The scope of the variable 'size' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/st2205/library.c:589:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/st2205/st2205.c:105:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/st2205/st2205.c:142:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/st2205/st2205.c:255:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgphoto2-2.5.4/camlibs/st2205/st2205.c:286:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libgphoto2-2.5.4/camlibs/stv0674/library.c:216:37: style: Function 'stv0674_capture_preview' argument 1 names different: declaration 'device' definition 'port'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/stv0674/library.h:33:40: note: Function 'stv0674_capture_preview' argument 1 names different: declaration 'device' definition 'port'.
libgphoto2-2.5.4/camlibs/stv0674/library.c:216:37: note: Function 'stv0674_capture_preview' argument 1 names different: declaration 'device' definition 'port'.
libgphoto2-2.5.4/camlibs/stv0674/library.c:144:8: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/stv0674/library.c:145:8: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/stv0674/stv0674.c:157:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/stv0674/stv0674.c:155:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/stv0674/stv0674.c:157:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/stv0680/bayer.c:100:20: style: Function 'light_enhance' argument 5 names different: declaration 'avg_pix_val' definition 'avg_pix'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/stv0680/bayer.h:27:20: note: Function 'light_enhance' argument 5 names different: declaration 'avg_pix_val' definition 'avg_pix'.
libgphoto2-2.5.4/camlibs/stv0680/bayer.c:100:20: note: Function 'light_enhance' argument 5 names different: declaration 'avg_pix_val' definition 'avg_pix'.
libgphoto2-2.5.4/camlibs/stv0680/demosaic_sharpen.c:306:39: style: The scope of the variable 'thisval' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/demosaic_sharpen.c:333:39: style: The scope of the variable 'thisval' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/demosaic_sharpen.c:275:32: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgphoto2-2.5.4/camlibs/stv0680/demosaic_sharpen.c:305:32: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgphoto2-2.5.4/camlibs/stv0680/demosaic_sharpen.c:332:32: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgphoto2-2.5.4/camlibs/stv0680/demosaic_sharpen.c:343:6: style: Variable 'skno' is modified but its new value is never used. [unreadVariable]
libgphoto2-2.5.4/camlibs/stv0680/library.c:300:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/library.c:459:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/library.c:497:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/library.c:529:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/library.c:576:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/library.c:442:37: style: Function 'stv0680_capture_preview' argument 1 names different: declaration 'device' definition 'port'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/stv0680/library.h:33:40: note: Function 'stv0680_capture_preview' argument 1 names different: declaration 'device' definition 'port'.
libgphoto2-2.5.4/camlibs/stv0680/library.c:442:37: note: Function 'stv0680_capture_preview' argument 1 names different: declaration 'device' definition 'port'.
libgphoto2-2.5.4/camlibs/stv0680/saturate.c:55:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/saturate.c:131:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/saturate.c:131:14: style: The scope of the variable 'm2' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/saturate.c:238:27: style: The scope of the variable 'd' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/saturate.c:239:9: style: The scope of the variable 'w' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/sharpen.c:68:8: style: The scope of the variable 'pixel' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/stv0680/stv0680.c:304:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/stv0680.c:330:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgphoto2-2.5.4/camlibs/stv0680/stv0680.c:227:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/camlibs/stv0680/stv0680.c:225:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/stv0680/stv0680.c:227:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/camlibs/sx330z/sx330z.c:55:44: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgphoto2-2.5.4/camlibs/sx330z/sx330z.c:183:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sx330z/sx330z.c:186:16: style: The scope of the variable 'tcnt' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sx330z/sx330z.c:186:22: style: The scope of the variable 'ecnt' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/sx330z/sx330z.c:149:83: style: Function 'sx330z_get_toc_page' argument 3 names different: declaration 'toc' definition 'TOC'. [funcArgNamesDifferent]
libgphoto2-2.5.4/camlibs/sx330z/sx330z.h:119:85: note: Function 'sx330z_get_toc_page' argument 3 names different: declaration 'toc' definition 'TOC'.
libgphoto2-2.5.4/camlibs/sx330z/sx330z.c:149:83: note: Function 'sx330z_get_toc_page' argument 3 names different: declaration 'toc' definition 'TOC'.
libgphoto2-2.5.4/camlibs/topfield/puppy.c:1180:0: error: Syntax error in #if [preprocessorErrorDirective]
libgphoto2-2.5.4/camlibs/toshiba/pdrm11/pdrm11.c:154:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/toshiba/pdrm11/pdrm11.c:155:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/tp6801/library.c:358:16: style: The scope of the variable 'present' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/tp6801/library.c:466:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/tp6801/library.c:164:11: style: Unused variable: size [unusedVariable]
libgphoto2-2.5.4/camlibs/tp6801/tp6801-dump.c:34:9: style: Unused variable: i [unusedVariable]
libgphoto2-2.5.4/camlibs/tp6801/tp6801-dump.c:90:12: style: Unused variable: j [unusedVariable]
libgphoto2-2.5.4/camlibs/tp6801/tp6801.c:104:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/tp6801/tp6801.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/tp6801/tp6801.c:158:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/camlibs/tp6801/tp6801.c:159:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:102:9: style: The scope of the variable 'bayer' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:238:9: style: The scope of the variable 'bayer' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:332:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:333:6: style: The scope of the variable 'RGBeps' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:334:16: style: The scope of the variable 'Usize_h' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:334:25: style: The scope of the variable 'Usize_v' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:123:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/libgphoto2/ahd_bayer.c:247:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/libgphoto2/bayer.c:90:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/libgphoto2/bayer.c:111:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/libgphoto2/bayer.c:173:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgphoto2-2.5.4/libgphoto2/exif.c:234:7: style: Condition 'exif_debug' is always true [knownConditionTrueFalse]
libgphoto2-2.5.4/libgphoto2/exif.c:230:14: note: Assignment 'exif_debug=1', assigned value is 1
libgphoto2-2.5.4/libgphoto2/exif.c:234:7: note: Condition 'exif_debug' is always true
libgphoto2-2.5.4/libgphoto2/exif.c:245:19: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/libgphoto2/exif.c:478:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgphoto2-2.5.4/libgphoto2/exif.c:302:7: style: The scope of the variable 'numtags' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/exif.c:302:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/exif.c:425:22: style: The scope of the variable 'tag' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/exif.c:52:9: style: struct member 'tagarray::desc' is never used. [unusedStructMember]
libgphoto2-2.5.4/libgphoto2/gamma.c:62:18: style: Function 'gp_gamma_correct_single' argument 3 names different: declaration 'data_size' definition 'size'. [funcArgNamesDifferent]
libgphoto2-2.5.4/libgphoto2/gamma.h:29:22: note: Function 'gp_gamma_correct_single' argument 3 names different: declaration 'data_size' definition 'size'.
libgphoto2-2.5.4/libgphoto2/gamma.c:62:18: note: Function 'gp_gamma_correct_single' argument 3 names different: declaration 'data_size' definition 'size'.
libgphoto2-2.5.4/libgphoto2/gphoto2-abilities-list.c:119:2: error: Memory leak: list [memleak]
libgphoto2-2.5.4/libgphoto2/gphoto2-abilities-list.c:122:2: error: Memory leak: list [memleak]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:655:6: style: Condition '!il' is always true [knownConditionTrueFalse]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:649:24: note: Assignment 'il=NULL', assigned value is 0
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:655:6: note: Condition '!il' is always true
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:429:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:429:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:429:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:452:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:452:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:452:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:500:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:500:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:500:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:502:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:502:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:502:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:891:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:891:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:891:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:924:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:924:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:924:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:956:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:956:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:956:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:987:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:987:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:987:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1019:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1019:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1019:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1053:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1053:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1053:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1083:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1083:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1083:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1114:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1114:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1114:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1161:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1161:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1161:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1192:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1192:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1192:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1221:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1221:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1221:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1249:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1249:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1249:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1278:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1278:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1278:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1313:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1313:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1313:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1371:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1371:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1371:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1401:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1401:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1401:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1446:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1446:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1446:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1483:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1483:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1483:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1507:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1507:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1507:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1531:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1531:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1531:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1567:2: warning: Either the condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1567:2: note: Assuming that condition '(camera)?gp_port_get_error(camera->port):("No additional information available.")' is not redundant
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:1567:2: note: Null pointer dereference
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:236:7: style: struct member '_CameraPrivateCore::error' is never used. [unusedStructMember]
libgphoto2-2.5.4/libgphoto2/gphoto2-camera.c:242:6: style: struct member '_CameraPrivateCore::initialized' is never used. [unusedStructMember]
libgphoto2-2.5.4/libgphoto2/gphoto2-context.c:201:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2/gphoto2-context.c:270:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2/gphoto2-context.c:319:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2/gphoto2-context.c:381:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2/gphoto2-context.c:444:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2/gphoto2-context.c:359:3: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
libgphoto2-2.5.4/libgphoto2/gphoto2-file.c:218:15: style: The scope of the variable 't' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-file.c:645:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:1799:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:958:6: style: The scope of the variable 'count' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:958:13: style: The scope of the variable 'y' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:1026:6: style: The scope of the variable 'y' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:1026:9: style: The scope of the variable 'count' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:1475:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:1782:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:2060:7: style: The scope of the variable 'cached_images' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:2216:6: style: The scope of the variable 'r' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:1458:3: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:663:2: error: Memory leak: fs [memleak]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:670:3: error: Memory leak: fs [memleak]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:676:3: error: Memory leak: fs [memleak]
libgphoto2-2.5.4/libgphoto2/gphoto2-filesys.c:680:2: error: Memory leak: fs [memleak]
libgphoto2-2.5.4/libgphoto2/jpeg.c:97:9: warning: %hX in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned char'. [invalidPrintfArgType_uint]
libgphoto2-2.5.4/libgphoto2/jpeg.c:205:9: style: Variable 'lastposition' is reassigned a value before the old one has been used. [redundantAssignment]
libgphoto2-2.5.4/libgphoto2/jpeg.c:201:9: note: Variable 'lastposition' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/libgphoto2/jpeg.c:205:9: note: Variable 'lastposition' is reassigned a value before the old one has been used.
libgphoto2-2.5.4/libgphoto2/jpeg.c:365:51: style: Function 'gpi_jpeg_write' argument 2 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
libgphoto2-2.5.4/libgphoto2/jpeg.h:80:51: note: Function 'gpi_jpeg_write' argument 2 names different: declaration 'name' definition 'filename'.
libgphoto2-2.5.4/libgphoto2/jpeg.c:365:51: note: Function 'gpi_jpeg_write' argument 2 names different: declaration 'name' definition 'filename'.
libgphoto2-2.5.4/libgphoto2_port/disk/disk.c:82:8: style: struct member '_GPPortPrivateLibrary::mount_point' is never used. [unusedStructMember]
libgphoto2-2.5.4/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c:334:2: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
libgphoto2-2.5.4/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c:512:3: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
libgphoto2-2.5.4/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c:371:6: style: Unused variable: result [unusedVariable]
libgphoto2-2.5.4/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c:187:16: style: The scope of the variable 'value' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c:298:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2_port/libgphoto2_port/gphoto2-port.c:1247:10: style: The scope of the variable 'args' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/ptpip/ptpip.c:66:6: style: struct member '_GPPortPrivateLibrary::dummy' is never used. [unusedStructMember]
libgphoto2-2.5.4/libgphoto2_port/serial/unix.c:415:14: style: The scope of the variable 'max_tries' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/serial/unix.c:415:29: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/serial/unix.c:509:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/serial/unix.c:303:9: style: Unused variable: fd [unusedVariable]
libgphoto2-2.5.4/libgphoto2_port/serial/unix.c:846:10: style: Variable 'speed' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2_port/test/test-gp-port.c:44:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/usb/libusb.c:73:6: style: struct member '_GPPortPrivateLibrary::detached' is never used. [unusedStructMember]
libgphoto2-2.5.4/libgphoto2_port/usb/libusb.c:250:7: style: Unused variable: name [unusedVariable]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:255:43: style: Function 'gp_port_usb_find_device_lib' argument 1 names different: declaration 'dev' definition 'd'. [funcArgNamesDifferent]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:51:42: note: Function 'gp_port_usb_find_device_lib' argument 1 names different: declaration 'dev' definition 'd'.
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:255:43: note: Function 'gp_port_usb_find_device_lib' argument 1 names different: declaration 'dev' definition 'd'.
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:110:13: style: Variable 'ret' is not assigned a value. [unassignedVariable]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:117:16: style: Variable 'udev' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:209:13: style: Variable 'ret' is not assigned a value. [unassignedVariable]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:123:13: error: Uninitialized variable: ret [uninitvar]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:202:13: error: Uninitialized variable: ret [uninitvar]
libgphoto2-2.5.4/libgphoto2_port/usb/usb-os2.c:213:13: error: Uninitialized variable: ret [uninitvar]
libgphoto2-2.5.4/libgphoto2_port/usbdiskdirect/linux.c:147:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/usbdiskdirect/linux.c:149:8: style: The scope of the variable 'slash' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/usbdiskdirect/linux.c:274:14: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/usbscsi/linux.c:143:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgphoto2-2.5.4/libgphoto2_port/usbscsi/linux.c:145:8: style: The scope of the variable 'slash' can be reduced. [variableScope]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:485:8: style: Condition '0==0' is always true [knownConditionTrueFalse]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:485:8: style: Same expression on both sides of '=='. [duplicateExpression]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:223:6: style: The scope of the variable 'usb_vendor' can be reduced. [variableScope]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:223:22: style: The scope of the variable 'usb_product' can be reduced. [variableScope]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:251:4: style: Variable 'usb_vendor' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:252:4: style: Variable 'usb_product' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:607:4: style: Variable 'usb_vendor' is assigned a value that is never used. [unreadVariable]
libgphoto2-2.5.4/packaging/generic/print-camera-list.c:608:4: style: Variable 'usb_product' is assigned a value that is never used. [unreadVariable]
ddb-txt.y:397:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ddb-txt.yy.c:1331:27: warning: Possible null pointer dereference: b [nullPointer]
ddb-txt.yy.c:1328:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
ddb-txt.yy.c:1331:27: note: Null pointer dereference
ddb-txt.yy.c:1333:9: warning: Possible null pointer dereference: b [nullPointer]
ddb-txt.yy.c:1328:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
ddb-txt.yy.c:1333:9: note: Null pointer dereference
ddb-txt.yy.c:1668:2: warning: Possible null pointer dereference: b [nullPointer]
ddb-txt.yy.c:1557:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
ddb-txt.yy.c:1668:2: note: Null pointer dereference
ddb-txt.yy.c:1669:2: warning: Possible null pointer dereference: b [nullPointer]
ddb-txt.yy.c:1557:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
ddb-txt.yy.c:1669:2: note: Null pointer dereference
ddb-txt.yy.c:1680:9: warning: Possible null pointer dereference: b [nullPointer]
ddb-txt.yy.c:1557:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
ddb-txt.yy.c:1680:9: note: Null pointer dereference
ddb-txt.yy.c:1441:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
ddb-txt.yy.c:365:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
ddb-txt.yy.c:1441:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
ddb-txt.yy.c:1853:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
ddb-txt.yy.c:315:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
ddb-txt.yy.c:1853:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
ddb-txt.yy.c:1866:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
ddb-txt.yy.c:316:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
ddb-txt.yy.c:1866:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
ddb-txt.yy.c:1866:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
ddb-txt.yy.c:316:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
ddb-txt.yy.c:1866:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
ddb-txt.yy.c:1998:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
ddb-txt.yy.c:701:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
ddb-txt.yy.c:1998:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
libgphoto2-2.5.4/tests/ddb/test-ddb.c:170:17: warning: Logical conjunction always evaluates to false: a[i] == ':' && a[i] == ' '. [incorrectLogicOperator]
libgphoto2-2.5.4/tests/ddb/test-ddb.c:195:34: style: Same expression on both sides of '&&'. [duplicateExpression]
libgphoto2-2.5.4/tests/ddb/test-ddb.c:87:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgphoto2-2.5.4/tests/ddb/test-ddb.c:189:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpiod/libgpiod_1.0.1.orig.tar.gz
libgpiod-1.0.1/src/lib/core.c:118:21: style: The scope of the variable 'line' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/core.c:119:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/core.c:328:34: style: The scope of the variable 'line' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/core.c:329:34: style: The scope of the variable 'chip' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/core.c:499:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/core.c:308:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgpiod-1.0.1/src/lib/core.c:311:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libgpiod-1.0.1/src/lib/ctxless.c:41:21: style: The scope of the variable 'line' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/ctxless.c:98:21: style: The scope of the variable 'line' can be reduced. [variableScope]
libgpiod-1.0.1/src/lib/helpers.c:111:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpiodetect.c:40:6: style: The scope of the variable 'optc' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpiofind.c:39:6: style: The scope of the variable 'optc' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioget.c:43:15: style: The scope of the variable 'optc' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:95:6: style: The scope of the variable 'direction' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:95:17: style: The scope of the variable 'active_state' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:96:14: style: The scope of the variable 'name' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:96:21: style: The scope of the variable 'consumer' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:98:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:99:7: style: The scope of the variable 'flag_printed' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:158:26: style: The scope of the variable 'chip_iter' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:160:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioinfo.c:160:9: style: The scope of the variable 'optc' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpiomon.c:251:30: style: The scope of the variable 'offset' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpiomon.c:253:6: style: The scope of the variable 'optc' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioset.c:69:6: style: The scope of the variable 'status' can be reduced. [variableScope]
libgpiod-1.0.1/src/tools/gpioset.c:182:23: style: The scope of the variable 'optc' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:364:6: style: The scope of the variable 'status' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:420:6: style: The scope of the variable 'status' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:435:33: style: The scope of the variable 'status' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:817:14: style: The scope of the variable 'devpath' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:817:24: style: The scope of the variable 'devnode' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:817:34: style: The scope of the variable 'sysname' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:822:22: style: The scope of the variable 'dev' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:939:22: style: The scope of the variable 'chip' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:1077:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:1110:6: style: The scope of the variable 'status' can be reduced. [variableScope]
libgpiod-1.0.1/tests/gpiod-test.c:594:1: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
libgpiod-1.0.1/tests/tests-chip.c:23:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:21:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:23:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:58:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:56:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:58:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:69:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:67:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:69:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:83:2: style: Variable 'chip_by_name' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:79:0: note: Variable 'chip_by_name' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:83:2: note: Variable 'chip_by_name' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:84:2: style: Variable 'chip_by_path' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:80:0: note: Variable 'chip_by_path' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:84:2: note: Variable 'chip_by_path' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:85:2: style: Variable 'chip_by_num' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:81:0: note: Variable 'chip_by_num' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:85:2: note: Variable 'chip_by_num' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:87:2: style: Variable 'chip_by_label' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:78:0: note: Variable 'chip_by_label' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:87:2: note: Variable 'chip_by_label' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:107:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:105:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:107:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:119:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:117:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:119:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:133:2: style: Variable 'chip0' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:129:0: note: Variable 'chip0' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:133:2: note: Variable 'chip0' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:134:2: style: Variable 'chip1' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:130:0: note: Variable 'chip1' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:134:2: note: Variable 'chip1' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:135:2: style: Variable 'chip2' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:131:0: note: Variable 'chip2' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:135:2: note: Variable 'chip2' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:154:2: style: Variable 'chip0' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:150:0: note: Variable 'chip0' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:154:2: note: Variable 'chip0' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:155:2: style: Variable 'chip1' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:151:0: note: Variable 'chip1' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:155:2: note: Variable 'chip1' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:156:2: style: Variable 'chip2' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:152:0: note: Variable 'chip2' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:156:2: note: Variable 'chip2' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:177:2: style: Variable 'chip0' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:171:0: note: Variable 'chip0' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:177:2: note: Variable 'chip0' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:178:2: style: Variable 'chip1' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:172:0: note: Variable 'chip1' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:178:2: note: Variable 'chip1' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:179:2: style: Variable 'chip2' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:173:0: note: Variable 'chip2' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:179:2: note: Variable 'chip2' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:180:2: style: Variable 'chip3' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:174:0: note: Variable 'chip3' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:180:2: note: Variable 'chip3' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:181:2: style: Variable 'chip4' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:175:0: note: Variable 'chip4' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:181:2: note: Variable 'chip4' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:203:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:200:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:203:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:220:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-chip.c:217:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-chip.c:220:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:26:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:20:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:26:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:57:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:51:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:57:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:87:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:82:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:87:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:113:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:107:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:113:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:145:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:139:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:145:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:182:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:176:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:182:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:216:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:212:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:216:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:240:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-event.c:235:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-event.c:240:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-gpioinfo.c:47:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-gpioinfo.c:43:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-gpioinfo.c:47:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-gpioset.c:182:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
libgpiod-1.0.1/tests/tests-iter.c:24:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-iter.c:18:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:24:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:56:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-iter.c:47:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:56:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:96:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-iter.c:92:0: note: Variable 'iter' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:96:2: note: Variable 'iter' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:125:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-iter.c:121:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-iter.c:125:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:25:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:20:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:25:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:51:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:47:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:51:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:74:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:70:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:74:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:98:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:94:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:98:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:136:2: style: Variable 'chipA' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:121:0: note: Variable 'chipA' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:136:2: note: Variable 'chipA' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:137:2: style: Variable 'chipB' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:122:0: note: Variable 'chipB' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:137:2: note: Variable 'chipB' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:217:2: style: Variable 'chipA' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:207:0: note: Variable 'chipA' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:217:2: note: Variable 'chipA' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:218:2: style: Variable 'chipB' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:208:0: note: Variable 'chipB' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:218:2: note: Variable 'chipB' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:256:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:252:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:256:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:282:2: style: Variable 'chipA' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:276:0: note: Variable 'chipA' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:282:2: note: Variable 'chipA' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:333:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:331:0: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:333:2: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:345:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:343:0: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:345:2: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:357:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:355:0: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:357:2: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:370:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:368:0: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:370:2: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:382:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:380:0: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:382:2: note: Variable 'line' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:396:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:392:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:396:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:424:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:420:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:424:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:455:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:450:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:455:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:497:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:493:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:497:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:523:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:519:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:523:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:548:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:542:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:548:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:585:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:580:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:585:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:622:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:617:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:622:2: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:664:2: style: Variable 'chip' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiod-1.0.1/tests/tests-line.c:659:0: note: Variable 'chip' is reassigned a value before the old one has been used.
libgpiod-1.0.1/tests/tests-line.c:664:2: note: Variable 'chip' is reassigned a value before the old one has been used.
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpiv/libgpiv_0.6.1.orig.tar.gz
libgpiv-0.6.1/lib/genpar.c:125:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/img.c:544:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:543:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:544:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:845:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:844:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:845:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:608:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:606:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:608:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:617:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:615:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:617:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:626:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:624:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:626:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:635:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:633:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:635:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:647:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:645:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:647:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:656:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:654:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:656:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:665:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:663:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:665:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:674:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:672:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:674:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:691:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:689:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:691:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:692:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:691:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:692:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:703:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:701:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:703:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:704:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:703:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:704:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:715:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:713:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:715:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:716:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:715:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:716:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:727:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:725:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:727:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:728:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:727:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:728:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:739:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:737:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:739:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:740:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:739:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:740:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:751:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:749:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:751:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:752:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:751:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:752:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:763:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:761:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:763:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:764:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:763:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:764:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:775:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:773:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:775:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:776:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:775:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:776:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:787:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:785:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:787:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:788:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:787:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:788:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:799:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:797:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:799:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:800:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:799:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:800:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:813:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:811:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:813:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:814:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:813:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:814:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:826:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:824:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:826:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:827:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:826:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:827:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:838:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:836:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:838:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:839:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:838:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:839:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1156:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1154:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1156:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1165:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1163:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1165:2: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1174:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1172:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1174:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1183:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1181:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1183:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1195:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1193:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1195:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1204:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1202:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1204:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1213:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1211:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1213:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1222:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1220:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1222:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1237:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1235:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1237:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1238:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1237:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1238:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1249:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1247:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1249:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1250:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1249:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1250:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1261:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1259:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1261:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1262:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1261:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1262:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1273:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1271:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1273:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1274:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1273:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1274:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1285:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1283:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1285:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1286:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1285:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1286:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1297:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1295:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1297:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1298:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1297:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1298:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1309:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1307:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1309:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1310:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1309:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1310:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1321:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1319:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1321:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1322:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1321:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1322:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1333:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1331:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1333:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1334:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1333:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1334:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1345:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1343:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1345:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1346:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1345:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1346:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1357:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1355:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1357:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1358:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1357:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1358:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1369:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1367:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1369:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1370:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1369:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1370:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1381:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1379:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1381:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1382:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img.c:1381:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1382:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img.c:1895:10: style: The scope of the variable 'par_name' can be reduced. [variableScope]
libgpiv-0.6.1/lib/img.c:434:20: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/img.c:530:36: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/img.c:530:50: style: Unused variable: atype [unusedVariable]
libgpiv-0.6.1/lib/img.c:544:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/img.c:845:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/img.c:1382:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/img.c:936:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/img.c:1900:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/img_utils.c:85:5: style: Variable 'image_par_dest' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/img_utils.c:82:0: note: Variable 'image_par_dest' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img_utils.c:85:5: note: Variable 'image_par_dest' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/img_utils.c:104:11: style: Unused variable: x [unusedVariable]
libgpiv-0.6.1/lib/imgproc.c:109:5: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/imgproc.c:98:0: note: Variable 'image' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/imgproc.c:109:5: note: Variable 'image' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/imgproc.c:1545:5: style: Variable 'img_l' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/imgproc.c:1536:0: note: Variable 'img_l' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/imgproc.c:1545:5: note: Variable 'img_l' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/imgproc.c:1350:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libgpiv-0.6.1/lib/imgproc.c:105:15: style: Variable 'bit' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/imgproc.c:291:10: style: Unused variable: i [unusedVariable]
libgpiv-0.6.1/lib/imgproc.c:291:13: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/imgproc.c:503:15: style: Unused variable: ij [unusedVariable]
libgpiv-0.6.1/lib/imgproc.c:510:12: style: Unused variable: mean_img [unusedVariable]
libgpiv-0.6.1/lib/imgproc.c:718:15: style: Unused variable: ij [unusedVariable]
libgpiv-0.6.1/lib/imgproc.c:726:12: style: Unused variable: mean_img [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:847:17: style: Condition 'Masking' is always true [knownConditionTrueFalse]
libgpiv-0.6.1/lib/imgproc_deform.c:795:20: note: Assignment 'Masking=1', assigned value is 1
libgpiv-0.6.1/lib/imgproc_deform.c:847:17: note: Condition 'Masking' is always true
libgpiv-0.6.1/lib/imgproc_deform.c:810:5: style: Variable 'ImageRasterArray' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/imgproc_deform.c:789:0: note: Variable 'ImageRasterArray' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/imgproc_deform.c:810:5: note: Variable 'ImageRasterArray' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/imgproc_deform.c:279:18: style: The scope of the variable 'z2n' can be reduced. [variableScope]
libgpiv-0.6.1/lib/imgproc_deform.c:279:23: style: The scope of the variable 'iz' can be reduced. [variableScope]
libgpiv-0.6.1/lib/imgproc_deform.c:501:12: style: The scope of the variable 'p' can be reduced. [variableScope]
libgpiv-0.6.1/lib/imgproc_deform.c:699:10: style: Unused variable: k [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:699:13: style: Unused variable: l [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:699:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:699:0: style: Variable 'window' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:700:12: style: Unused variable: dy_sum [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:700:20: style: Unused variable: dx_sum [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:794:10: style: Unused variable: x [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:794:13: style: Unused variable: y [unusedVariable]
libgpiv-0.6.1/lib/imgproc_deform.c:799:20: style: Unused variable: Line [unusedVariable]
libgpiv-0.6.1/lib/imgproc_par.c:141:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/io.c:1091:35: warning: Either the condition 'fname==NULL' is redundant or there is possible null pointer dereference: fname. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/io.c:1098:15: note: Assuming that condition 'fname==NULL' is not redundant
libgpiv-0.6.1/lib/io.c:1091:35: note: Null pointer dereference
libgpiv-0.6.1/lib/io.c:1528:5: style: Variable 'piv_data' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io.c:1519:0: note: Variable 'piv_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io.c:1528:5: note: Variable 'piv_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io.c:1631:5: style: Variable 'sc_data' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io.c:1622:0: note: Variable 'sc_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io.c:1631:5: note: Variable 'sc_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io.c:1460:41: style: Function 'obtain_scdata_fromline' argument 2 names different: declaration 'piv_data' definition 'sc_data'. [funcArgNamesDifferent]
libgpiv-0.6.1/lib/io.c:100:41: note: Function 'obtain_scdata_fromline' argument 2 names different: declaration 'piv_data' definition 'sc_data'.
libgpiv-0.6.1/lib/io.c:1460:41: note: Function 'obtain_scdata_fromline' argument 2 names different: declaration 'piv_data' definition 'sc_data'.
libgpiv-0.6.1/lib/io.c:191:11: style: Variable 'tmp_textfile' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1234:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1234:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1565:0: style: Variable 'bufsize' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1568:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1568:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1572:21: style: Variable 'bool' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1663:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1663:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io.c:1243:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/io.c:1581:12: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/io.c:1673:12: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/io.c:413:0: error: Resource leak: fp [resourceLeak]
libgpiv-0.6.1/lib/io.c:443:0: error: Resource leak: fp [resourceLeak]
libgpiv-0.6.1/lib/io.c:642:0: error: Resource leak: fp [resourceLeak]
libgpiv-0.6.1/lib/io.c:671:0: error: Resource leak: fp [resourceLeak]
libgpiv-0.6.1/lib/io_hdf.c:423:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/io_hdf.c:135:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:133:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:135:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:137:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:135:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:137:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:141:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:137:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:141:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:143:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:141:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:143:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:237:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:236:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:237:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:252:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:249:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:252:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:253:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:252:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:253:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:322:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:320:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:322:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:323:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:322:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:323:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:331:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:323:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:331:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:333:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:331:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:333:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:334:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:333:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:334:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:340:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:334:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:340:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:341:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:340:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:341:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:342:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:341:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:342:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:350:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:342:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:350:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:352:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:350:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:352:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:353:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:352:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:353:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:378:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:353:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:378:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:401:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:400:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:401:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:402:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:401:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:402:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:650:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:648:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:650:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:651:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:650:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:651:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:658:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:651:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:658:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:660:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:658:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:660:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:661:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:660:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:661:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:665:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:661:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:665:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:721:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:719:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:721:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:722:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:721:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:722:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:730:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:722:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:730:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:732:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:730:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:732:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:733:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:732:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:733:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:737:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:733:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:737:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:787:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:786:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:787:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:803:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:802:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:803:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:807:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:803:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:807:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:872:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:870:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:872:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:873:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:872:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:873:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:892:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:890:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:892:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:893:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:892:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:893:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:987:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:985:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:987:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:988:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:987:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:988:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1002:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1000:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1002:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1003:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1002:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1003:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1009:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1003:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1009:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1010:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1009:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1010:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1078:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1076:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1078:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1079:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1078:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1079:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1086:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1079:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1086:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1088:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1086:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1088:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1089:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1088:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1089:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1096:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1089:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1096:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1098:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1096:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1098:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1099:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1098:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1099:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1106:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1099:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1106:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1108:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1106:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1108:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1109:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1108:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1109:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1113:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1109:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1113:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1114:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1113:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1114:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1204:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1202:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1204:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1205:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1204:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1205:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1213:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1205:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1213:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1215:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1213:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1215:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1216:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1215:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1216:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1224:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1216:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1224:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1226:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1224:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1226:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1227:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1226:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1227:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1235:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1227:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1235:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1237:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1235:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1237:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1238:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1237:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1238:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1241:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1238:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1241:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1242:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1241:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1242:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1296:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1294:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1296:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1297:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1296:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1297:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1316:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1314:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1316:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1317:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1316:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1317:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1408:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1406:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1408:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1409:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1408:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1409:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1423:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1421:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1423:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1424:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1423:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1424:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1428:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1424:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1428:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1433:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1428:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1433:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1485:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1483:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1485:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1486:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1485:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1486:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1493:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1486:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1493:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1495:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1493:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1495:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1496:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1495:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1496:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1501:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1496:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1501:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1560:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1558:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1560:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1561:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1560:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1561:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1570:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1561:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1570:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1572:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1570:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1572:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1573:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1572:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1573:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1576:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1573:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1576:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1577:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1576:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1577:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1578:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/io_hdf.c:1577:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1578:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/io_hdf.c:1249:41: style: Function 'fread_hdf5_sc_position' argument 2 names different: declaration 'scalar_data' definition 'scdata'. [funcArgNamesDifferent]
libgpiv-0.6.1/lib/io_hdf.c:86:41: note: Function 'fread_hdf5_sc_position' argument 2 names different: declaration 'scalar_data' definition 'scdata'.
libgpiv-0.6.1/lib/io_hdf.c:1249:41: note: Function 'fread_hdf5_sc_position' argument 2 names different: declaration 'scalar_data' definition 'scdata'.
libgpiv-0.6.1/lib/io_hdf.c:143:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:166:12: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:166:15: style: Unused variable: rank_x [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:166:23: style: Unused variable: rank_y [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:166:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:166:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:172:36: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:174:17: style: Variable 'dims' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:261:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:279:13: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:279:16: style: Unused variable: k [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:279:0: style: Variable 'line_nr' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:402:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:622:48: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:624:17: style: Variable 'dims' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:665:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:689:48: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:737:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:756:12: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:756:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:756:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:807:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:825:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:825:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:909:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:925:12: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:925:15: style: Unused variable: rank_x [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:925:23: style: Unused variable: rank_y [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:925:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:925:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1010:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1031:13: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1031:16: style: Unused variable: rank_x [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1031:24: style: Unused variable: rank_y [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1031:32: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1031:41: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1038:17: style: Variable 'dims' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1114:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1133:13: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1133:16: style: Unused variable: k [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1133:0: style: Variable 'line_nr' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1135:0: style: Variable 'string' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1136:12: style: Unused variable: dir [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1137:0: style: Variable 'point' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1242:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1258:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1258:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1263:36: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1333:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1349:12: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1349:15: style: Unused variable: rank_x [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1349:23: style: Unused variable: rank_y [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1349:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1349:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1433:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1452:12: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1452:15: style: Unused variable: rank_x [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1452:23: style: Unused variable: rank_y [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1452:31: style: Unused variable: rank_vx [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1452:40: style: Unused variable: rank_vy [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1457:48: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1459:17: style: Variable 'dims' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1501:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1519:12: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1519:15: style: Unused variable: k [unusedVariable]
libgpiv-0.6.1/lib/io_hdf.c:1519:0: style: Variable 'line_nr' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_hdf.c:1578:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_png.c:723:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/io_png.c:129:9: style: Unused variable: unit_type_offs [unusedVariable]
libgpiv-0.6.1/lib/io_png.c:132:0: style: Variable 'x_offset' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_png.c:132:0: style: Variable 'y_offset' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/io_raw.c:72:10: style: Unused variable: i [unusedVariable]
libgpiv-0.6.1/lib/io_raw.c:72:13: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/my_utils.c:59:14: error: Resource leak: fp [resourceLeak]
libgpiv-0.6.1/lib/piv.c:1301:17: warning: Either the condition 'w_k!=NULL' is redundant or there is possible null pointer dereference: w_k. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/piv.c:1307:27: note: Assuming that condition 'w_k!=NULL' is not redundant
libgpiv-0.6.1/lib/piv.c:1301:17: note: Null pointer dereference
libgpiv-0.6.1/lib/piv.c:1302:17: warning: Either the condition 'w_k!=NULL' is redundant or there is possible null pointer dereference: w_k. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/piv.c:1307:27: note: Assuming that condition 'w_k!=NULL' is not redundant
libgpiv-0.6.1/lib/piv.c:1302:17: note: Null pointer dereference
libgpiv-0.6.1/lib/piv.c:1303:17: warning: Either the condition 'w_k!=NULL' is redundant or there is possible null pointer dereference: w_k. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/piv.c:1307:27: note: Assuming that condition 'w_k!=NULL' is not redundant
libgpiv-0.6.1/lib/piv.c:1303:17: note: Null pointer dereference
libgpiv-0.6.1/lib/piv.c:1304:17: warning: Either the condition 'w_k!=NULL' is redundant or there is possible null pointer dereference: w_k. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/piv.c:1307:27: note: Assuming that condition 'w_k!=NULL' is not redundant
libgpiv-0.6.1/lib/piv.c:1304:17: note: Null pointer dereference
libgpiv-0.6.1/lib/piv.c:2973:16: warning: Either the condition 'w_k==NULL' is redundant or there is possible null pointer dereference: w_k. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/piv.c:2977:13: note: Assuming that condition 'w_k==NULL' is not redundant
libgpiv-0.6.1/lib/piv.c:2973:16: note: Null pointer dereference
libgpiv-0.6.1/lib/piv.c:2974:16: warning: Either the condition 'w_k==NULL' is redundant or there is possible null pointer dereference: w_k. [nullPointerRedundantCheck]
libgpiv-0.6.1/lib/piv.c:2977:13: note: Assuming that condition 'w_k==NULL' is not redundant
libgpiv-0.6.1/lib/piv.c:2974:16: note: Null pointer dereference
libgpiv-0.6.1/lib/piv.c:806:13: style: Variable 'pd' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv.c:804:0: note: Variable 'pd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:806:13: note: Variable 'pd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1558:5: style: Variable 'gpd' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv.c:1546:0: note: Variable 'gpd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1558:5: note: Variable 'gpd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1741:5: style: Variable 'delta' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv.c:1737:0: note: Variable 'delta' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1741:5: note: Variable 'delta' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1746:5: style: Variable 'h_gpd' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv.c:1732:0: note: Variable 'h_gpd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1746:5: note: Variable 'h_gpd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1886:5: style: Variable 'piv_data' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv.c:1844:0: note: Variable 'piv_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1886:5: note: Variable 'piv_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:3595:5: style: Variable 'pd' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv.c:3593:0: note: Variable 'pd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:3595:5: note: Variable 'pd' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv.c:1159:40: warning: Redundant assignment of 'piv_data->dx[index_y][index_x]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/piv.c:1160:40: warning: Redundant assignment of 'piv_data->dy[index_y][index_x]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/piv.c:1161:41: warning: Redundant assignment of 'piv_data->snr[index_y][index_x]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/piv.c:2136:13: style: Same expression on both sides of '||'. [duplicateExpression]
libgpiv-0.6.1/lib/piv.c:541:14: style: The scope of the variable 'intreg1' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:542:14: style: The scope of the variable 'intreg2' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:899:9: style: The scope of the variable 'return_val' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:901:9: style: The scope of the variable 'm' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:901:16: style: The scope of the variable 'n' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:902:11: style: The scope of the variable 'int_area_1_mean' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:902:34: style: The scope of the variable 'int_area_2_mean' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:913:23: style: The scope of the variable 'i_skip_act' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:913:39: style: The scope of the variable 'j_skip_act' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:2630:12: style: The scope of the variable 'A_log' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:2630:19: style: The scope of the variable 'B_log' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:2630:26: style: The scope of the variable 'C_log' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:2631:12: style: The scope of the variable 'min' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv.c:474:22: style: Variable 'pre_shift_row_max' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:471:22: style: Variable 'pre_shift_col_max' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:397:15: style: Variable 'row_min' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:399:18: style: Variable 'column_min' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:370:20: style: Variable 'ncolumns' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:371:17: style: Variable 'nrows' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:378:24: style: Variable 'int_line_col' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:381:24: style: Variable 'int_line_row' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:384:25: style: Variable 'int_point_col' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:385:25: style: Variable 'int_point_row' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1413:3: style: Variable 'weight_kernel' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1541:0: style: Variable 'epsi' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1542:27: style: Unused variable: vert_pos [unusedVariable]
libgpiv-0.6.1/lib/piv.c:1543:29: style: Unused variable: hor_pos [unusedVariable]
libgpiv-0.6.1/lib/piv.c:1879:15: style: Variable 'row_max' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1875:15: style: Variable 'row_min' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1880:18: style: Variable 'column_max' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1877:18: style: Variable 'column_min' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1849:20: style: Variable 'ncolumns' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1850:17: style: Variable 'nrows' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1854:19: style: Variable 'row_end' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1856:18: style: Variable 'col_end' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1859:28: style: Variable 'int_line_col_end' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:1862:28: style: Variable 'int_line_row_end' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:2484:0: style: Variable 'int_area_sum' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:2691:20: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:2871:15: style: Variable 'i_min' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:2872:15: style: Variable 'j_min' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:2774:26: style: Variable 'ipoint_x' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:2775:26: style: Variable 'ipoint_y' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv.c:3323:13: style: Unused variable: j [unusedVariable]
libgpiv-0.6.1/lib/piv_par.c:1244:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1243:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1244:4: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1525:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1524:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1525:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1526:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1525:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1526:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1292:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1290:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1292:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1302:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1300:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1302:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1312:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1310:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1312:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1322:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1320:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1322:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1332:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1330:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1332:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1345:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1343:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1345:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1354:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1353:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1354:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1363:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1361:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1363:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1373:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1371:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1373:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1383:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1381:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1383:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1393:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1391:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1393:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1408:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1406:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1408:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1417:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1415:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1417:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1429:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1427:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1429:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1438:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1436:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1438:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1447:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1445:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1447:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1456:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1454:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1456:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1465:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1463:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1465:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1476:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1475:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1476:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1484:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1483:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1484:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1493:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1491:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1493:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1502:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1500:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1502:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1511:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1509:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1511:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1520:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1518:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1520:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1905:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1903:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1905:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1914:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1912:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1914:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1923:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1921:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1923:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1932:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1930:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1932:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1941:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1939:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1941:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1952:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1950:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1952:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1961:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1959:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1961:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1970:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1968:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1970:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1979:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1977:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1979:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1988:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1986:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1988:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1997:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:1995:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:1997:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2009:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2007:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2009:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2018:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2016:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2018:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2027:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2025:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2027:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2036:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2034:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2036:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2045:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2043:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2045:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2056:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2054:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2056:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2065:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2063:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2065:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2074:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2072:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2074:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2083:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2081:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2083:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2092:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2090:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2092:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2101:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/piv_par.c:2099:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:2101:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/piv_par.c:816:28: style: Same expression on both sides of '>'. [duplicateExpression]
libgpiv-0.6.1/lib/piv_par.c:2120:10: style: The scope of the variable 'par_name' can be reduced. [variableScope]
libgpiv-0.6.1/lib/piv_par.c:275:32: style: Unused variable: par_name [unusedVariable]
libgpiv-0.6.1/lib/piv_par.c:1229:36: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/piv_par.c:1244:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv_par.c:1526:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv_par.c:1893:25: style: Unused variable: atype [unusedVariable]
libgpiv-0.6.1/lib/piv_par.c:2101:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/piv_par.c:279:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/piv_par.c:2125:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/piv_utils.c:84:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/piv_utils.c:631:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/post.c:428:40: warning: Redundant assignment of 'piv_data->dx[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:429:40: warning: Redundant assignment of 'piv_data->dy[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:430:41: warning: Redundant assignment of 'piv_data->snr[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:431:45: warning: Redundant assignment of 'piv_data->peak_no[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:450:40: warning: Redundant assignment of 'piv_data->dx[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:451:40: warning: Redundant assignment of 'piv_data->dy[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:452:41: warning: Redundant assignment of 'piv_data->snr[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:453:45: warning: Redundant assignment of 'piv_data->peak_no[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:616:41: warning: Redundant assignment of 'piv_data->peak_no[i][j]' to itself. [selfAssignment]
libgpiv-0.6.1/lib/post.c:754:19: style: Unused variable: fract [unusedVariable]
libgpiv-0.6.1/lib/post_par.c:119:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:117:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:119:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:131:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:129:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:131:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:139:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:137:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:139:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:148:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:146:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:148:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:160:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:158:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:160:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:169:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:167:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:169:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:180:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:178:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:180:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:654:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:650:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:654:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:656:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:654:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:656:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:796:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:795:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:796:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:797:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:796:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:797:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:717:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:715:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:717:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:730:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:728:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:730:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:741:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:739:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:741:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:751:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:749:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:751:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:768:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:766:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:768:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:778:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:776:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:778:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:792:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/post_par.c:790:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:792:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/post_par.c:812:10: style: The scope of the variable 'par_name' can be reduced. [variableScope]
libgpiv-0.6.1/lib/post_par.c:107:25: style: Unused variable: atype [unusedVariable]
libgpiv-0.6.1/lib/post_par.c:180:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/post_par.c:292:33: style: Variable 'par_name' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/post_par.c:637:36: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/post_par.c:656:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/post_par.c:797:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/post_par.c:295:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/post_par.c:817:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/post_utils.c:516:12: style: The scope of the variable 'function_name' can be reduced. [variableScope]
libgpiv-0.6.1/lib/utils.c:173:5: style: Variable 'home_dir' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/utils.c:165:0: note: Variable 'home_dir' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/utils.c:173:5: note: Variable 'home_dir' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/utils.c:233:5: style: Variable 'cdate' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/utils.c:225:0: note: Variable 'cdate' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/utils.c:233:5: note: Variable 'cdate' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/utils.c:241:5: style: Variable 'ctime' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/utils.c:225:0: note: Variable 'ctime' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/utils.c:241:5: note: Variable 'ctime' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/utils.c:567:36: style: Function 'local_scan_parameter' argument 2 names different: declaration 'fname' definition 'FNAME'. [funcArgNamesDifferent]
libgpiv-0.6.1/lib/utils.c:62:36: note: Function 'local_scan_parameter' argument 2 names different: declaration 'fname' definition 'FNAME'.
libgpiv-0.6.1/lib/utils.c:567:36: note: Function 'local_scan_parameter' argument 2 names different: declaration 'fname' definition 'FNAME'.
libgpiv-0.6.1/lib/utils.c:708:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/utils.c:748:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/utils.c:789:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libgpiv-0.6.1/lib/utils_alloc.c:80:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:162:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:220:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:278:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:336:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:416:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:476:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:535:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:594:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:657:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:708:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:767:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:817:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:876:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:926:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:984:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:1035:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:1095:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:1146:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:1205:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:1255:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgpiv-0.6.1/lib/utils_alloc.c:1067:14: warning: Either the condition '!v' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
libgpiv-0.6.1/lib/utils_alloc.c:1064:9: note: Assuming that condition '!v' is not redundant
libgpiv-0.6.1/lib/utils_alloc.c:1067:14: note: Null pointer subtraction
libgpiv-0.6.1/lib/valid.c:822:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
libgpiv-0.6.1/lib/valid.c:398:5: style: Variable 'lo_piv_par' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid.c:383:0: note: Variable 'lo_piv_par' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid.c:398:5: note: Variable 'lo_piv_par' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid.c:416:5: style: Variable 'cov' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid.c:384:0: note: Variable 'cov' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid.c:416:5: note: Variable 'cov' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid.c:484:5: style: Variable 'l_data' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid.c:481:0: note: Variable 'l_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid.c:484:5: note: Variable 'l_data' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid.c:890:9: style: Same expression on both sides of '||'. [duplicateExpression]
libgpiv-0.6.1/lib/valid.c:121:15: style: The scope of the variable 'm' can be reduced. [variableScope]
libgpiv-0.6.1/lib/valid.c:124:12: style: The scope of the variable 'dx_m' can be reduced. [variableScope]
libgpiv-0.6.1/lib/valid.c:124:19: style: The scope of the variable 'dy_m' can be reduced. [variableScope]
libgpiv-0.6.1/lib/valid.c:124:26: style: The scope of the variable 'dx_org' can be reduced. [variableScope]
libgpiv-0.6.1/lib/valid.c:124:35: style: The scope of the variable 'dy_org' can be reduced. [variableScope]
libgpiv-0.6.1/lib/valid.c:377:0: style: Variable 'nc_lines' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:386:9: style: Unused variable: return_val [unusedVariable]
libgpiv-0.6.1/lib/valid.c:387:0: style: Variable 'cmpr' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:387:0: style: Variable 'cmpr_fact' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:470:10: style: Unused variable: line [unusedVariable]
libgpiv-0.6.1/lib/valid.c:470:32: style: Unused variable: command [unusedVariable]
libgpiv-0.6.1/lib/valid.c:471:11: style: Unused variable: peak_no [unusedVariable]
libgpiv-0.6.1/lib/valid.c:472:0: style: Variable 'row' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:472:0: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:473:12: style: Unused variable: dx [unusedVariable]
libgpiv-0.6.1/lib/valid.c:473:16: style: Unused variable: dy [unusedVariable]
libgpiv-0.6.1/lib/valid.c:473:20: style: Unused variable: snr [unusedVariable]
libgpiv-0.6.1/lib/valid.c:474:11: style: Unused variable: fp [unusedVariable]
libgpiv-0.6.1/lib/valid.c:495:23: style: Unused variable: i_mx [unusedVariable]
libgpiv-0.6.1/lib/valid.c:495:29: style: Unused variable: j_mx [unusedVariable]
libgpiv-0.6.1/lib/valid.c:495:35: style: Unused variable: i_my [unusedVariable]
libgpiv-0.6.1/lib/valid.c:495:41: style: Unused variable: j_my [unusedVariable]
libgpiv-0.6.1/lib/valid.c:520:23: style: Unused variable: i_mx [unusedVariable]
libgpiv-0.6.1/lib/valid.c:520:29: style: Unused variable: j_mx [unusedVariable]
libgpiv-0.6.1/lib/valid.c:520:35: style: Unused variable: i_my [unusedVariable]
libgpiv-0.6.1/lib/valid.c:520:41: style: Unused variable: j_my [unusedVariable]
libgpiv-0.6.1/lib/valid.c:642:12: style: Unused variable: delta [unusedVariable]
libgpiv-0.6.1/lib/valid.c:643:45: style: Variable 'centre' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:644:13: style: Unused variable: fract [unusedVariable]
libgpiv-0.6.1/lib/valid.c:644:20: style: Unused variable: yval [unusedVariable]
libgpiv-0.6.1/lib/valid.c:645:19: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid.c:646:0: style: Variable 'total_ndata' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid_par.c:546:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:545:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:546:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:664:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:663:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:664:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:666:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:664:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:666:5: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:608:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:606:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:608:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:618:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:616:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:618:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:629:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:627:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:629:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:640:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:638:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:640:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:650:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:648:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:650:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:660:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:658:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:660:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:770:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:768:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:770:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:779:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:777:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:779:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:788:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:786:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:788:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:797:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:795:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:797:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:806:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:804:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:806:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:815:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libgpiv-0.6.1/lib/valid_par.c:813:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:815:9: note: Variable 'status' is reassigned a value before the old one has been used.
libgpiv-0.6.1/lib/valid_par.c:833:10: style: The scope of the variable 'par_name' can be reduced. [variableScope]
libgpiv-0.6.1/lib/valid_par.c:826:41: style: Function 'obtain_valdipar_fromline' argument 2 names different: declaration 'image_par' definition 'valid_par'. [funcArgNamesDifferent]
libgpiv-0.6.1/lib/valid_par.c:86:41: note: Function 'obtain_valdipar_fromline' argument 2 names different: declaration 'image_par' definition 'valid_par'.
libgpiv-0.6.1/lib/valid_par.c:826:41: note: Function 'obtain_valdipar_fromline' argument 2 names different: declaration 'image_par' definition 'valid_par'.
libgpiv-0.6.1/lib/valid_par.c:180:32: style: Unused variable: par_name [unusedVariable]
libgpiv-0.6.1/lib/valid_par.c:531:26: style: Unused variable: group_par [unusedVariable]
libgpiv-0.6.1/lib/valid_par.c:531:47: style: Unused variable: attribute_id [unusedVariable]
libgpiv-0.6.1/lib/valid_par.c:546:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid_par.c:580:40: style: Unused variable: group_par [unusedVariable]
libgpiv-0.6.1/lib/valid_par.c:666:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid_par.c:758:25: style: Unused variable: atype [unusedVariable]
libgpiv-0.6.1/lib/valid_par.c:815:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libgpiv-0.6.1/lib/valid_par.c:184:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
libgpiv-0.6.1/lib/valid_par.c:838:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[15:11]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpod/libgpod_0.8.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgps-point-perl/libgps-point-perl_0.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgpuarray/libgpuarray_0.6.9.orig.tar.gz
libgpuarray-0.6.9/src/cache/disk.c:175:8: style: The scope of the variable 'sep' can be reduced. [variableScope]
libgpuarray-0.6.9/src/cache/twoq.c:287:9: style: The scope of the variable 'nn' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_array.c:1102:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libgpuarray-0.6.9/src/gpuarray_array.c:1105:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libgpuarray-0.6.9/src/gpuarray_array.c:1167:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
libgpuarray-0.6.9/src/gpuarray_array.c:43:27: style: The scope of the variable 'aa' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_array.c:580:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_array.c:1129:3: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
libgpuarray-0.6.9/src/gpuarray_array.c:769:20: warning: Either the condition 'nd>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libgpuarray-0.6.9/src/gpuarray_array.c:777:10: note: Assuming that condition 'nd>0' is not redundant
libgpuarray-0.6.9/src/gpuarray_array.c:769:20: note: Invalid argument
libgpuarray-0.6.9/src/gpuarray_array.c:770:23: warning: Either the condition 'nd>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libgpuarray-0.6.9/src/gpuarray_array.c:777:10: note: Assuming that condition 'nd>0' is not redundant
libgpuarray-0.6.9/src/gpuarray_array.c:770:23: note: Invalid argument
libgpuarray-0.6.9/src/gpuarray_array.c:78:0: error: Memory leak: aa [memleak]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:657:5: style: Variable 'A_datas' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:653:0: note: Variable 'A_datas' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:657:5: note: Variable 'A_datas' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:658:5: style: Variable 'B_datas' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:653:0: note: Variable 'B_datas' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:658:5: note: Variable 'B_datas' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:659:5: style: Variable 'C_datas' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:653:0: note: Variable 'C_datas' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:659:5: note: Variable 'C_datas' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:661:5: style: Variable 'A_offsets' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:654:0: note: Variable 'A_offsets' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:661:5: note: Variable 'A_offsets' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:662:5: style: Variable 'B_offsets' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:654:0: note: Variable 'B_offsets' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:662:5: note: Variable 'B_offsets' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:663:5: style: Variable 'C_offsets' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/src/gpuarray_array_blas.c:654:0: note: Variable 'C_offsets' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_array_blas.c:663:5: note: Variable 'C_offsets' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:335:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:394:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:456:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:522:11: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:523:11: style: The scope of the variable 'st' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:603:11: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:604:11: style: The scope of the variable 'st' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:681:11: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:682:11: style: The scope of the variable 'st' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:759:15: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:886:15: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1092:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1141:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1193:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1316:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1438:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1489:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1540:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1671:10: style: The scope of the variable 't' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:819:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:946:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1237:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1360:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1596:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libgpuarray-0.6.9/src/gpuarray_blas_cuda_cublas.c:1727:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libgpuarray-0.6.9/src/gpuarray_buffer.c:155:31: style: Function 'gpudata_property' argument 1 names different: declaration 'buf' definition 'b'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/buffer.h:412:47: note: Function 'gpudata_property' argument 1 names different: declaration 'buf' definition 'b'.
libgpuarray-0.6.9/src/gpuarray_buffer.c:155:31: note: Function 'gpudata_property' argument 1 names different: declaration 'buf' definition 'b'.
libgpuarray-0.6.9/src/gpuarray_buffer_collectives.c:37:43: style: Function 'gpucomm_get_count' argument 2 names different: declaration 'devcount' definition 'gpucount'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/buffer_collectives.h:113:59: note: Function 'gpucomm_get_count' argument 2 names different: declaration 'devcount' definition 'gpucount'.
libgpuarray-0.6.9/src/gpuarray_buffer_collectives.c:37:43: note: Function 'gpucomm_get_count' argument 2 names different: declaration 'devcount' definition 'gpucount'.
libgpuarray-0.6.9/src/gpuarray_buffer_cuda.c:153:7: style: The scope of the variable 'res' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_buffer_cuda.c:567:19: style: The scope of the variable 'res' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_buffer_cuda.c:447:38: style: Function 'cuda_make_buf' argument 1 names different: declaration 'c' definition 'ctx'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/private_cuda.h:127:38: note: Function 'cuda_make_buf' argument 1 names different: declaration 'c' definition 'ctx'.
libgpuarray-0.6.9/src/gpuarray_buffer_cuda.c:447:38: note: Function 'cuda_make_buf' argument 1 names different: declaration 'c' definition 'ctx'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:955:22: warning: Possible null pointer dereference: types [nullPointer]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:186:70: note: Calling function 'cl_newkernel', 8th argument 'types' value is 0
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:955:22: note: Null pointer dereference
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:382:16: style: The scope of the variable 'dev' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:822:15: style: The scope of the variable 'preamble' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:812:52: style: Function 'cl_newkernel' argument 2 names different: declaration 'ctx' definition 'c'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:27:52: note: Function 'cl_newkernel' argument 2 names different: declaration 'ctx' definition 'c'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:812:52: note: Function 'cl_newkernel' argument 2 names different: declaration 'ctx' definition 'c'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1145:48: style: Function 'cl_property' argument 2 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:23:48: note: Function 'cl_property' argument 2 names different: declaration 'b' definition 'buf'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1145:48: note: Function 'cl_property' argument 2 names different: declaration 'b' definition 'buf'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1145:71: style: Function 'cl_property' argument 4 names different: declaration 'p' definition 'prop_id'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:23:69: note: Function 'cl_property' argument 4 names different: declaration 'p' definition 'prop_id'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1145:71: note: Function 'cl_property' argument 4 names different: declaration 'p' definition 'prop_id'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1146:30: style: Function 'cl_property' argument 5 names different: declaration 'r' definition 'res'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:23:78: note: Function 'cl_property' argument 5 names different: declaration 'r' definition 'res'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1146:30: note: Function 'cl_property' argument 5 names different: declaration 'r' definition 'res'.
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1282:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1288:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:1294:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:950:23: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:186:67: note: Calling function 'cl_newkernel', 7th argument 'argcount' value is 0
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:950:23: note: Invalid argument
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:957:21: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:186:67: note: Calling function 'cl_newkernel', 7th argument 'argcount' value is 0
libgpuarray-0.6.9/src/gpuarray_buffer_opencl.c:957:21: note: Invalid argument
libgpuarray-0.6.9/src/gpuarray_elemwise.c:80:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_elemwise.c:277:49: style: The scope of the variable 'nnd' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_kernel.c:91:58: style: Function 'GpuKernel_setarg' argument 3 names different: declaration 'val' definition 'a'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/kernel.h:77:74: note: Function 'GpuKernel_setarg' argument 3 names different: declaration 'val' definition 'a'.
libgpuarray-0.6.9/src/gpuarray_kernel.c:91:58: note: Function 'GpuKernel_setarg' argument 3 names different: declaration 'val' definition 'a'.
libgpuarray-0.6.9/src/gpuarray_kernel.c:101:61: style: Function 'GpuKernel_binary' argument 3 names different: declaration 'obj' definition 'bin'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/kernel.h:113:44: note: Function 'GpuKernel_binary' argument 3 names different: declaration 'obj' definition 'bin'.
libgpuarray-0.6.9/src/gpuarray_kernel.c:101:61: note: Function 'GpuKernel_binary' argument 3 names different: declaration 'obj' definition 'bin'.
libgpuarray-0.6.9/src/gpuarray_mkstemp.c:16:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_mkstemp.c:17:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_reduction.c:114:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libgpuarray-0.6.9/src/gpuarray_reduction.c:121:3: note: Found duplicate branches for 'if' and 'else'.
libgpuarray-0.6.9/src/gpuarray_reduction.c:114:2: note: Found duplicate branches for 'if' and 'else'.
libgpuarray-0.6.9/src/gpuarray_reduction.c:270:9: style: The scope of the variable 'maxV' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_reduction.c:364:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_reduction.c:674:17: style: The scope of the variable 'warpMod' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_types.c:21:17: style: union member 'int128_u::as_int8' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:22:17: style: union member 'int128_u::as_int16' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:23:17: style: union member 'int128_u::as_int32' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:24:17: style: union member 'int128_u::as_int64' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:30:18: style: union member 'uint128_u::as_uint8' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:31:18: style: union member 'uint128_u::as_uint16' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:32:18: style: union member 'uint128_u::as_uint32' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:33:18: style: union member 'uint128_u::as_uint64' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:40:15: style: struct member 'Anonymous1::exp' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:41:16: style: struct member 'Anonymous1::hi' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_types.c:42:16: style: struct member 'Anonymous1::lo' is never used. [unusedStructMember]
libgpuarray-0.6.9/src/gpuarray_util.c:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_util.c:88:31: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_util.c:89:10: style: The scope of the variable 'len' can be reduced. [variableScope]
libgpuarray-0.6.9/src/gpuarray_util.c:94:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/src/gpuarray_util.c:139:59: style: Function 'gpuarray_type_flagsa' argument 2 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/util.h:76:75: note: Function 'gpuarray_type_flagsa' argument 2 names different: declaration 'arg' definition 'args'.
libgpuarray-0.6.9/src/gpuarray_util.c:139:59: note: Function 'gpuarray_type_flagsa' argument 2 names different: declaration 'arg' definition 'args'.
libgpuarray-0.6.9/src/gpuarray_util.c:153:63: style: Function 'gpuarray_elemwise_collapse' argument 2 names different: declaration 'nd' definition '_nd'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/util.h:98:63: note: Function 'gpuarray_elemwise_collapse' argument 2 names different: declaration 'nd' definition '_nd'.
libgpuarray-0.6.9/src/gpuarray_util.c:153:63: note: Function 'gpuarray_elemwise_collapse' argument 2 names different: declaration 'nd' definition '_nd'.
libgpuarray-0.6.9/src/gpuarray_util.c:154:41: style: Function 'gpuarray_elemwise_collapse' argument 3 names different: declaration 'dim' definition 'dims'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/gpuarray/util.h:99:57: note: Function 'gpuarray_elemwise_collapse' argument 3 names different: declaration 'dim' definition 'dims'.
libgpuarray-0.6.9/src/gpuarray_util.c:154:41: note: Function 'gpuarray_elemwise_collapse' argument 3 names different: declaration 'dim' definition 'dims'.
libgpuarray-0.6.9/src/util/integerfactoring.c:274:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:543:28: style: The scope of the variable 'Ut' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:543:35: style: The scope of the variable 'Vt' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:544:11: style: The scope of the variable 'J' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:881:39: style: The scope of the variable 'nCurr' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1344:11: style: The scope of the variable 'kBS' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1344:16: style: The scope of the variable 'kGS' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1344:21: style: The scope of the variable 'k' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1490:11: style: The scope of the variable 'f' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1490:14: style: The scope of the variable 'p' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1510:17: style: The scope of the variable 'c' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1511:11: style: The scope of the variable 'f' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/integerfactoring.c:1533:12: style: The scope of the variable 'k' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:11: style: The scope of the variable 'X0' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:14: style: The scope of the variable 'X1' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:17: style: The scope of the variable 'X2' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:20: style: The scope of the variable 'X3' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:23: style: The scope of the variable 'X4' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:26: style: The scope of the variable 'X5' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:29: style: The scope of the variable 'X6' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:84:32: style: The scope of the variable 'X7' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:240:10: style: The scope of the variable 'n' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:282:12: style: The scope of the variable 'n' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/skein.c:83:11: style: Variable 'kw' is not assigned a value. [unassignedVariable]
libgpuarray-0.6.9/src/util/strb.c:69:11: style: The scope of the variable 'res' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/strb.c:88:11: style: The scope of the variable 'res' can be reduced. [variableScope]
libgpuarray-0.6.9/src/util/xxhash.c:254:47: style: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/util/xxhash.h:81:47: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
libgpuarray-0.6.9/src/util/xxhash.c:254:47: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
libgpuarray-0.6.9/src/util/xxhash.c:301:42: style: Function 'XXH32_reset' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/util/xxhash.h:104:44: note: Function 'XXH32_reset' argument 1 names different: declaration 'statePtr' definition 'state_in'.
libgpuarray-0.6.9/src/util/xxhash.c:301:42: note: Function 'XXH32_reset' argument 1 names different: declaration 'statePtr' definition 'state_in'.
libgpuarray-0.6.9/src/util/xxhash.c:403:44: style: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/util/xxhash.h:105:44: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
libgpuarray-0.6.9/src/util/xxhash.c:403:44: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
libgpuarray-0.6.9/src/util/xxhash.c:403:80: style: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/util/xxhash.h:105:80: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
libgpuarray-0.6.9/src/util/xxhash.c:403:80: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
libgpuarray-0.6.9/src/util/xxhash.c:457:49: style: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
libgpuarray-0.6.9/src/util/xxhash.h:106:50: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
libgpuarray-0.6.9/src/util/xxhash.c:457:49: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
libgpuarray-0.6.9/tests/check_buffer_collectives.c:190:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:191:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:192:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:193:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:284:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:285:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:286:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:287:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:392:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:393:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:394:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:395:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:468:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_buffer_collectives.c:541:1: style: Checking if unsigned variable 'res' is less than zero. [unsignedLessThanZero]
libgpuarray-0.6.9/tests/check_collectives.c:95:7: style: The scope of the variable 'res' can be reduced. [variableScope]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:276:34: style: Condition 'warpAxis==0' is always true [knownConditionTrueFalse]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:266:29: note: Assignment 'warpAxis=0', assigned value is 0
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:276:34: note: Condition 'warpAxis==0' is always true
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:277:34: style: Condition 'warpAxis==1' is always false [knownConditionTrueFalse]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:266:29: note: Assignment 'warpAxis=0', assigned value is 0
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:277:34: note: Condition 'warpAxis==1' is always false
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:278:34: style: Condition 'warpAxis==2' is always false [knownConditionTrueFalse]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:266:29: note: Assignment 'warpAxis=0', assigned value is 0
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:278:34: note: Condition 'warpAxis==2' is always false
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:374:34: style: Condition 'warpAxis==0' is always false [knownConditionTrueFalse]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:364:28: note: Assignment 'warpAxis=2', assigned value is 2
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:374:34: note: Condition 'warpAxis==0' is always false
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:375:34: style: Condition 'warpAxis==1' is always false [knownConditionTrueFalse]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:364:28: note: Assignment 'warpAxis=2', assigned value is 2
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:375:34: note: Condition 'warpAxis==1' is always false
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:376:34: style: Condition 'warpAxis==2' is always true [knownConditionTrueFalse]
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:364:28: note: Assignment 'warpAxis=2', assigned value is 2
libgpuarray-0.6.9/tests/check_util_integerfactoring.c:376:34: note: Condition 'warpAxis==2' is always true
libgpuarray-0.6.9/tests/device.c:16:3: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
libgpuarray-0.6.9/tests/device.c:12:0: note: Variable 'dev' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/tests/device.c:16:3: note: Variable 'dev' is reassigned a value before the old one has been used.
libgpuarray-0.6.9/tests/device.c:15:7: style: The scope of the variable 'd' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-d3-perl/libgraph-d3-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-easy-as-svg-perl/libgraph-easy-as-svg-perl_0.27.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-easy-perl/libgraph-easy-perl_0.76.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-perl/libgraph-perl_0.9704.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-readwrite-perl/libgraph-readwrite-perl_2.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-writer-dsm-perl/libgraph-writer-dsm-perl_0.008.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraph-writer-graphviz-perl/libgraph-writer-graphviz-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-color-perl/libgraphics-color-perl_0.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-colornames-perl/libgraphics-colornames-perl_2.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-colornames-www-perl/libgraphics-colornames-www-perl_1.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-colorobject-perl/libgraphics-colorobject-perl_0.5.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-colorutils-perl/libgraphics-colorutils-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-gnuplotif-perl/libgraphics-gnuplotif-perl_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-libplot-perl/libgraphics-libplot-perl_2.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-primitive-driver-cairo-perl/libgraphics-primitive-driver-cairo-perl_0.47.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphics-primitive-perl/libgraphics-primitive-perl_0.67.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphite-php/libgraphite-php_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgraphviz-perl/libgraphviz-perl_2.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgravatar-url-perl/libgravatar-url-perl_1.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgringotts/libgringotts_1.2.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgrip/libgrip_0.3.8.orig.tar.gz
grip-0.3.8/src/gripgesturemanager.c:955:40: style: Function 'toplevel_mapped_cb' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
grip-0.3.8/src/gripgesturemanager.c:139:50: note: Function 'toplevel_mapped_cb' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'.
grip-0.3.8/src/gripgesturemanager.c:955:40: note: Function 'toplevel_mapped_cb' argument 2 names different: declaration 'event' definition 'G_GNUC_UNUSED'.
grip-0.3.8/src/gripgesturemanager.c:1024:70: style: Function 'grip_gesture_manager_unregister_window' argument 1 names different: declaration 'manager' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
grip-0.3.8/src/gripgesturemanager.h:406:67: note: Function 'grip_gesture_manager_unregister_window' argument 1 names different: declaration 'manager' definition 'G_GNUC_UNUSED'.
grip-0.3.8/src/gripgesturemanager.c:1024:70: note: Function 'grip_gesture_manager_unregister_window' argument 1 names different: declaration 'manager' definition 'G_GNUC_UNUSED'.
grip-0.3.8/src/gripgesturemanager.c:1025:71: style: Function 'grip_gesture_manager_unregister_window' argument 2 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
grip-0.3.8/src/gripgesturemanager.h:407:67: note: Function 'grip_gesture_manager_unregister_window' argument 2 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
grip-0.3.8/src/gripgesturemanager.c:1025:71: note: Function 'grip_gesture_manager_unregister_window' argument 2 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgrits/libgrits_0.8.1.orig.tar.gz
grits-0.8.1/src/data/grits-tms.c:75:16: style: Function 'grits_tms_new' argument 2 names different: declaration 'cache_prefix' definition 'prefix'. [funcArgNamesDifferent]
grits-0.8.1/src/data/grits-tms.h:38:63: note: Function 'grits_tms_new' argument 2 names different: declaration 'cache_prefix' definition 'prefix'.
grits-0.8.1/src/data/grits-tms.c:75:16: note: Function 'grits_tms_new' argument 2 names different: declaration 'cache_prefix' definition 'prefix'.
grits-0.8.1/src/data/grits-tms.c:75:37: style: Function 'grits_tms_new' argument 3 names different: declaration 'extention' definition 'extension'. [funcArgNamesDifferent]
grits-0.8.1/src/data/grits-tms.h:38:90: note: Function 'grits_tms_new' argument 3 names different: declaration 'extention' definition 'extension'.
grits-0.8.1/src/data/grits-tms.c:75:37: note: Function 'grits_tms_new' argument 3 names different: declaration 'extention' definition 'extension'.
grits-0.8.1/src/data/grits-tms.c:84:31: style: Function 'grits_tms_free' argument 1 names different: declaration 'self' definition 'tms'. [funcArgNamesDifferent]
grits-0.8.1/src/data/grits-tms.h:40:31: note: Function 'grits_tms_free' argument 1 names different: declaration 'self' definition 'tms'.
grits-0.8.1/src/data/grits-tms.c:84:31: note: Function 'grits_tms_free' argument 1 names different: declaration 'self' definition 'tms'.
grits-0.8.1/src/grits-plugin.c:383:61: style: Function 'grits_plugins_foreach' argument 2 names different: declaration 'callback' definition '_callback'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-plugin.h:101:61: note: Function 'grits_plugins_foreach' argument 2 names different: declaration 'callback' definition '_callback'.
grits-0.8.1/src/grits-plugin.c:383:61: note: Function 'grits_plugins_foreach' argument 2 names different: declaration 'callback' definition '_callback'.
grits-0.8.1/src/grits-prefs.c:161:1: style: Function 'grits_prefs_get_string_v' argument 4 names different: declaration 'error' definition '_error'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-prefs.h:58:103: note: Function 'grits_prefs_get_string_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:161:1: note: Function 'grits_prefs_get_string_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:161:1: style: Function 'grits_prefs_set_string_v' argument 4 names different: declaration 'string' definition 'value'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-prefs.h:68:107: note: Function 'grits_prefs_set_string_v' argument 4 names different: declaration 'string' definition 'value'.
grits-0.8.1/src/grits-prefs.c:161:1: note: Function 'grits_prefs_set_string_v' argument 4 names different: declaration 'string' definition 'value'.
grits-0.8.1/src/grits-prefs.c:161:1: style: Function 'grits_prefs_set_string' argument 3 names different: declaration 'string' definition 'value'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-prefs.h:63:87: note: Function 'grits_prefs_set_string' argument 3 names different: declaration 'string' definition 'value'.
grits-0.8.1/src/grits-prefs.c:161:1: note: Function 'grits_prefs_set_string' argument 3 names different: declaration 'string' definition 'value'.
grits-0.8.1/src/grits-prefs.c:162:1: style: Function 'grits_prefs_get_boolean_v' argument 4 names different: declaration 'error' definition '_error'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-prefs.h:59:103: note: Function 'grits_prefs_get_boolean_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:162:1: note: Function 'grits_prefs_get_boolean_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:163:1: style: Function 'grits_prefs_get_integer_v' argument 4 names different: declaration 'error' definition '_error'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-prefs.h:60:103: note: Function 'grits_prefs_get_integer_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:163:1: note: Function 'grits_prefs_get_integer_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:164:1: style: Function 'grits_prefs_get_double_v' argument 4 names different: declaration 'error' definition '_error'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-prefs.h:61:103: note: Function 'grits_prefs_get_double_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-prefs.c:164:1: note: Function 'grits_prefs_get_double_v' argument 4 names different: declaration 'error' definition '_error'.
grits-0.8.1/src/grits-viewer.c:302:69: style: Function 'grits_viewer_pan' argument 3 names different: declaration 'right' definition 'sideways'. [funcArgNamesDifferent]
grits-0.8.1/src/grits-viewer.h:162:69: note: Function 'grits_viewer_pan' argument 3 names different: declaration 'right' definition 'sideways'.
grits-0.8.1/src/grits-viewer.c:302:69: note: Function 'grits_viewer_pan' argument 3 names different: declaration 'right' definition 'sideways'.
grits-0.8.1/src/objects/grits-tile.c:204:35: style: Function 'grits_tile_update' argument 1 names different: declaration 'root' definition 'tile'. [funcArgNamesDifferent]
grits-0.8.1/src/objects/grits-tile.h:132:35: note: Function 'grits_tile_update' argument 1 names different: declaration 'root' definition 'tile'.
grits-0.8.1/src/objects/grits-tile.c:204:35: note: Function 'grits_tile_update' argument 1 names different: declaration 'root' definition 'tile'.
grits-0.8.1/src/objects/grits-tile.c:274:33: style: Function 'grits_tile_load_pixels' argument 5 names different: declaration 'channels' definition 'alpha'. [funcArgNamesDifferent]
grits-0.8.1/src/objects/grits-tile.h:138:33: note: Function 'grits_tile_load_pixels' argument 5 names different: declaration 'channels' definition 'alpha'.
grits-0.8.1/src/objects/grits-tile.c:274:33: note: Function 'grits_tile_load_pixels' argument 5 names different: declaration 'channels' definition 'alpha'.
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgroboutils-java/libgroboutils-java_5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgroove/libgroove_4.3.0.orig.tar.gz
libgroove-4.3.0/example/metadata.c:20:11: style: The scope of the variable 'arg' can be reduced. [variableScope]
libgroove-4.3.0/groove/playlist.c:817:5: warning: Either the condition '!map_entry' is redundant or there is possible null pointer dereference: map_entry. [nullPointerRedundantCheck]
libgroove-4.3.0/groove/playlist.c:818:9: note: Assuming that condition '!map_entry' is not redundant
libgroove-4.3.0/groove/playlist.c:817:5: note: Null pointer dereference
libgroove-4.3.0/groove/playlist.c:1196:5: style: Variable 'p->purge_item' is reassigned a value before the old one has been used. [redundantAssignment]
libgroove-4.3.0/groove/playlist.c:1194:5: note: Variable 'p->purge_item' is reassigned a value before the old one has been used.
libgroove-4.3.0/groove/playlist.c:1196:5: note: Variable 'p->purge_item' is reassigned a value before the old one has been used.
libgroove-4.3.0/groove/playlist.c:169:9: style: The scope of the variable 'len1' can be reduced. [variableScope]
libgroove-4.3.0/groove/playlist.c:149:5: error: Address of auto-variable 'b->externals' returned [returnAddressOfAutoVariable]
libgroove-4.3.0/groove/playlist.c:1315:5: error: Address of auto-variable 's->externals' returned [returnAddressOfAutoVariable]
libgroove-4.3.0/groove/queue.c:43:5: error: Address of auto-variable 'q->externals' returned [returnAddressOfAutoVariable]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgrss/libgrss_0.7.0.orig.tar.xz
libgrss-0.7.0/src/feed-atom-formatter.c:37:15: style: The scope of the variable 'str' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-formatter.c:38:9: style: The scope of the variable 'formatted' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-formatter.c:39:9: style: The scope of the variable 'date' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-formatter.c:42:21: style: The scope of the variable 'person' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-formatter.c:46:16: style: The scope of the variable 'item' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-handler.c:427:2: style: Variable 'category' is reassigned a value before the old one has been used. [redundantAssignment]
libgrss-0.7.0/src/feed-atom-handler.c:425:0: note: Variable 'category' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/feed-atom-handler.c:427:2: note: Variable 'category' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/feed-atom-handler.c:613:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
libgrss-0.7.0/src/feed-atom-handler.c:611:0: note: Variable 'label' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/feed-atom-handler.c:613:2: note: Variable 'label' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/feed-atom-handler.c:91:11: style: The scope of the variable 'escapedBaseURL' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-handler.c:329:15: style: The scope of the variable 'home' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-handler.c:532:9: style: The scope of the variable 't' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-handler.c:642:9: style: The scope of the variable 'version' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-handler.c:644:9: style: The scope of the variable 'uri' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-atom-handler.c:754:9: style: The scope of the variable 't' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-channel.c:91:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-channel.c:949:18: style: The scope of the variable 'parser' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-channel.c:947:9: style: Unused variable: iter [unusedVariable]
libgrss-0.7.0/src/feed-enclosure.c:176:17: style: The scope of the variable 'stream_out' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-enclosure.c:241:9: style: The scope of the variable 'file' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-marshal.c:58:63: style: Function 'feed_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgrss-0.7.0/src/feed-marshal.h:14:62: note: Function 'feed_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:58:63: note: Function 'feed_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:61:66: style: Function 'feed_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgrss-0.7.0/src/feed-marshal.h:17:62: note: Function 'feed_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:61:66: note: Function 'feed_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:95:62: style: Function 'feed_marshal_VOID__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgrss-0.7.0/src/feed-marshal.h:22:61: note: Function 'feed_marshal_VOID__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:95:62: note: Function 'feed_marshal_VOID__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:98:65: style: Function 'feed_marshal_VOID__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgrss-0.7.0/src/feed-marshal.h:25:61: note: Function 'feed_marshal_VOID__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:98:65: note: Function 'feed_marshal_VOID__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:132:62: style: Function 'feed_marshal_VOID__OBJECT_OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgrss-0.7.0/src/feed-marshal.h:30:61: note: Function 'feed_marshal_VOID__OBJECT_OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:132:62: note: Function 'feed_marshal_VOID__OBJECT_OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:135:65: style: Function 'feed_marshal_VOID__OBJECT_OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgrss-0.7.0/src/feed-marshal.h:33:61: note: Function 'feed_marshal_VOID__OBJECT_OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-marshal.c:135:65: note: Function 'feed_marshal_VOID__OBJECT_OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libgrss-0.7.0/src/feed-parser.c:89:15: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-parser.c:135:15: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:37:15: style: The scope of the variable 'str' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:38:15: style: The scope of the variable 'title' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:39:15: style: The scope of the variable 'link' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:40:9: style: The scope of the variable 'formatted' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:41:9: style: The scope of the variable 'date' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:44:21: style: The scope of the variable 'person' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:48:16: style: The scope of the variable 'item' can be reduced. [variableScope]
libgrss-0.7.0/src/feed-rss-formatter.c:45:15: style: Unused variable: list [unusedVariable]
libgrss-0.7.0/src/feed-rss-handler.c:115:9: style: The scope of the variable 'completepath' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-group.c:80:25: style: The scope of the variable 'parser' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-group.c:120:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-group.c:149:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-group.c:152:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-group.c:185:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-group.c:256:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-opml-group-handler.c:222:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-opml-group-handler.c:223:19: style: The scope of the variable 'channel' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:66:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:67:23: style: The scope of the variable 'wrap' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:80:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:81:23: style: The scope of the variable 'wrap' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:100:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:202:23: style: The scope of the variable 'wrap' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:315:23: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:337:6: style: The scope of the variable 'interval' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pool.c:340:23: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:252:16: style: The scope of the variable 'item' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:362:20: style: The scope of the variable 'client' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:418:9: style: The scope of the variable 'text' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:420:15: style: The scope of the variable 'olink' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:424:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:425:20: style: The scope of the variable 'client' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:557:9: style: The scope of the variable 'text' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:748:20: style: The scope of the variable 'client_test' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:772:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:779:15: style: The scope of the variable 'verify_msg' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:932:14: style: The scope of the variable 'topic' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-publisher.c:951:20: style: The scope of the variable 'client' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pubsubhubbub-subscriber.c:143:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-pubsubhubbub-subscriber.c:144:9: style: The scope of the variable 'challenge' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-rsscloud-subscriber.c:85:11: style: The scope of the variable 'success' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-rsscloud-subscriber.c:183:9: style: The scope of the variable 'challenge' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-store.c:124:16: style: The scope of the variable 'item' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-store.c:147:9: style: The scope of the variable 'channels' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:99:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:100:9: style: The scope of the variable 'cache_iter' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:204:30: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:221:23: style: The scope of the variable 'wrap' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:222:30: style: The scope of the variable 'handler' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:300:15: style: The scope of the variable 'item_id' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:303:16: style: The scope of the variable 'item' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:345:23: style: The scope of the variable 'wrap' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:361:23: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:374:23: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:402:23: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:459:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:460:6: style: The scope of the variable 'len' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:461:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:462:23: style: The scope of the variable 'sub' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:555:23: style: The scope of the variable 'wrap' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-subscriber.c:476:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgrss-0.7.0/src/feeds-xbel-group-handler.c:122:19: style: The scope of the variable 'channel' can be reduced. [variableScope]
libgrss-0.7.0/src/feeds-xoxo-group-handler.c:138:19: style: The scope of the variable 'channel' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:85:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:99:9: style: The scope of the variable 't' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:188:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:189:9: style: The scope of the variable 'sep' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:190:9: style: The scope of the variable 'latitude' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:191:9: style: The scope of the variable 'longitude' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:285:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:286:15: style: The scope of the variable 'old' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:305:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:307:9: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:308:21: style: The scope of the variable 'enclosure' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:309:19: style: The scope of the variable 'feed' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:466:9: style: The scope of the variable 'href' can be reduced. [variableScope]
libgrss-0.7.0/src/ns-handler.c:467:9: style: The scope of the variable 'relation' can be reduced. [variableScope]
libgrss-0.7.0/src/utils.c:124:2: style: Variable 'xpathCtxt' is reassigned a value before the old one has been used. [redundantAssignment]
libgrss-0.7.0/src/utils.c:120:0: note: Variable 'xpathCtxt' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/utils.c:124:2: note: Variable 'xpathCtxt' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/utils.c:156:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
libgrss-0.7.0/src/utils.c:148:0: note: Variable 'out' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/utils.c:156:2: note: Variable 'out' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/utils.c:175:2: style: Variable 'xml_base' is reassigned a value before the old one has been used. [redundantAssignment]
libgrss-0.7.0/src/utils.c:164:0: note: Variable 'xml_base' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/utils.c:175:2: note: Variable 'xml_base' is reassigned a value before the old one has been used.
libgrss-0.7.0/src/utils.c:373:9: style: The scope of the variable 't2' can be reduced. [variableScope]
libgrss-0.7.0/src/utils.c:436:9: style: The scope of the variable 't2' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgsecuredelete/libgsecuredelete_0.3.orig.tar.gz
libgsecuredelete-0.3/gsecuredelete/gsd-async-operation.c:647:0: error: syntax error [syntaxError]
libgsecuredelete-0.3/gsecuredelete/gsd-delete-operation.c:214:0: error: syntax error [syntaxError]
libgsecuredelete-0.3/gsecuredelete/gsd-fill-operation.c:280:0: error: syntax error [syntaxError]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:136:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:135:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:136:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:89:11: style: struct member '_GsdAsyncOperationClass::build_args' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:90:12: style: struct member '_GsdAsyncOperationClass::build_env' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:91:9: style: struct member '_GsdAsyncOperationClass::cleanup' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:92:10: style: struct member '_GsdAsyncOperationClass::get_max_progress' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:93:10: style: struct member '_GsdAsyncOperationClass::get_progress' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:94:11: style: struct member '_GsdAsyncOperationClass::get_subprocess_error_msg' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-mem-operation.c:95:32: style: struct member '_GsdAsyncOperationClass::classify_exit_status' is never used. [unusedStructMember]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:336:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:338:3: note: Assuming that condition 'e==NULL' is not redundant
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:335:12: note: Assignment '_tmp3_=e', assigned value is 0
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:336:12: note: Null pointer dereference
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:176:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:174:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:176:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:192:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:188:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:192:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:193:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:189:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:193:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:194:2: style: Variable 'arg_fast' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:187:0: note: Variable 'arg_fast' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:194:2: note: Variable 'arg_fast' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:195:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:190:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:195:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:199:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:197:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:199:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:200:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:198:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:200:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:237:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:233:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:237:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:238:2: style: Variable 'arg_mode' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:231:0: note: Variable 'arg_mode' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:238:2: note: Variable 'arg_mode' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:239:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:234:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:239:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:243:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:241:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:243:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:244:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:242:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:244:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:267:2: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:264:0: note: Variable 'args' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:267:2: note: Variable 'args' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:268:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:265:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:268:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:272:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:263:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:272:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:309:2: style: Variable 'progress' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:306:0: note: Variable 'progress' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:309:2: note: Variable 'progress' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:315:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:313:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:315:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:316:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:311:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:316:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:333:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:330:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:333:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:335:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:331:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:335:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:336:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:332:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:336:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:362:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:359:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:362:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:363:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:358:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:363:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:390:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:387:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:390:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:391:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:386:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:391:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:409:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:408:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:409:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:418:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:416:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:418:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:427:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:425:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:427:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-secure-delete-operation.c:481:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgsecuredelete-0.3/gsecuredelete/gsd-swap-operation.c:400:0: error: syntax error [syntaxError]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:74:2: style: Variable 'ready' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:71:0: note: Variable 'ready' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:74:2: note: Variable 'ready' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:88:3: style: Variable 'rfds' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:77:0: note: Variable 'rfds' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:88:3: note: Variable 'rfds' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:91:3: style: Variable 'tv' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:79:0: note: Variable 'tv' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:91:3: note: Variable 'tv' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:93:3: style: Variable 'rfds' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:88:3: note: Variable 'rfds' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:93:3: note: Variable 'rfds' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:97:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:85:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:97:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:106:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:103:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:106:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:107:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:104:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:107:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:146:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:142:0: note: Variable 'buf' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:146:2: note: Variable 'buf' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:147:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:147:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:157:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:150:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:157:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:158:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:151:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:158:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:161:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:153:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:161:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:162:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:154:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:162:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:163:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:155:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:163:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:164:3: style: Variable 'n_read' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:149:0: note: Variable 'n_read' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:164:3: note: Variable 'n_read' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:165:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:156:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:165:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:175:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:169:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:175:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:179:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:171:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:179:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:180:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:172:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:180:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:194:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:191:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:194:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:195:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:192:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:195:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:197:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:193:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:197:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:204:3: style: Variable 'packet_size' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:200:0: note: Variable 'packet_size' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:204:3: note: Variable 'packet_size' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:205:3: style: Variable 'n_read' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:201:0: note: Variable 'n_read' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:205:3: note: Variable 'n_read' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:206:3: style: Variable 'read_rv' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:202:0: note: Variable 'read_rv' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:206:3: note: Variable 'read_rv' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:210:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:209:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:210:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:228:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:227:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:228:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:231:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:230:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:231:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:239:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:237:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:239:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:240:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:238:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:240:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:265:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:263:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:265:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:266:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:264:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:266:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:284:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:278:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:284:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:288:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:280:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:288:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:289:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:281:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:289:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:303:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:300:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:303:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:304:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:301:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:304:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:306:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:302:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:306:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:341:2: style: Variable 'n_occur' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:339:0: note: Variable 'n_occur' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:341:2: note: Variable 'n_occur' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:347:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:345:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:347:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:348:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:343:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:348:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:364:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:359:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:364:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:365:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:360:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:365:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:366:4: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:358:0: note: Variable 'buf' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:366:4: note: Variable 'buf' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:369:4: style: Variable 'read_rv' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:363:0: note: Variable 'read_rv' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:369:4: note: Variable 'read_rv' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:372:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:371:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:372:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:383:7: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:381:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:383:7: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:384:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:382:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:384:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:402:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:399:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:402:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:403:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:400:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:403:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:416:8: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:415:0: note: Variable 'i' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:416:8: note: Variable 'i' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:419:9: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:418:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:419:9: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:430:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:429:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:430:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:446:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:445:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:446:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:464:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:461:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:464:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:466:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:462:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:466:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:467:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:463:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:467:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:468:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:465:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:468:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-utils.c:306:14: style: Variable '_tmp45_' is assigned a value that is never used. [unreadVariable]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:152:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:150:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:152:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:168:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:164:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:168:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:169:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:165:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:169:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:170:2: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:163:0: note: Variable 'arg' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:170:2: note: Variable 'arg' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:171:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:166:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:171:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:175:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:173:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:175:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:176:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:174:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:176:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:200:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:197:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:200:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:201:2: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:196:0: note: Variable 'args' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:201:2: note: Variable 'args' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:220:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:219:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:220:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:229:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:227:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:229:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:238:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:238:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/gsd-zeroable-operation.c:266:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
libgsecuredelete-0.3/gsecuredelete/main.c:354:11: warning: Either the condition 'test==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgsecuredelete-0.3/gsecuredelete/main.c:614:2: note: Assuming that condition 'test==NULL' is not redundant
libgsecuredelete-0.3/gsecuredelete/main.c:604:11: note: Assignment '_tmp2_=test', assigned value is 0
libgsecuredelete-0.3/gsecuredelete/main.c:607:21: note: Calling function 'test_run', 1st argument 'self' value is 0
libgsecuredelete-0.3/gsecuredelete/main.c:354:11: note: Null pointer dereference
libgsecuredelete-0.3/gsecuredelete/main.c:355:19: warning: Either the condition 'test==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libgsecuredelete-0.3/gsecuredelete/main.c:614:2: note: Assuming that condition 'test==NULL' is not redundant
libgsecuredelete-0.3/gsecuredelete/main.c:604:11: note: Assignment '_tmp2_=test', assigned value is 0
libgsecuredelete-0.3/gsecuredelete/main.c:607:21: note: Calling function 'test_run', 1st argument 'self' value is 0
libgsecuredelete-0.3/gsecuredelete/main.c:355:19: note: Null pointer dereference
libgsecuredelete-0.3/gsecuredelete/main.c:394:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
libgsecuredelete-0.3/gsecuredelete/main.c:396:3: note: Assuming that condition 'e==NULL' is not redundant
libgsecuredelete-0.3/gsecuredelete/main.c:393:13: note: Assignment '_tmp11_=e', assigned value is 0
libgsecuredelete-0.3/gsecuredelete/main.c:394:13: note: Null pointer dereference
libgsecuredelete-0.3/gsecuredelete/main.c:160:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:158:0: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:160:2: note: Variable 'self' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:161:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:159:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:161:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:177:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:174:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:177:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:180:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:179:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:180:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:185:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:183:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:185:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:186:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:184:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:186:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:197:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:195:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:197:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:198:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:196:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:198:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:212:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:206:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:212:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:213:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:205:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:213:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:214:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:214:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:221:3: style: Variable 'arg_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:217:0: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:221:3: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:226:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:224:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:226:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:227:4: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:225:0: note: Variable 'arg' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:227:4: note: Variable 'arg' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:233:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:229:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:233:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:234:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:230:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:234:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:236:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:232:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:236:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:240:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:238:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:240:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:241:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:239:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:241:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:254:3: style: Variable 'i_collection' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:252:0: note: Variable 'i_collection' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:254:3: note: Variable 'i_collection' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:258:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:256:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:258:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:259:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:257:0: note: Variable 'i' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:259:4: note: Variable 'i' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:263:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:261:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:263:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:264:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:262:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:264:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:285:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:278:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:285:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:286:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:277:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:286:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:287:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:279:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:287:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:308:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:308:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:309:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:306:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:309:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:311:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:305:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:311:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:320:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:319:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:320:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:321:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:318:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:321:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:324:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:317:0: note: Variable 'result' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:324:2: note: Variable 'result' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:354:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:342:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:354:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:357:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:345:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:357:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:358:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:346:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:358:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:360:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:348:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:360:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:361:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:341:0: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:361:2: note: Variable 'op' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:362:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:349:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:362:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:375:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:373:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:375:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:390:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:386:0: note: Variable 'e' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:390:3: note: Variable 'e' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:392:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:387:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:392:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:393:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:388:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:393:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:394:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:389:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:394:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:531:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:529:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:531:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:549:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:549:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:550:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:550:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:553:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:552:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:553:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:602:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:596:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:602:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:603:2: style: Variable 'test' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:595:0: note: Variable 'test' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:603:2: note: Variable 'test' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:604:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:598:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:604:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:605:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:599:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:605:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:607:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libgsecuredelete-0.3/gsecuredelete/main.c:601:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:607:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libgsecuredelete-0.3/gsecuredelete/main.c:222:28: style: Variable 'arg_collection_length1' is assigned a value that is never used. [unreadVariable]
libgsecuredelete-0.3/gsecuredelete/main.c:219:0: style: Variable '_arg_collection_size_' is assigned a value that is never used. [unreadVariable]
libgsecuredelete-0.3/gsecuredelete/main.c:235:22: style: Variable '_tmp4__length1' is assigned a value that is never used. [unreadVariable]
libgsecuredelete-0.3/gsecuredelete/main.c:296:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgsf/libgsf_1.14.43.orig.tar.xz
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:179:24: warning: Either the condition 'src_input!=NULL' is redundant or there is possible null pointer dereference: src. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:178:34: note: Assuming that condition 'src_input!=NULL' is not redundant
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:173:31: note: Assignment 'src=(GsfInputIStream*)src_input', assigned value is 0
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:179:24: note: Null pointer dereference
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:181:22: warning: Either the condition 'src_input!=NULL' is redundant or there is possible null pointer dereference: src. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:178:34: note: Assuming that condition 'src_input!=NULL' is not redundant
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:173:31: note: Assignment 'src=(GsfInputIStream*)src_input', assigned value is 0
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:181:22: note: Null pointer dereference
libgsf-1.14.43/gsf-win32/gsf-input-win32.c:174:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-infile-msole.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-infile-msole.c:493:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-infile-zip.c:127:8: style: The scope of the variable 'dirname' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-infile-zip.c:154:16: style: The scope of the variable 'data' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-infile-zip.c:306:9: style: Variable 'extra' is assigned a value that is never used. [unreadVariable]
libgsf-1.14.43/gsf/gsf-infile-zip.c:305:16: style: Variable 'disk_start' is assigned a value that is never used. [unreadVariable]
libgsf-1.14.43/gsf/gsf-input-gio.c:243:24: warning: Either the condition 'src_input!=NULL' is redundant or there is possible null pointer dereference: src. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf/gsf-input-gio.c:242:34: note: Assuming that condition 'src_input!=NULL' is not redundant
libgsf-1.14.43/gsf/gsf-input-gio.c:239:21: note: Assignment 'src=(GsfInputGio*)src_input', assigned value is 0
libgsf-1.14.43/gsf/gsf-input-gio.c:243:24: note: Null pointer dereference
libgsf-1.14.43/gsf/gsf-input-gio.c:245:22: warning: Either the condition 'src_input!=NULL' is redundant or there is possible null pointer dereference: src. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf/gsf-input-gio.c:242:34: note: Assuming that condition 'src_input!=NULL' is not redundant
libgsf-1.14.43/gsf/gsf-input-gio.c:239:21: note: Assignment 'src=(GsfInputGio*)src_input', assigned value is 0
libgsf-1.14.43/gsf/gsf-input-gio.c:245:22: note: Null pointer dereference
libgsf-1.14.43/gsf/gsf-input-gzip.c:83:19: style: The scope of the variable 'len' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-input-http.c:140:44: style: Function 'gsf_input_http_set_property' argument 3 names different: declaration 'value' definition 'VAL'. [funcArgNamesDifferent]
libgsf-1.14.43/gsf/gsf-input-http.c:43:56: note: Function 'gsf_input_http_set_property' argument 3 names different: declaration 'value' definition 'VAL'.
libgsf-1.14.43/gsf/gsf-input-http.c:140:44: note: Function 'gsf_input_http_set_property' argument 3 names different: declaration 'value' definition 'VAL'.
libgsf-1.14.43/gsf/gsf-input-http.c:168:38: style: Function 'gsf_input_http_get_property' argument 3 names different: declaration 'value' definition 'VAL'. [funcArgNamesDifferent]
libgsf-1.14.43/gsf/gsf-input-http.c:46:50: note: Function 'gsf_input_http_get_property' argument 3 names different: declaration 'value' definition 'VAL'.
libgsf-1.14.43/gsf/gsf-input-http.c:168:38: note: Function 'gsf_input_http_get_property' argument 3 names different: declaration 'value' definition 'VAL'.
libgsf-1.14.43/gsf/gsf-input-http.c:330:38: style: Function 'gsf_input_http_seek' argument 1 names different: declaration 'input' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgsf-1.14.43/gsf/gsf-input-http.c:52:48: note: Function 'gsf_input_http_seek' argument 1 names different: declaration 'input' definition 'G_GNUC_UNUSED'.
libgsf-1.14.43/gsf/gsf-input-http.c:330:38: note: Function 'gsf_input_http_seek' argument 1 names different: declaration 'input' definition 'G_GNUC_UNUSED'.
libgsf-1.14.43/gsf/gsf-input-http.c:331:25: style: Function 'gsf_input_http_seek' argument 2 names different: declaration 'offset' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgsf-1.14.43/gsf/gsf-input-http.c:52:65: note: Function 'gsf_input_http_seek' argument 2 names different: declaration 'offset' definition 'G_GNUC_UNUSED'.
libgsf-1.14.43/gsf/gsf-input-http.c:331:25: note: Function 'gsf_input_http_seek' argument 2 names different: declaration 'offset' definition 'G_GNUC_UNUSED'.
libgsf-1.14.43/gsf/gsf-input-http.c:331:57: style: Function 'gsf_input_http_seek' argument 3 names different: declaration 'whence' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libgsf-1.14.43/gsf/gsf-input-http.c:53:48: note: Function 'gsf_input_http_seek' argument 3 names different: declaration 'whence' definition 'G_GNUC_UNUSED'.
libgsf-1.14.43/gsf/gsf-input-http.c:331:57: note: Function 'gsf_input_http_seek' argument 3 names different: declaration 'whence' definition 'G_GNUC_UNUSED'.
libgsf-1.14.43/gsf/gsf-input-iochannel.c:36:19: style: Function 'gsf_input_memory_new_from_iochannel' argument 2 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
libgsf-1.14.43/gsf/gsf-input-iochannel.h:31:25: note: Function 'gsf_input_memory_new_from_iochannel' argument 2 names different: declaration 'error' definition 'err'.
libgsf-1.14.43/gsf/gsf-input-iochannel.c:36:19: note: Function 'gsf_input_memory_new_from_iochannel' argument 2 names different: declaration 'error' definition 'err'.
libgsf-1.14.43/gsf/gsf-input-memory.c:87:2: style: Variable 'mem' is reassigned a value before the old one has been used. [redundantAssignment]
libgsf-1.14.43/gsf/gsf-input-memory.c:81:0: note: Variable 'mem' is reassigned a value before the old one has been used.
libgsf-1.14.43/gsf/gsf-input-memory.c:87:2: note: Variable 'mem' is reassigned a value before the old one has been used.
libgsf-1.14.43/gsf/gsf-input-stdio.c:225:9: style: The scope of the variable 'nread' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-input.c:370:21: warning: Either the condition 'input!=NULL' is redundant or there is possible null pointer dereference: input. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf/gsf-input.c:372:30: note: Assuming that condition 'input!=NULL' is not redundant
libgsf-1.14.43/gsf/gsf-input.c:370:21: note: Null pointer dereference
libgsf-1.14.43/gsf/gsf-input.c:407:16: style: Checking if unsigned variable 'num_bytes' is less than zero. [unsignedLessThanZero]
libgsf-1.14.43/gsf/gsf-libxml.c:1104:2: warning: Either the condition 'doc!=NULL' is redundant or there is possible null pointer dereference: doc. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf/gsf-libxml.c:1106:25: note: Assuming that condition 'doc!=NULL' is not redundant
libgsf-1.14.43/gsf/gsf-libxml.c:1104:2: note: Null pointer dereference
libgsf-1.14.43/gsf/gsf-libxml.c:1105:6: warning: Either the condition 'doc!=NULL' is redundant or there is possible null pointer dereference: doc. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf/gsf-libxml.c:1106:25: note: Assuming that condition 'doc!=NULL' is not redundant
libgsf-1.14.43/gsf/gsf-libxml.c:1105:6: note: Null pointer dereference
libgsf-1.14.43/gsf/gsf-libxml.c:1302:28: warning: Either the condition 'xin!=NULL' is redundant or there is possible null pointer dereference: state. [nullPointerRedundantCheck]
libgsf-1.14.43/gsf/gsf-libxml.c:1294:24: note: Assuming that condition 'xin!=NULL' is not redundant
libgsf-1.14.43/gsf/gsf-libxml.c:1291:28: note: Assignment 'state=(struct GsfXMLInInternal*)xin', assigned value is 0
libgsf-1.14.43/gsf/gsf-libxml.c:1302:28: note: Null pointer dereference
libgsf-1.14.43/gsf/gsf-libxml.c:708:20: style: Same expression on both sides of '&&'. [duplicateExpression]
libgsf-1.14.43/gsf/gsf-libxml.c:102:19: style: The scope of the variable 'fv' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-libxml.c:513:17: style: The scope of the variable 'parse_context' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-libxml.c:668:22: style: The scope of the variable 'inst' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-libxml.c:725:18: style: The scope of the variable 'ns_ptr' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-libxml.c:728:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-libxml.c:1079:21: style: The scope of the variable 'group' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:227:21: style: The scope of the variable 'names' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:989:10: style: The scope of the variable 'name' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:990:10: style: The scope of the variable 'val' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:1010:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:1552:14: style: The scope of the variable 'name' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:1559:20: style: The scope of the variable 'prop' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:2372:9: style: The scope of the variable 'codepage_str' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-msole-utils.c:2422:9: style: The scope of the variable 'codepage_str' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-open-pkg-utils.c:175:16: style: The scope of the variable 'rel_doc' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-open-pkg-utils.c:707:18: style: The scope of the variable 'rel' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-opendoc-utils.c:454:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
libgsf-1.14.43/gsf/gsf-opendoc-utils.c:450:0: note: Variable 'state' is reassigned a value before the old one has been used.
libgsf-1.14.43/gsf/gsf-opendoc-utils.c:454:2: note: Variable 'state' is reassigned a value before the old one has been used.
libgsf-1.14.43/gsf/gsf-outfile-msole.c:569:9: style: The scope of the variable 'wsize' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-outfile-zip.c:638:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-outfile-zip.c:842:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-output-gzip.c:96:11: style: Condition 'nlen>0' is always false [knownConditionTrueFalse]
libgsf-1.14.43/gsf/gsf-output-gzip.c:91:13: note: Assignment 'nlen=0', assigned value is 0
libgsf-1.14.43/gsf/gsf-output-gzip.c:96:11: note: Condition 'nlen>0' is always false
libgsf-1.14.43/gsf/gsf-output-gzip.c:96:11: style: Same expression on both sides of '>' because the value of 'nlen' and '0' are the same. [duplicateExpression]
libgsf-1.14.43/gsf/gsf-output-gzip.c:91:13: note: 'nlen' is assigned value '0' here.
libgsf-1.14.43/gsf/gsf-output-gzip.c:96:11: note: Same expression on both sides of '>' because the value of 'nlen' and '0' are the same.
libgsf-1.14.43/gsf/gsf-output-gzip.c:101:26: style: Same expression on both sides of '>' because the value of 'nlen' and '0' are the same. [duplicateExpression]
libgsf-1.14.43/gsf/gsf-output-gzip.c:91:13: note: 'nlen' is assigned value '0' here.
libgsf-1.14.43/gsf/gsf-output-gzip.c:101:26: note: Same expression on both sides of '>' because the value of 'nlen' and '0' are the same.
libgsf-1.14.43/gsf/gsf-output-iochannel.c:49:2: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment]
libgsf-1.14.43/gsf/gsf-output-iochannel.c:45:0: note: Variable 'output' is reassigned a value before the old one has been used.
libgsf-1.14.43/gsf/gsf-output-iochannel.c:49:2: note: Variable 'output' is reassigned a value before the old one has been used.
libgsf-1.14.43/gsf/gsf-output-memory.c:147:14: error: va_list 'args2' used before va_start() was called. [va_list_usedBeforeStarted]
libgsf-1.14.43/gsf/gsf-output-memory.c:155:49: error: va_list 'args2' used before va_start() was called. [va_list_usedBeforeStarted]
libgsf-1.14.43/gsf/gsf-output-memory.c:157:3: error: va_list 'args2' used before va_start() was called. [va_list_usedBeforeStarted]
libgsf-1.14.43/gsf/gsf-output-stdio.c:372:9: style: The scope of the variable 'written' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-output-stdio.c:105:1: style: Label 'unlink_and_retry' is not used. [unusedLabel]
libgsf-1.14.43/gsf/gsf-output.c:735:13: error: va_list 'args2' used before va_start() was called. [va_list_usedBeforeStarted]
libgsf-1.14.43/gsf/gsf-output.c:746:47: error: va_list 'args2' used before va_start() was called. [va_list_usedBeforeStarted]
libgsf-1.14.43/gsf/gsf-output.c:749:2: error: va_list 'args2' used before va_start() was called. [va_list_usedBeforeStarted]
libgsf-1.14.43/gsf/gsf-structured-blob.c:43:11: style: The scope of the variable 'i' can be reduced. [variableScope]
libgsf-1.14.43/gsf/gsf-structured-blob.c:284:22: style: The scope of the variable 'child_blob' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-bzip.c:30:12: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-cat-zip.c:34:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-cp-msole.c:40:17: style: The scope of the variable 'data' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-cp-msole.c:67:12: style: The scope of the variable 'new_input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-cp-msole.c:68:13: style: The scope of the variable 'new_output' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-cp.c:38:2: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
libgsf-1.14.43/tests/test-cp.c:32:0: note: Variable 'input' is reassigned a value before the old one has been used.
libgsf-1.14.43/tests/test-cp.c:38:2: note: Variable 'input' is reassigned a value before the old one has been used.
libgsf-1.14.43/tests/test-dump-msole.c:37:16: style: The scope of the variable 'data' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-dump-msole.c:38:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-dump-msole.c:39:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-dump-msole.c:64:13: style: The scope of the variable 'src' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-dump-msole.c:65:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-gzip1.c:31:12: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-gzip2.c:32:12: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-http.c:30:12: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-ls-zip.c:34:13: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-ls-zip.c:35:13: style: The scope of the variable 'infile' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-msole1.c:248:6: warning: %hX in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libgsf-1.14.43/tests/test-msole1.c:144:13: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-msvba-zip.c:323:13: style: The scope of the variable 'output' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-msvba-zip.c:173:11: style: Variable 'string' is assigned a value that is never used. [unreadVariable]
libgsf-1.14.43/tests/test-msvba.c:35:13: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-restore-msole.c:37:16: style: The scope of the variable 'data' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-restore-msole.c:38:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-restore-msole.c:39:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-restore-msole.c:64:13: style: The scope of the variable 'src' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-restore-msole.c:65:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
libgsf-1.14.43/tests/test-zip1.c:53:13: style: The scope of the variable 'input' can be reduced. [variableScope]
libgsf-1.14.43/tools/gsf-vba-dump.c:42:13: style: The scope of the variable 'input' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgsm/libgsm_1.0.13.orig.tar.gz
gsm-1.0-pl13/add-test/add_test.c:99:7: style: Unused variable: l [unusedVariable]
gsm-1.0-pl13/add-test/add_test.c:319:11: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/add-test/add_test.c:325:11: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/add-test/add_test.c:351:12: style: Unused variable: utmp [unusedVariable]
gsm-1.0-pl13/src/add.c:145:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gsm-1.0-pl13/src/add.c:146:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gsm-1.0-pl13/src/add.c:149:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
gsm-1.0-pl13/src/code.c:87:23: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/debug.c:66:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
gsm-1.0-pl13/src/debug.c:73:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
gsm-1.0-pl13/src/decode.c:25:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/long_term.c:919:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/lpc.c:321:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
gsm-1.0-pl13/src/lpc.c:34:18: style: The scope of the variable 'i' can be reduced. [variableScope]
gsm-1.0-pl13/src/lpc.c:184:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/lpc.c:292:11: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/preprocess.c:52:11: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/preprocess.c:53:12: style: Unused variable: utmp [unusedVariable]
gsm-1.0-pl13/src/rpe.c:174:2: style: Variable 'EM' is reassigned a value before the old one has been used. [redundantAssignment]
gsm-1.0-pl13/src/rpe.c:134:2: note: Variable 'EM' is reassigned a value before the old one has been used.
gsm-1.0-pl13/src/rpe.c:174:2: note: Variable 'EM' is reassigned a value before the old one has been used.
gsm-1.0-pl13/src/rpe.c:209:9: style: Variable 'EM' is assigned a value that is never used. [unreadVariable]
gsm-1.0-pl13/src/rpe.c:362:11: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:63:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
gsm-1.0-pl13/src/short_term.c:66:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
gsm-1.0-pl13/src/short_term.c:67:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
gsm-1.0-pl13/src/short_term.c:68:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
gsm-1.0-pl13/src/short_term.c:28:16: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:97:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:111:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:123:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:154:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:203:21: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/short_term.c:276:20: style: Unused variable: ltmp [unusedVariable]
gsm-1.0-pl13/src/toast.c:189:26: style: Condition 'max_filename_length>0' is always false [knownConditionTrueFalse]
gsm-1.0-pl13/src/toast.c:144:29: note: Assignment 'max_filename_length=0', assigned value is 0
gsm-1.0-pl13/src/toast.c:189:26: note: Condition 'max_filename_length>0' is always false
gsm-1.0-pl13/src/toast.c:254:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
gsm-1.0-pl13/src/toast.c:587:17: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
gsm-1.0-pl13/src/toast.c:189:26: style: Same expression on both sides of '>' because the value of 'max_filename_length' and '0' are the same. [duplicateExpression]
gsm-1.0-pl13/src/toast.c:144:29: note: 'max_filename_length' is assigned value '0' here.
gsm-1.0-pl13/src/toast.c:189:26: note: Same expression on both sides of '>' because the value of 'max_filename_length' and '0' are the same.
gsm-1.0-pl13/src/toast.c:437:9: style: The scope of the variable 'c' can be reduced. [variableScope]
gsm-1.0-pl13/src/toast.c:438:20: style: The scope of the variable 'f' can be reduced. [variableScope]
gsm-1.0-pl13/src/toast.c:782:2: warning: Label 'usage' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
gsm-1.0-pl13/tls/bitter.c:43:4: warning: %lX in format string (no. 2) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
gsm-1.0-pl13/tls/sweet.c:34:9: warning: %lX in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
gsm-1.0-pl13/tls/sweet.c:44:4: warning: %lX in format string (no. 2) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
gsm-1.0-pl13/tls/taste.c:59:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
gsm-1.0-pl13/tls/taste.c:103:13: style: Unused variable: t [unusedVariable]
gsm-1.0-pl13/tst/cod2lin.c:34:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
gsm-1.0-pl13/tst/cod2lin.c:80:10: style: The scope of the variable 'f' can be reduced. [variableScope]
gsm-1.0-pl13/tst/cod2txt.c:32:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
gsm-1.0-pl13/tst/cod2txt.c:77:10: style: The scope of the variable 'f' can be reduced. [variableScope]
gsm-1.0-pl13/tst/cod2txt.c:73:8: style: Unused variable: opt [unusedVariable]
gsm-1.0-pl13/tst/gsm2cod.c:32:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
gsm-1.0-pl13/tst/gsm2cod.c:76:10: style: The scope of the variable 'f' can be reduced. [variableScope]
gsm-1.0-pl13/tst/gsm2cod.c:34:0: style: Variable 'nr' is assigned a value that is never used. [unreadVariable]
gsm-1.0-pl13/tst/gsm2cod.c:72:8: style: Unused variable: opt [unusedVariable]
gsm-1.0-pl13/tst/lin2cod.c:32:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
gsm-1.0-pl13/tst/lin2cod.c:81:10: style: The scope of the variable 'f' can be reduced. [variableScope]
gsm-1.0-pl13/tst/lin2txt.c:29:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
gsm-1.0-pl13/tst/lin2txt.c:72:10: style: The scope of the variable 'f' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgsm0710/libgsm0710_1.2.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgsm0710mux/libgsm0710mux_0.11.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgssapi-perl/libgssapi-perl_0.28.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgssglue/libgssglue_0.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libgstreamer-interfaces-perl/libgstreamer-interfaces-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgstreamer-perl/libgstreamer-perl_0.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgstreamer1-perl/libgstreamer1-perl_0.003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgsystem/libgsystem_2015.2+deb.orig.tar.xz
libgsystem-2015.2/libglnx/glnx-console.c:139:36: style: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
libgsystem-2015.2/libglnx/glnx-console.h:33:42: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
libgsystem-2015.2/libglnx/glnx-console.c:139:36: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
libgsystem-2015.2/libglnx/glnx-console.c:263:38: style: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
libgsystem-2015.2/libglnx/glnx-console.h:38:44: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
libgsystem-2015.2/libglnx/glnx-console.c:263:38: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
libgsystem-2015.2/libglnx/glnx-dirfd.c:136:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/libglnx/glnx-dirfd.c:134:0: note: Variable 'd' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-dirfd.c:136:3: note: Variable 'd' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-dirfd.c:100:54: style: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'. [funcArgNamesDifferent]
libgsystem-2015.2/libglnx/glnx-dirfd.h:57:56: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
libgsystem-2015.2/libglnx/glnx-dirfd.c:100:54: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
libgsystem-2015.2/libglnx/glnx-fdio.h:45:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
libgsystem-2015.2/libglnx/glnx-fdio.c:515:7: style: Condition '!(copyflags&GLNX_FILE_COPY_OVERWRITE)' is always true [knownConditionTrueFalse]
libgsystem-2015.2/libglnx/glnx-libcontainer.c:160:3: style: Variable 'src_fd' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/libglnx/glnx-libcontainer.c:154:0: note: Variable 'src_fd' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-libcontainer.c:160:3: note: Variable 'src_fd' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-libcontainer.c:152:42: style: Function 'glnx_libcontainer_prep_dev' argument 1 names different: declaration 'dest' definition 'dest_devdir'. [funcArgNamesDifferent]
libgsystem-2015.2/libglnx/glnx-libcontainer.h:40:46: note: Function 'glnx_libcontainer_prep_dev' argument 1 names different: declaration 'dest' definition 'dest_devdir'.
libgsystem-2015.2/libglnx/glnx-libcontainer.c:152:42: note: Function 'glnx_libcontainer_prep_dev' argument 1 names different: declaration 'dest' definition 'dest_devdir'.
libgsystem-2015.2/libglnx/glnx-shutil.c:143:3: style: Variable 'target_dfd' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/libglnx/glnx-shutil.c:137:0: note: Variable 'target_dfd' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-shutil.c:143:3: note: Variable 'target_dfd' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-xattrs.c:146:3: style: Variable 'builder_initialized' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/libglnx/glnx-xattrs.c:142:0: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-xattrs.c:146:3: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-xattrs.c:213:3: style: Variable 'builder_initialized' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/libglnx/glnx-xattrs.c:209:0: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
libgsystem-2015.2/libglnx/glnx-xattrs.c:213:3: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-errors.c:67:3: style: Variable 'formatted' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/src/gsystem-errors.c:63:0: note: Variable 'formatted' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-errors.c:67:3: note: Variable 'formatted' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:620:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/src/gsystem-file-utils.c:615:0: note: Variable 'd' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:620:3: note: Variable 'd' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:727:3: style: Variable 'dest_parent' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/src/gsystem-file-utils.c:721:0: note: Variable 'dest_parent' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:727:3: note: Variable 'dest_parent' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:1582:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/src/gsystem-file-utils.c:1580:0: note: Variable 'd' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:1582:3: note: Variable 'd' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-file-utils.c:172:40: style: Function 'gs_stream_fstat' argument 2 names different: declaration 'out_stbuf' definition 'stbuf'. [funcArgNamesDifferent]
libgsystem-2015.2/src/gsystem-file-utils.h:77:49: note: Function 'gs_stream_fstat' argument 2 names different: declaration 'out_stbuf' definition 'stbuf'.
libgsystem-2015.2/src/gsystem-file-utils.c:172:40: note: Function 'gs_stream_fstat' argument 2 names different: declaration 'out_stbuf' definition 'stbuf'.
libgsystem-2015.2/src/gsystem-shutil.c:90:3: style: Variable 'enumerator' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/src/gsystem-shutil.c:84:0: note: Variable 'enumerator' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-shutil.c:90:3: note: Variable 'enumerator' is reassigned a value before the old one has been used.
libgsystem-2015.2/src/gsystem-shutil.c:278:35: style: Function 'gs_shutil_rm_rf_at' argument 1 names different: declaration 'fd' definition 'dfd'. [funcArgNamesDifferent]
libgsystem-2015.2/src/gsystem-shutil.h:41:36: note: Function 'gs_shutil_rm_rf_at' argument 1 names different: declaration 'fd' definition 'dfd'.
libgsystem-2015.2/src/gsystem-shutil.c:278:35: note: Function 'gs_shutil_rm_rf_at' argument 1 names different: declaration 'fd' definition 'dfd'.
libgsystem-2015.2/tests/shutil.c:65:3: style: Variable 'cwddir' is reassigned a value before the old one has been used. [redundantAssignment]
libgsystem-2015.2/tests/shutil.c:59:0: note: Variable 'cwddir' is reassigned a value before the old one has been used.
libgsystem-2015.2/tests/shutil.c:65:3: note: Variable 'cwddir' is reassigned a value before the old one has been used.
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtextutils/libgtextutils_0.7.orig.tar.gz
libgtextutils-0.7/src/gtextutils/stream_wrapper.h:32:2: style: Class 'InputStreamWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgtextutils-0.7/src/gtextutils/strnatcmp.c:120:15: style: The scope of the variable 'ca' can be reduced. [variableScope]
libgtextutils-0.7/src/gtextutils/strnatcmp.c:120:19: style: The scope of the variable 'cb' can be reduced. [variableScope]
libgtextutils-0.7/src/gtextutils/text_line_reader.h:38:2: style: Class 'TextLineReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libgtextutils-0.7/tests/test_container_join.cpp:71:13: style: Variable 's' is assigned a value that is never used. [unreadVariable]
libgtextutils-0.7/tests/test_pipe_fitter.c:39:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libgtextutils-0.7/tests/test_pipe_fitter.c:57:9: error: Uninitialized variable: str [uninitvar]
libgtextutils-0.7/tests/test_tuple_parser_file.cpp:65:22: style: Checking if unsigned variable 'chrom_column' is less than zero. [unsignedLessThanZero]
libgtextutils-0.7/tests/test_tuple_parser_file.cpp:72:22: style: Checking if unsigned variable 'start_column' is less than zero. [unsignedLessThanZero]
libgtextutils-0.7/tests/test_tuple_parser_file.cpp:79:20: style: Checking if unsigned variable 'end_column' is less than zero. [unsignedLessThanZero]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-appindicator-perl/libgtk2-appindicator-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-ex-entry-pango-perl/libgtk2-ex-entry-pango-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-ex-podviewer-perl/libgtk2-ex-podviewer-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-ex-printdialog-perl/libgtk2-ex-printdialog-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-ex-simple-list-perl/libgtk2-ex-simple-list-perl_0.50.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-ex-volumebutton-perl/libgtk2-ex-volumebutton-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-gladexml-perl/libgtk2-gladexml-perl_1.007.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-gladexml-simple-perl/libgtk2-gladexml-simple-perl_0.32.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-imageview-perl/libgtk2-imageview-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-notify-perl/libgtk2-notify-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-perl/libgtk2-perl_1.24992.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-sourceview2-perl/libgtk2-sourceview2-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-spell-perl/libgtk2-spell-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-trayicon-perl/libgtk2-trayicon-perl_0.06.orig.tar.gz
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-traymanager-perl/libgtk2-traymanager-perl_0.05.orig.tar.gz
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk2-unique-perl/libgtk2-unique-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk3-perl/libgtk3-perl_0.034.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk3-simplelist-perl/libgtk3-simplelist-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtk3-webkit2-perl/libgtk3-webkit2-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtkada/libgtkada_3.8.3.orig.tar.gz
gtkada-gpl-2015-src/src/misc.c:905:0: error: syntax error [syntaxError]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtkdatabox/libgtkdatabox_0.9.3.0+dfsg.orig.tar.xz
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:1250:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:1859:5: style: Variable 'visible_inside_total' is reassigned a value before the old one has been used. [redundantAssignment]
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:1855:0: note: Variable 'visible_inside_total' is reassigned a value before the old one has been used.
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:1859:5: note: Variable 'visible_inside_total' is reassigned a value before the old one has been used.
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:518:33: style: Function 'gtk_databox_set_property' argument 2 names different: declaration 'prop_id' definition 'property_id'. [funcArgNamesDifferent]
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:42:45: note: Function 'gtk_databox_set_property' argument 2 names different: declaration 'prop_id' definition 'property_id'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:518:33: note: Function 'gtk_databox_set_property' argument 2 names different: declaration 'prop_id' definition 'property_id'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:558:33: style: Function 'gtk_databox_get_property' argument 2 names different: declaration 'prop_id' definition 'property_id'. [funcArgNamesDifferent]
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:46:45: note: Function 'gtk_databox_get_property' argument 2 names different: declaration 'prop_id' definition 'property_id'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox.c:558:33: note: Function 'gtk_databox_get_property' argument 2 names different: declaration 'prop_id' definition 'property_id'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_graph.c:134:7: style: Variable 'colormap' is reassigned a value before the old one has been used. [redundantAssignment]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_graph.c:132:0: note: Variable 'colormap' is reassigned a value before the old one has been used.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_graph.c:134:7: note: Variable 'colormap' is reassigned a value before the old one has been used.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_grid.c:253:81: style: Function 'gtk_databox_grid_array_new' argument 3 names different: declaration 'hline_vals' definition 'local_hline_vals'. [funcArgNamesDifferent]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_grid.h:89:83: note: Function 'gtk_databox_grid_array_new' argument 3 names different: declaration 'hline_vals' definition 'local_hline_vals'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_grid.c:253:81: note: Function 'gtk_databox_grid_array_new' argument 3 names different: declaration 'hline_vals' definition 'local_hline_vals'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_grid.c:253:108: style: Function 'gtk_databox_grid_array_new' argument 4 names different: declaration 'vline_vals' definition 'local_vline_vals'. [funcArgNamesDifferent]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_grid.h:89:103: note: Function 'gtk_databox_grid_array_new' argument 4 names different: declaration 'vline_vals' definition 'local_vline_vals'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_grid.c:253:108: note: Function 'gtk_databox_grid_array_new' argument 4 names different: declaration 'vline_vals' definition 'local_vline_vals'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:1460:79: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:1355:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:1357:7: note: Found duplicate branches for 'if' and 'else'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:1355:12: note: Found duplicate branches for 'if' and 'else'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:1530:14: style: The scope of the variable 'cr' can be reduced. [variableScope]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:1687:22: style: The scope of the variable 'ruler' can be reduced. [variableScope]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:997:76: style: Function 'gtk_databox_ruler_set_manual_tick_labels' argument 2 names different: declaration 'labels' definition 'manual_tick_labels'. [funcArgNamesDifferent]
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.h:173:83: note: Function 'gtk_databox_ruler_set_manual_tick_labels' argument 2 names different: declaration 'labels' definition 'manual_tick_labels'.
gtkdatabox-0.9.3.0/gtk/gtkdatabox_ruler.c:997:76: note: Function 'gtk_databox_ruler_set_manual_tick_labels' argument 2 names different: declaration 'labels' definition 'manual_tick_labels'.
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtksourceviewmm/libgtksourceviewmm_3.2.0.orig.tar.xz
gtksourceviewmm-3.2.0/tests/completion/main.cc:67:15: warning: Member variable 'TestProvider::m_priority' is not initialized in the constructor. [uninitMemberVar]
gtksourceviewmm-3.2.0/tests/completion/main.cc:30:37: warning: Virtual function 'get_icon_vfunc' is called from constructor 'TestProvider()' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
gtksourceviewmm-3.2.0/tests/completion/main.cc:73:83: note: Calling get_icon_vfunc
gtksourceviewmm-3.2.0/tests/completion/main.cc:30:37: note: get_icon_vfunc is a virtual method
gtksourceviewmm-3.2.0/tests/completion/main.cc:30:37: warning: Virtual function 'get_icon_vfunc' is called from constructor 'TestProvider()' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
gtksourceviewmm-3.2.0/tests/completion/main.cc:74:83: note: Calling get_icon_vfunc
gtksourceviewmm-3.2.0/tests/completion/main.cc:30:37: note: get_icon_vfunc is a virtual method
gtksourceviewmm-3.2.0/tests/completion/main.cc:30:37: warning: Virtual function 'get_icon_vfunc' is called from constructor 'TestProvider()' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
gtksourceviewmm-3.2.0/tests/completion/main.cc:75:83: note: Calling get_icon_vfunc
gtksourceviewmm-3.2.0/tests/completion/main.cc:30:37: note: get_icon_vfunc is a virtual method
gtksourceviewmm-3.2.0/tests/search/main.cc:86:5: style: Class 'SearchDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtkstylus/libgtkstylus_0.3.orig.tar.gz
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgtop2/libgtop2_2.38.0.orig.tar.xz
libgtop-2.38.0/lib/init.c:227:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/src/daemon/gnuserv.c:68:0: error: #error "Internet Domain sockets are required" [preprocessorErrorDirective]
libgtop-2.38.0/sysdeps/aix/netload.c:114:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/aix/open.c:37:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/aix/procargs.c:31:55: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/aix/procargs.c:96:21: style: Array index 'len' is used before limits check. [arrayIndexThenCheck]
libgtop-2.38.0/sysdeps/aix/procsignal.c:54:7: style: The scope of the variable 'bit' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/aix/procstate.c:53:6: style: The scope of the variable 'result' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/aix/shm_limits.c:59:6: style: Unused variable: s [unusedVariable]
libgtop-2.38.0/sysdeps/aix/uptime.c:52:9: style: Unused variable: uptime [unusedVariable]
libgtop-2.38.0/sysdeps/aix/utils.c:115:8: style: The scope of the variable 'handle' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/bsd/netlist.c:27:53: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/bsd/netload.c:108:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/bsd/netload.c:112:19: style: Variable 'ifnetfound' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/bsd/open.c:33:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/bsd/procmap.c:118:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/bsd/procmap.c:172:17: style: Variable 'inum' is not assigned a value. [unassignedVariable]
libgtop-2.38.0/sysdeps/bsd/procmap.c:172:23: style: Variable 'dev' is not assigned a value. [unassignedVariable]
libgtop-2.38.0/sysdeps/bsd/procmap.c:292:30: error: Uninitialized variable: inum [uninitvar]
libgtop-2.38.0/sysdeps/bsd/procmap.c:291:30: error: Uninitialized variable: dev [uninitvar]
libgtop-2.38.0/sysdeps/bsd/proctime.c:71:24: style: Unused variable: tv [unusedVariable]
libgtop-2.38.0/sysdeps/bsd/swap.c:155:6: style: Unused variable: nswap [unusedVariable]
libgtop-2.38.0/sysdeps/bsd/swap.c:155:13: style: Unused variable: i [unusedVariable]
libgtop-2.38.0/sysdeps/bsd/swap.c:156:0: style: Variable 'avail' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/bsd/swap.c:156:0: style: Variable 'inuse' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/common/mountlist.c:233:24: style: Variable 'mtail' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/cygwin/glibtop_private.c:197:60: style: Function 'check_cpu_line' argument 3 names different: declaration 'n' definition 'i'. [funcArgNamesDifferent]
libgtop-2.38.0/sysdeps/cygwin/glibtop_private.h:128:60: note: Function 'check_cpu_line' argument 3 names different: declaration 'n' definition 'i'.
libgtop-2.38.0/sysdeps/cygwin/glibtop_private.c:197:60: note: Function 'check_cpu_line' argument 3 names different: declaration 'n' definition 'i'.
libgtop-2.38.0/sysdeps/cygwin/mountlist.c:91:10: style: The scope of the variable 'line' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/cygwin/procmap.c:105:2: style: Label 'new_entry_line' is not used. [unusedLabel]
libgtop-2.38.0/sysdeps/cygwin/procmap.c:150:1: style: Label 'eof' is not used. [unusedLabel]
libgtop-2.38.0/sysdeps/cygwin/procopenfiles.c:116:5: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgtop-2.38.0/sysdeps/cygwin/procopenfiles.c:158:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgtop-2.38.0/sysdeps/darwin/netlist.c:27:53: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/darwin/open.c:43:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/freebsd/mem.c:83:16: style: Variable 'meminactive' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/freebsd/netlist.c:27:53: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/freebsd/procmem.c:73:22: style: Unused variable: entry [unusedVariable]
libgtop-2.38.0/sysdeps/freebsd/procmem.c:73:30: style: Unused variable: first [unusedVariable]
libgtop-2.38.0/sysdeps/freebsd/procmem.c:74:17: style: Unused variable: vmspace [unusedVariable]
libgtop-2.38.0/sysdeps/freebsd/procmem.c:75:19: style: Unused variable: object [unusedVariable]
libgtop-2.38.0/sysdeps/freebsd/procopenfiles.c:181:11: style: The scope of the variable 'hosts' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/freebsd/procopenfiles.c:214:11: style: The scope of the variable 'hosts' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/freebsd/suid_open.c:37:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/linux/glibtop_private.c:183:60: style: Function 'check_cpu_line' argument 3 names different: declaration 'n' definition 'i'. [funcArgNamesDifferent]
libgtop-2.38.0/sysdeps/linux/glibtop_private.h:126:60: note: Function 'check_cpu_line' argument 3 names different: declaration 'n' definition 'i'.
libgtop-2.38.0/sysdeps/linux/glibtop_private.c:183:60: note: Function 'check_cpu_line' argument 3 names different: declaration 'n' definition 'i'.
libgtop-2.38.0/sysdeps/linux/mountlist.c:91:10: style: The scope of the variable 'line' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/linux/netlist.c:29:53: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/linux/ppp.c:125:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
libgtop-2.38.0/sysdeps/linux/ppp.c:84:0: note: Variable 'f' is reassigned a value before the old one has been used.
libgtop-2.38.0/sysdeps/linux/ppp.c:125:2: note: Variable 'f' is reassigned a value before the old one has been used.
libgtop-2.38.0/sysdeps/linux/procmap_smaps.c: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]
libgtop-2.38.0/sysdeps/linux/procopenfiles.c:116:5: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgtop-2.38.0/sysdeps/linux/procopenfiles.c:158:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libgtop-2.38.0/sysdeps/openbsd/netlist.c:27:53: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/openbsd/netload.c:106:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/openbsd/netload.c:110:19: style: Variable 'ifnetfound' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/openbsd/suid_open.c:39:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/osf1/open_suid.c:37:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/osf1/proclist.c:74:13: style: The scope of the variable 'max_elements' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/osf1/proclist.c:155:14: style: Variable 'pids_size' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/osf1/proclist.c:157:14: style: Variable 'pids_offset' is assigned a value that is never used. [unreadVariable]
libgtop-2.38.0/sysdeps/solaris/glibtop_private.h:35:0: error: #error Cannot compile without <procfs.h> or <sys/procfs.h> [preprocessorErrorDirective]
libgtop-2.38.0/sysdeps/solaris/netlist.c:28:53: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
libgtop-2.38.0/sysdeps/solaris/open_suid.c:38:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/solaris/procmap.c:56:23: style: Unused variable: pr_err [unusedVariable]
libgtop-2.38.0/sysdeps/solaris/procmap.c:73:14: style: Unused variable: inode [unusedVariable]
libgtop-2.38.0/sysdeps/solaris/procmap.c:134:10: style: Unused variable: len [unusedVariable]
libgtop-2.38.0/sysdeps/stub_suid/open.c:33:30: style: The scope of the variable 'init_fkt' can be reduced. [variableScope]
libgtop-2.38.0/sysdeps/sun4/cpu.c:39:6: style: Unused variable: i [unusedVariable]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libguac/libguac_0.6.0.orig.tar.gz
libguac-0.6.0/src/palette.c:72:33: style: The scope of the variable 'entry' can be reduced. [variableScope]
libguac-0.6.0/src/palette.c:128:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
libguac-0.6.0/src/protocol.c:409:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
libguac-0.6.0/src/socket.c:168:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
libguac-0.6.0/src/socket.c:216:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
libguac-0.6.0/src/socket.c:234:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
libguac-0.6.0/src/socket.c:253:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
libguac-0.6.0/src/socket.c:270:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libguac-client-rdp/libguac-client-rdp_0.6.0.orig.tar.gz
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libguac-client-vnc/libguac-client-vnc_0.6.0.orig.tar.gz
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libguard-perl/libguard-perl_1.023.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libg/libgudev/libgudev_232.orig.tar.xz
libgudev-232/gudev/gudevclient.h:21:0: error: #error "Only <gudev/gudev.h> can be included directly, this file may disappear or change contents." [preprocessorErrorDirective]
libgudev-232/gudev/gudevdevice.h:21:0: error: #error "Only <gudev/gudev.h> can be included directly, this file may disappear or change contents." [preprocessorErrorDirective]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libguess/libguess_1.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libg/libguestfs/libguestfs_1.38.4.orig.tar.gz
Checking libguestfs-1.38.4/common/mltools/getopt-c.c: __GCC__=1;__GCC__=1...

libguestfs-1.38.4/align/scan.c:225:12: style: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/align/scan.c:131:22: note: 'drvs' is assigned value 'NULL' here.
libguestfs-1.38.4/align/scan.c:225:12: note: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same.
libguestfs-1.38.4/align/scan.c:134:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/align/scan.c:138:7: style: The scope of the variable 'r' can be reduced. [variableScope]
libguestfs-1.38.4/builder/index-struct.c:28:43: style: Function 'parse_context_init' argument 1 names different: declaration 'state' definition 'context'. [funcArgNamesDifferent]
libguestfs-1.38.4/builder/index-struct.h:52:55: note: Function 'parse_context_init' argument 1 names different: declaration 'state' definition 'context'.
libguestfs-1.38.4/builder/index-struct.c:28:43: note: Function 'parse_context_init' argument 1 names different: declaration 'state' definition 'context'.
libguestfs-1.38.4/builder/index-struct.c:34:43: style: Function 'parse_context_free' argument 1 names different: declaration 'state' definition 'context'. [funcArgNamesDifferent]
libguestfs-1.38.4/builder/index-struct.h:55:55: note: Function 'parse_context_free' argument 1 names different: declaration 'state' definition 'context'.
libguestfs-1.38.4/builder/index-struct.c:34:43: note: Function 'parse_context_free' argument 1 names different: declaration 'state' definition 'context'.
libguestfs-1.38.4/builder/index-validate.c:60:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/cat/cat.c:189:12: style: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/cat.c:112:22: note: 'drvs' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/cat.c:189:12: note: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same.
libguestfs-1.38.4/cat/cat.c:222:33: style: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/cat.c:114:20: note: 'mps' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/cat.c:222:33: note: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same.
libguestfs-1.38.4/cat/cat.c:244:11: style: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/cat.c:114:20: note: 'mps' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/cat.c:244:11: note: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same.
libguestfs-1.38.4/cat/cat.c:119:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/cat/filesystems.c:343:12: style: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/filesystems.c:183:22: note: 'drvs' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/filesystems.c:343:12: note: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same.
libguestfs-1.38.4/cat/filesystems.c:186:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/cat/filesystems.c:639:20: style: The scope of the variable 'partnum' can be reduced. [variableScope]
libguestfs-1.38.4/cat/filesystems.c:869:8: style: The scope of the variable 'hum' can be reduced. [variableScope]
libguestfs-1.38.4/cat/filesystems.c:1026:16: style: The scope of the variable 'k' can be reduced. [variableScope]
libguestfs-1.38.4/cat/log.c:204:12: style: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/log.c:119:22: note: 'drvs' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/log.c:204:12: note: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same.
libguestfs-1.38.4/cat/log.c:122:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/cat/log.c:364:44: style: Checking if unsigned variable 'strftime(buf,sizeof(buf),"%b %d %H:%M:%S",localtime_r(&t,&tm))' is less than zero. [unsignedLessThanZero]
libguestfs-1.38.4/cat/ls.c:299:12: style: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/ls.c:179:22: note: 'drvs' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/ls.c:299:12: note: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same.
libguestfs-1.38.4/cat/ls.c:332:33: style: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/ls.c:181:20: note: 'mps' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/ls.c:332:33: note: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same.
libguestfs-1.38.4/cat/ls.c:368:11: style: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/ls.c:181:20: note: 'mps' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/ls.c:368:11: note: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same.
libguestfs-1.38.4/cat/ls.c:186:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/cat/tail.c:383:34: style: Condition 'stat->st_size<=file[i].size' is always true [knownConditionTrueFalse]
libguestfs-1.38.4/cat/tail.c:203:33: style: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/tail.c:122:20: note: 'mps' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/tail.c:203:33: note: Same expression on both sides of '!=' because the value of 'mps' and 'NULL' are the same.
libguestfs-1.38.4/cat/tail.c:217:12: style: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same. [duplicateExpression]
libguestfs-1.38.4/cat/tail.c:121:22: note: 'drvs' is assigned value 'NULL' here.
libguestfs-1.38.4/cat/tail.c:217:12: note: Same expression on both sides of '==' because the value of 'drvs' and 'NULL' are the same.
libguestfs-1.38.4/cat/tail.c:127:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libguestfs-1.38.4/common/edit/file-edit.c:251:38: style: Function 'do_upload' argument 2 names different: declaration 'filename' definition 'fn'. [funcArgNamesDifferent]
libguestfs-1.38.4/common/edit/file-edit.c:49:49: note: Function 'do_upload' argument 2 names different: declaration 'filename' definition 'fn'.
libguestfs-1.38.4/common/edit/file-edit.c:251:38: note: Function 'do_upload' argument 2 names different: declaration 'filename' definition 'fn'.
libguestfs-1.38.4/common/errnostring/errnostring-gperf.c: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]
libguestfs-1.38.4/common/miniexpect/miniexpect.c:142:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
libguestfs-1.38.4/common/miniexpect/miniexpect.c:137:0: note: Variable 'fd' is reassigned a value before the old one has been used.
libguestfs-1.38.4/common/miniexpect/miniexpect.c:142:3: note: Variable 'fd' is reassigned a value before the old one has been used.
libguestfs-1.38.4/common/miniexpect/miniexpect.c:402:11: style: The scope of the variable 'r' can be reduced. [variableScope]
libguestfs-1.38.4/common/mlaugeas/augeas-c.c:184:18: style: The scope of the variable 'i' can be reduced. [variableScope]
libguestfs-1.38.4/common/mlpcre/pcre-c.c:172:26: style: The scope of the variable 'oldm' can be reduced. [variableScope]
libguestfs-1.38.4/common/mltools/getopt-c.c:218:7: style: The scope of the variable 'c' can be reduced. [variableScope]
[15:12]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/libg/libgusb/libgusb_0.2.9.orig.tar.xz
libgusb-0.2.9/gusb/gusb-context.c:362:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
libgusb-0.2.9/gusb/gusb-context.c:352:0: note: Variable 'device' is reassigned a value before the old one has been used.
libgusb-0.2.9/gusb/gusb-context.c:362:2: note: Variable 'device' is reassigned a value before the old one has been used.
libgusb-0.2.9/gusb/gusb-device.c:1600:2: style: Variable 'devices' is reassigned a value before the old one has been used. [redundantAssignment]
libgusb-0.2.9/gusb/gusb-device.c:1596:0: note: Variable 'devices' is reassigned a value before the old one has been used.
libgusb-0.2.9/gusb/gusb-device.c:1600:2: note: Variable 'devices' is reassigned a value before the old one has been used.
libgusb-0.2.9/gusb/gusb-device.c:512:44: style: The scope of the variable 'ifp' can be reduced. [variableScope]
libgusb-0.2.9/gusb/gusb-device.c:1593:14: style: The scope of the variable 'device_tmp' can be reduced. [variableScope]
libgusb-0.2.9/gusb/gusb-self-test.c:62:2: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
libgusb-0.2.9/gusb/gusb-self-test.c:58:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
libgusb-0.2.9/gusb/gusb-self-test.c:62:2: note: Variable 'ctx' is reassigned a value before the old one has been used.
libgusb-0.2.9/gusb/gusb-self-test.c:84:9: style: The scope of the variable 'manufacturer' can be reduced. [variableScope]
libgusb-0.2.9/gusb/gusb-self-test.c:85:9: style: The scope of the variable 'product' can be reduced. [variableScope]
libgusb-0.2.9/tools/gusb-main.c:293:2: style: Variable 'devices' is reassigned a value before the old one has been used. [redundantAssignment]
libgusb-0.2.9/tools/gusb-main.c:290:0: note: Variable 'devices' is reassigned a value before the old one has been used.
libgusb-0.2.9/tools/gusb-main.c:293:2: note: Variable 'devices' is reassigned a value before the old one has been used.
libgusb-0.2.9/tools/gusb-main.c:107:15: style: The scope of the variable 'item' can be reduced. [variableScope]
libgusb-0.2.9/tools/gusb-main.c:137:15: style: The scope of the variable 'item' can be reduced. [variableScope]
libgusb-0.2.9/tools/gusb-main.c:288:14: style: The scope of the variable 'device' can be reduced. [variableScope]
libgusb-0.2.9/tools/gusb-main.c:289:14: style: The scope of the variable 'parent' can be reduced. [variableScope]
libgusb-0.2.9/tools/gusb-main.c:332:14: style: The scope of the variable 'device' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libguytools2/libguytools2_2.0.5.orig.tar.gz
libguytools2-2.0.5/toolcfg.cpp:2022:22: style: The scope of the variable 'pCfgContext' can be reduced. [variableScope]
libguytools2-2.0.5/toolcfg.cpp:1528:22: style: Array index 'Src' is used before limits check. [arrayIndexThenCheck]
libguytools2-2.0.5/toolcfg.cpp:1698:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libguytools2-2.0.5/toolcfg.cpp:794:7: error: Resource leak: pCfgFile [resourceLeak]
libguytools2-2.0.5/toolcfg.cpp:798:7: error: Resource leak: pCfgFile [resourceLeak]
libguytools2-2.0.5/toolcfg.cpp:807:7: error: Resource leak: pCfgFile [resourceLeak]
libguytools2-2.0.5/toolcfg.cpp:810:7: error: Resource leak: pCfgFile [resourceLeak]
libguytools2-2.0.5/toolcfg.cpp:2412:0: error: Resource leak: pFile [resourceLeak]
libguytools2-2.0.5/toolerror.cpp:110:22: style: The scope of the variable 'pEntry' can be reduced. [variableScope]
libguytools2-2.0.5/toollog.cpp:109:16: style: The scope of the variable 'LogFileError' can be reduced. [variableScope]
libguytools2-2.0.5/toolsignal.cpp:110:5: warning: Redundant assignment of 'p' to itself. [selfAssignment]
libguytools2-2.0.5/toolsignal.cpp:108:12: style: The scope of the variable 'pSignalName' can be reduced. [variableScope]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgweather/libgweather_3.4.1.orig.tar.xz
libgweather-3.4.1/libgweather/gweather-location.c:174:5: style: Variable 'children' is reassigned a value before the old one has been used. [redundantAssignment]
libgweather-3.4.1/libgweather/gweather-location.c:165:0: note: Variable 'children' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/gweather-location.c:174:5: note: Variable 'children' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/gweather-timezone.c:161:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
libgweather-3.4.1/libgweather/gweather-timezone.c:157:0: note: Variable 'id' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/gweather-timezone.c:161:5: note: Variable 'id' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/gweather-timezone.c:313:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
libgweather-3.4.1/libgweather/gweather-timezone.c:311:0: note: Variable 'zone' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/gweather-timezone.c:313:5: note: Variable 'zone' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/gweather-timezone.c:72:25: style: The scope of the variable 'second_isdst' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/location-entry.c:472:5: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
libgweather-3.4.1/libgweather/location-entry.c:468:0: note: Variable 'store' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/location-entry.c:472:5: note: Variable 'store' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/location-entry.c:303:17: style: The scope of the variable 'cmpcode' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/parser.c:94:34: style: The scope of the variable 'next_tagname' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/parser.c:117:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libgweather-3.4.1/libgweather/test_metar.c:29:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/test_metar.c:73:0: error: Resource leak: stream [resourceLeak]
libgweather-3.4.1/libgweather/test_sun_moon.c:58:15: style: Same expression on both sides of '!=' because the value of 'gtime' and 'NULL' are the same. [duplicateExpression]
libgweather-3.4.1/libgweather/test_sun_moon.c:18:29: note: 'gtime' is assigned value 'NULL' here.
libgweather-3.4.1/libgweather/test_sun_moon.c:58:15: note: Same expression on both sides of '!=' because the value of 'gtime' and 'NULL' are the same.
libgweather-3.4.1/libgweather/test_sun_moon.c:67:12: style: Variable 'bsun' is assigned a value that is never used. [unreadVariable]
libgweather-3.4.1/libgweather/test_sun_moon.c:73:6: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgweather-3.4.1/libgweather/test_sun_moon.c:83:30: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgweather-3.4.1/libgweather/test_sun_moon.c:84:30: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgweather-3.4.1/libgweather/test_sun_moon.c:85:30: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgweather-3.4.1/libgweather/test_sun_moon.c:86:30: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libgweather-3.4.1/libgweather/weather-bom.c:33:15: style: The scope of the variable 'rp' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/weather-metar.c:493:22: style: The scope of the variable 'eoln' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/weather-metar.c:494:24: style: The scope of the variable 'metar' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/weather-metar.c:205:9: style: Variable 'salt' is assigned a value that is never used. [unreadVariable]
libgweather-3.4.1/libgweather/weather-sun.c:178:5: style: Variable 'obsLat' is reassigned a value before the old one has been used. [redundantAssignment]
libgweather-3.4.1/libgweather/weather-sun.c:164:0: note: Variable 'obsLat' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/weather-sun.c:178:5: note: Variable 'obsLat' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/weather-sun.c:179:5: style: Variable 'obsLon' is reassigned a value before the old one has been used. [redundantAssignment]
libgweather-3.4.1/libgweather/weather-sun.c:165:0: note: Variable 'obsLon' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/weather-sun.c:179:5: note: Variable 'obsLon' is reassigned a value before the old one has been used.
libgweather-3.4.1/libgweather/weather-sun.c:99:18: style: Function 'ecl2equ' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
libgweather-3.4.1/libgweather/weather-priv.h:181:26: note: Function 'ecl2equ' argument 1 names different: declaration 't' definition 'time'.
libgweather-3.4.1/libgweather/weather-sun.c:99:18: note: Function 'ecl2equ' argument 1 names different: declaration 't' definition 'time'.
libgweather-3.4.1/libgweather/weather.c:500:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libgweather-3.4.1/libgweather/weather.c:328:18: style: The scope of the variable 'str' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/weather.c:704:11: style: The scope of the variable 'utf8' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/weather.c:704:18: style: The scope of the variable 'timeformat' can be reduced. [variableScope]
libgweather-3.4.1/libgweather/weather.c:722:57: style: Checking if unsigned variable 'strftime(buf,sizeof(buf),timeformat,&tm)' is less than zero. [unsignedLessThanZero]
libgweather-3.4.1/libgweather/weather.c:1053:55: style: Checking if unsigned variable 'strftime(buf,sizeof(buf),gweather_gettext("%H:%M"),&tm)' is less than zero. [unsignedLessThanZero]
libgweather-3.4.1/libgweather/weather.c:1074:55: style: Checking if unsigned variable 'strftime(buf,sizeof(buf),gweather_gettext("%H:%M"),&tm)' is less than zero. [unsignedLessThanZero]
libgweather-3.4.1/libgweather/weather.c:124:36: style: Function 'weather_location_new' argument 1 names different: declaration 'trans_name' definition 'name'. [funcArgNamesDifferent]
libgweather-3.4.1/libgweather/weather.h:52:55: note: Function 'weather_location_new' argument 1 names different: declaration 'trans_name' definition 'name'.
libgweather-3.4.1/libgweather/weather.c:124:36: note: Function 'weather_location_new' argument 1 names different: declaration 'trans_name' definition 'name'.
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgwenhywfar/libgwenhywfar_4.3.3.orig.tar.gz
gwenhywfar-4.3.3/admin/mklistdoc.c:140:9: style: The scope of the variable 'macroBegin' can be reduced. [variableScope]
gwenhywfar-4.3.3/admin/mklistdoc.c:316:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/checks/db.c:490:7: style: Condition 'chks' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/checks/db.c:459:12: note: Assignment 'chks=0', assigned value is 0
gwenhywfar-4.3.3/checks/db.c:462:3: note: chks is incremented', new value is 1
gwenhywfar-4.3.3/checks/db.c:466:3: note: chks is incremented', new value is 2
gwenhywfar-4.3.3/checks/db.c:470:3: note: chks is incremented', new value is 3
gwenhywfar-4.3.3/checks/db.c:474:3: note: chks is incremented', new value is 4
gwenhywfar-4.3.3/checks/db.c:478:3: note: chks is incremented', new value is 5
gwenhywfar-4.3.3/checks/db.c:482:3: note: chks is incremented', new value is 6
gwenhywfar-4.3.3/checks/db.c:486:3: note: chks is incremented', new value is 7
gwenhywfar-4.3.3/checks/db.c:490:7: note: Condition 'chks' is always true
gwenhywfar-4.3.3/checks/db.c:316:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/checks/db.c:69:7: style: Variable 'db2' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/checks/db.c:99:7: style: Variable 'db2' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/checks/db.c:146:7: style: Variable 'db2' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/checks/db.c:225:7: style: Variable 'db2' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/checks/db.c:330:7: style: Variable 'db2' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/checks/syncio_http.c:165:7: style: Condition 'chks' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/checks/syncio_http.c:158:12: note: Assignment 'chks=0', assigned value is 0
gwenhywfar-4.3.3/checks/syncio_http.c:161:3: note: chks is incremented', new value is 1
gwenhywfar-4.3.3/checks/syncio_http.c:165:7: note: Condition 'chks' is always true
gwenhywfar-4.3.3/checks/syncio_http.c:24:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/checks/syncio_http.c:25:17: style: The scope of the variable 'db' can be reduced. [variableScope]
gwenhywfar-4.3.3/checks/syncio_https.c:175:7: style: Condition 'chks' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/checks/syncio_https.c:168:12: note: Assignment 'chks=0', assigned value is 0
gwenhywfar-4.3.3/checks/syncio_https.c:171:3: note: chks is incremented', new value is 1
gwenhywfar-4.3.3/checks/syncio_https.c:175:7: note: Condition 'chks' is always true
gwenhywfar-4.3.3/checks/syncio_https.c:25:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/checks/syncio_https.c:26:17: style: The scope of the variable 'db' can be reduced. [variableScope]
gwenhywfar-4.3.3/checks/syncio_tls.c:107:7: style: Condition 'chks' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/checks/syncio_tls.c:100:12: note: Assignment 'chks=0', assigned value is 0
gwenhywfar-4.3.3/checks/syncio_tls.c:103:3: note: chks is incremented', new value is 1
gwenhywfar-4.3.3/checks/syncio_tls.c:107:7: note: Condition 'chks' is always true
gwenhywfar-4.3.3/gui/cpp/cppdialog.cpp:106:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/cpp/cppdialog.hpp:39:3: style: Class 'CppDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:196:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:317:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:318:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:89:21: style: Function 'CheckCert' argument 3 names different: declaration 'io' definition 'sio'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/cpp/cppgui_p.hpp:45:23: note: Function 'CheckCert' argument 3 names different: declaration 'io' definition 'sio'.
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:89:21: note: Function 'CheckCert' argument 3 names different: declaration 'io' definition 'sio'.
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:405:48: style: Function 'checkCert' argument 1 names different: declaration 'cert' definition 'cd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/cpp/cppgui.hpp:97:50: note: Function 'checkCert' argument 1 names different: declaration 'cert' definition 'cd'.
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:405:48: note: Function 'checkCert' argument 1 names different: declaration 'cert' definition 'cd'.
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:359:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:494:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/cpp/cppgui.hpp:56:15: performance: Technically the member function 'CppGui::_getPasswordHash' can be static. [functionStatic]
gwenhywfar-4.3.3/gui/cpp/cppgui.cpp:262:21: note: Technically the member function 'CppGui::_getPasswordHash' can be static.
gwenhywfar-4.3.3/gui/cpp/cppgui.hpp:56:15: note: Technically the member function 'CppGui::_getPasswordHash' can be static.
gwenhywfar-4.3.3/gui/cpp/cppwidget.cpp:117:6: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/cpp/cppwidget.hpp:41:3: style: Class 'CppWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/fox16/cppdialog.cpp:106:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/cppdialog.hpp:40:3: style: Class 'CppDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:194:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:315:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:316:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:89:21: style: Function 'CheckCert' argument 3 names different: declaration 'io' definition 'sio'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/fox16/cppgui_p.hpp:45:23: note: Function 'CheckCert' argument 3 names different: declaration 'io' definition 'sio'.
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:89:21: note: Function 'CheckCert' argument 3 names different: declaration 'io' definition 'sio'.
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:403:48: style: Function 'checkCert' argument 1 names different: declaration 'cert' definition 'cd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/fox16/cppgui.hpp:100:50: note: Function 'checkCert' argument 1 names different: declaration 'cert' definition 'cd'.
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:403:48: note: Function 'checkCert' argument 1 names different: declaration 'cert' definition 'cd'.
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:357:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:490:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/cppgui.hpp:59:15: performance: Technically the member function 'CppGui::_getPasswordHash' can be static. [functionStatic]
gwenhywfar-4.3.3/gui/fox16/cppgui.cpp:260:21: note: Technically the member function 'CppGui::_getPasswordHash' can be static.
gwenhywfar-4.3.3/gui/fox16/cppgui.hpp:59:15: note: Technically the member function 'CppGui::_getPasswordHash' can be static.
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:44:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui.cpp:139:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui.cpp:173:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:49:9: style: Technically the member function 'FOX16_GuiDialog::RadioButtonGroup::getGroupId' can be const. [functionConst]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:53:9: style: Technically the member function 'FOX16_GuiDialog::RadioButtonGroup::getButtonCount' can be const. [functionConst]
gwenhywfar-4.3.3/gui/fox16/fox16_gui.hpp:68:3: style: Class 'FOX16_Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/fox16/fox16_gui.hpp:45:5: style: Class 'WinScope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:107:15: style: The function 'setIntProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/fox16/cppdialog.hpp:61:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:107:15: note: Function in derived class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:113:15: style: The function 'getIntProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/fox16/cppdialog.hpp:67:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:113:15: note: Function in derived class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:118:15: style: The function 'setCharProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/fox16/cppdialog.hpp:72:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:118:15: note: Function in derived class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:124:23: style: The function 'getCharProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/fox16/cppdialog.hpp:78:23: note: Virtual function in base class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog_l.hpp:124:23: note: Function in derived class
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:190:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:305:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:569:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:664:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:890:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:908:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:936:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1002:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1104:10: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1255:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1278:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1347:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1370:9: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1471:10: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:662:11: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:84:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:94:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:1640:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_dialog.cpp:2129:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_sortinglist.cpp:53:50: style: Function 'getItem' argument 1 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/fox16/fox16_gui_sortinglist_l.hpp:28:30: note: Function 'getItem' argument 1 names different: declaration 'idx' definition 'index'.
gwenhywfar-4.3.3/gui/fox16/fox16_gui_sortinglist.cpp:53:50: note: Function 'getItem' argument 1 names different: declaration 'idx' definition 'index'.
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.cpp:111:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.cpp:437:16: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.cpp:604:49: style: Function 'getImage' argument 1 names different: declaration 'imageName' definition 'fileName'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.hpp:38:36: note: Function 'getImage' argument 1 names different: declaration 'imageName' definition 'fileName'.
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.cpp:604:49: note: Function 'getImage' argument 1 names different: declaration 'imageName' definition 'fileName'.
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.hpp:74:12: performance: Technically the member function 'FOX16_HtmlCtx::getColorFromName' can be static. [functionStatic]
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.cpp:269:25: note: Technically the member function 'FOX16_HtmlCtx::getColorFromName' can be static.
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.hpp:74:12: note: Technically the member function 'FOX16_HtmlCtx::getColorFromName' can be static.
gwenhywfar-4.3.3/gui/fox16/fox16_htmlctx.hpp:26:3: style: Class 'FOX16_HtmlCtx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/fox16/fox16_htmllabel.cpp:62:18: warning: Member variable 'FOX16_HtmlLabel::m_maxDefaultWidth' is not initialized in the constructor. [uninitMemberVar]
gwenhywfar-4.3.3/gui/fox16/fox16_htmllabel.cpp:62:18: warning: Member variable 'FOX16_HtmlLabel::m_haveDefaultDims' is not initialized in the constructor. [uninitMemberVar]
gwenhywfar-4.3.3/gui/fox16/fox16_htmltext.cpp:60:17: warning: Member variable 'FOX16_HtmlText::m_maxDefaultWidth' is not initialized in the constructor. [uninitMemberVar]
gwenhywfar-4.3.3/gui/fox16/fox16_htmltext.cpp:60:17: warning: Member variable 'FOX16_HtmlText::m_haveDefaultDims' is not initialized in the constructor. [uninitMemberVar]
gwenhywfar-4.3.3/gui/fox16/libtest.cpp:83:12: style: The scope of the variable 'id2' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/libtest.cpp:199:12: style: The scope of the variable 'id2' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/libtest.cpp:316:12: style: The scope of the variable 'id2' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/fox16/libtest.cpp:180:3: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/fox16/libtest.cpp:295:3: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui.c:159:75: style: Function 'GTK2_Gui_RunDialog' argument 3 names different: declaration 'timeout' definition 'untilEnd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui_p.h:50:61: note: Function 'GTK2_Gui_RunDialog' argument 3 names different: declaration 'timeout' definition 'untilEnd'.
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui.c:159:75: note: Function 'GTK2_Gui_RunDialog' argument 3 names different: declaration 'timeout' definition 'untilEnd'.
gwenhywfar-4.3.3/gui/gtk2/w_combobox.c:91:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_label.c:68:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_dialog.c:79:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_gridlayout.c:76:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_hlayout.c:63:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_hline.c:63:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_hspacer.c:63:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_vlayout.c:63:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_vline.c:63:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_vspacer.c:63:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_pushbutton.c:68:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_lineedit.c:68:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_textedit.c:68:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_textbrowser.c:77:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_stack.c:76:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_tabbook.c:67:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_groupbox.c:68:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_progressbar.c:146:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_listbox.c:156:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_scrollarea.c:77:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/w_spinbox.c:98:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui_dialog.c:305:47: style: Function 'GTK2_Gui_Dialog_Run' argument 2 names different: declaration 'timeout' definition 'untilEnd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui_dialog_l.h:44:47: note: Function 'GTK2_Gui_Dialog_Run' argument 2 names different: declaration 'timeout' definition 'untilEnd'.
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui_dialog.c:305:47: note: Function 'GTK2_Gui_Dialog_Run' argument 2 names different: declaration 'timeout' definition 'untilEnd'.
gwenhywfar-4.3.3/gui/gtk2/w_combobox.c:283:22: style: Variable 'changed_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_label.c:153:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_dialog.c:182:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_gridlayout.c:214:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_hlayout.c:143:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_hline.c:82:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_hspacer.c:82:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_vline.c:82:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_vspacer.c:82:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_pushbutton.c:163:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_pushbutton.c:207:22: style: Variable 'clicked_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_lineedit.c:208:27: style: Variable 'deleted_text_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_lineedit.c:213:28: style: Variable 'inserted_text_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_textedit.c:194:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_textedit.c:211:22: style: Variable 'changed_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_textbrowser.c:199:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_stack.c:153:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_tabbook.c:147:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_groupbox.c:170:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_progressbar.c:222:5: style: Variable 's' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_progressbar.c:220:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_listbox.c:504:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_listbox.c:524:22: style: Variable 'changed_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_checkbox.c:169:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_checkbox.c:187:22: style: Variable 'toggled_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_scrollarea.c:169:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_spinbox.c:192:5: style: Variable 's' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_spinbox.c:190:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/w_spinbox.c:204:22: style: Variable 'changed_handler_id' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/gtk2_gui_dialog.c:541:12: style: Variable 'endPos' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/gtk2/libtest.c:73:12: style: The scope of the variable 'id2' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/qt4/libtest.cpp:104:12: style: The scope of the variable 'id2' can be reduced. [variableScope]
gwenhywfar-4.3.3/gui/qt4/libtest.cpp:86:6: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:58:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:71:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:115:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_dialog.cpp:63:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_dialog.cpp:86:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_dialog.cpp:111:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_vlayout.cpp:63:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_hlayout.cpp:63:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_gridlayout.cpp:65:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_groupbox.cpp:68:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_scrollarea.cpp:68:8: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/qt4_gui_dialog.cpp:336:19: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/qt4_gui_dialog.cpp:377:15: style: C-style pointer casting [cstyleCast]
gwenhywfar-4.3.3/gui/qt4/w_listbox.cpp:259:7: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/gui/qt4/qt4_gui_dialog.cpp:82:16: warning: Member variable 'QT4_GuiDialog::_widgetCount' is not initialized in the constructor. [uninitMemberVar]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:16:3: style: Class 'Qt4_W_Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_dialog.cpp:16:3: style: Class 'Qt4_W_Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_vlayout.cpp:16:3: style: Class 'Qt4_W_VLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_hlayout.cpp:16:3: style: Class 'Qt4_W_HLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_gridlayout.cpp:16:3: style: Class 'Qt4_W_GridLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_label.cpp:16:3: style: Class 'Qt4_W_Label' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_lineedit.cpp:16:3: style: Class 'Qt4_W_LineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_pushbutton.cpp:16:3: style: Class 'Qt4_W_PushButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_hline.cpp:16:3: style: Class 'Qt4_W_HLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_vline.cpp:16:3: style: Class 'Qt4_W_VLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_textedit.cpp:16:3: style: Class 'Qt4_W_TextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_combobox.cpp:16:3: style: Class 'Qt4_W_ComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_tabbook.cpp:16:3: style: Class 'Qt4_W_TabBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_checkbox.cpp:16:3: style: Class 'Qt4_W_CheckBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_groupbox.cpp:16:3: style: Class 'Qt4_W_GroupBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_widgetstack.cpp:16:3: style: Class 'Qt4_W_WidgetStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_textbrowser.cpp:16:3: style: Class 'Qt4_W_TextBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_scrollarea.cpp:16:3: style: Class 'Qt4_W_ScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_progressbar.cpp:16:3: style: Class 'Qt4_W_ProgressBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_listbox.cpp:16:3: style: Class 'Qt4_W_ListBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_radiobutton.cpp:16:3: style: Class 'Qt4_W_RadioButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_spinbox.cpp:16:3: style: Class 'Qt4_W_SpinBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
gwenhywfar-4.3.3/gui/qt4/w_dialog.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_dialog.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_vlayout.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_vlayout.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_hlayout.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_hlayout.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_gridlayout.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_gridlayout.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_label.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_label.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_lineedit.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_lineedit.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_pushbutton.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_pushbutton.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_hline.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_hline.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_vline.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_vline.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_textedit.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_textedit.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_combobox.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_combobox.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_tabbook.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_tabbook.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_checkbox.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_checkbox.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_groupbox.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_groupbox.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_widgetstack.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_widgetstack.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_textbrowser.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_textbrowser.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_scrollarea.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_scrollarea.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_progressbar.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_progressbar.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_listbox.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_listbox.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_radiobutton.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_radiobutton.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/gui/qt4/w_spinbox.cpp:26:15: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
gwenhywfar-4.3.3/gui/qt4/w_widget.cpp:26:15: note: Virtual function in base class
gwenhywfar-4.3.3/gui/qt4/w_spinbox.cpp:26:15: note: Function in derived class
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:331:48: style: Function 'GWEN_ConfigMgrDir_GetGroup' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:56:48: note: Function 'GWEN_ConfigMgrDir_GetGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:331:48: note: Function 'GWEN_ConfigMgrDir_GetGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:378:48: style: Function 'GWEN_ConfigMgrDir_SetGroup' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:61:48: note: Function 'GWEN_ConfigMgrDir_SetGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:378:48: note: Function 'GWEN_ConfigMgrDir_SetGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:429:49: style: Function 'GWEN_ConfigMgrDir_LockGroup' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:66:49: note: Function 'GWEN_ConfigMgrDir_LockGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:429:49: note: Function 'GWEN_ConfigMgrDir_LockGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:482:51: style: Function 'GWEN_ConfigMgrDir_UnlockGroup' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:70:51: note: Function 'GWEN_ConfigMgrDir_UnlockGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:482:51: note: Function 'GWEN_ConfigMgrDir_UnlockGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:526:51: style: Function 'GWEN_ConfigMgrDir_GetUniqueId' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:74:51: note: Function 'GWEN_ConfigMgrDir_GetUniqueId' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:526:51: note: Function 'GWEN_ConfigMgrDir_GetUniqueId' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:556:51: style: Function 'GWEN_ConfigMgrDir_DeleteGroup' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:79:51: note: Function 'GWEN_ConfigMgrDir_DeleteGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:556:51: note: Function 'GWEN_ConfigMgrDir_DeleteGroup' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:613:50: style: Function 'GWEN_ConfigMgrDir_ListGroups' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:83:50: note: Function 'GWEN_ConfigMgrDir_ListGroups' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:613:50: note: Function 'GWEN_ConfigMgrDir_ListGroups' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:635:53: style: Function 'GWEN_ConfigMgrDir_ListSubGroups' argument 1 names different: declaration 'mgr' definition 'cfg'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir_p.h:86:53: note: Function 'GWEN_ConfigMgrDir_ListSubGroups' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/configmgr/dir/cfgdir.c:635:53: note: Function 'GWEN_ConfigMgrDir_ListSubGroups' argument 1 names different: declaration 'mgr' definition 'cfg'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:240:12: style: Function 'GWEN_Crypt_TokenOHBCI__EnsurePassword' argument 3 names different: declaration 'twice' definition 'confirm'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci_p.h:187:47: note: Function 'GWEN_Crypt_TokenOHBCI__EnsurePassword' argument 3 names different: declaration 'twice' definition 'confirm'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:240:12: note: Function 'GWEN_Crypt_TokenOHBCI__EnsurePassword' argument 3 names different: declaration 'twice' definition 'confirm'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:1663:20: style: Function 'GWEN_Crypt_TokenOHBCI__DecryptFile16' argument 2 names different: declaration 'fbuf' definition 'dbuf'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci_p.h:159:20: note: Function 'GWEN_Crypt_TokenOHBCI__DecryptFile16' argument 2 names different: declaration 'fbuf' definition 'dbuf'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:1663:20: note: Function 'GWEN_Crypt_TokenOHBCI__DecryptFile16' argument 2 names different: declaration 'fbuf' definition 'dbuf'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:1664:11: style: Function 'GWEN_Crypt_TokenOHBCI__DecryptFile16' argument 3 names different: declaration 'trynum' definition 'tryNum'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci_p.h:160:11: note: Function 'GWEN_Crypt_TokenOHBCI__DecryptFile16' argument 3 names different: declaration 'trynum' definition 'tryNum'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:1664:11: note: Function 'GWEN_Crypt_TokenOHBCI__DecryptFile16' argument 3 names different: declaration 'trynum' definition 'tryNum'.
gwenhywfar-4.3.3/plugins/ct/ohbci/ohbci.c:2061:6: style: Variable 'ki' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:235:13: style: The scope of the variable 'iv' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:345:7: style: The scope of the variable 'err' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:393:18: style: The scope of the variable 'wbuffer' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:394:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:396:27: style: The scope of the variable 'se' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:397:9: style: The scope of the variable 'col' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:398:19: style: The scope of the variable 'n' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/csv/csv.c:546:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/olddb/olddb.c:83:38: style: Condition 'i' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/plugins/dbio/olddb/olddb.c:82:19: note: Assignment 'i=sizeof(name)-1', assigned value is 255
gwenhywfar-4.3.3/plugins/dbio/olddb/olddb.c:83:38: note: Condition 'i' is always true
gwenhywfar-4.3.3/plugins/dbio/olddb/olddb.c:61:7: style: The scope of the variable 'quotes' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/olddb/olddb.c:62:7: style: The scope of the variable 'esc' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/olddb/olddb.c:288:7: style: The scope of the variable 'gerr' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/xmldb/xmldb.c:152:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/plugins/dbio/xmldb/xmldb.c:154:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/args.c:332:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/args.c:238:0: error: Memory leak: tmpBuf [memleak]
gwenhywfar-4.3.3/src/base/buffer.c:617:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/buffer.c:621:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/buffer.c:625:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/buffer.c:629:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/buffer.c:658:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/buffer.c:377:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/buffer.c:822:9: style: The scope of the variable 'p' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/buffer.c:823:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/i18n.c:130:15: style: The scope of the variable 'localedir' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/idlist64.c:490:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/idmap.c:532:9: style: The scope of the variable 'j' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/idmap.c:528:50: style: Function 'GWEN_IdMapHex4__Dump' argument 1 names different: declaration 'table' definition 'tbl'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/idmap_p.h:111:57: note: Function 'GWEN_IdMapHex4__Dump' argument 1 names different: declaration 'table' definition 'tbl'.
gwenhywfar-4.3.3/src/base/idmap.c:528:50: note: Function 'GWEN_IdMapHex4__Dump' argument 1 names different: declaration 'table' definition 'tbl'.
gwenhywfar-4.3.3/src/base/list.c:625:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/memory.c:99:37: style: Condition 'gwen_memory__allocated_bytes>(1024*1024)' is always false [knownConditionTrueFalse]
gwenhywfar-4.3.3/src/base/memory.c:103:42: style: Condition 'gwen_memory__allocated_bytes>1024' is always false [knownConditionTrueFalse]
gwenhywfar-4.3.3/src/base/memory.c:304:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
gwenhywfar-4.3.3/src/base/pathmanager.c:290:15: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/pathmanager.c:291:15: style: The scope of the variable 'p' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/plugin.c:212:23: style: Function 'GWEN_PluginManager_AddPath' argument 3 names different: declaration 'path' definition 's'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/plugin.h:115:23: note: Function 'GWEN_PluginManager_AddPath' argument 3 names different: declaration 'path' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:212:23: note: Function 'GWEN_PluginManager_AddPath' argument 3 names different: declaration 'path' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:224:19: style: Function 'GWEN_PluginManager_AddRelPath' argument 3 names different: declaration 'relpath' definition 's'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/plugin.h:120:19: note: Function 'GWEN_PluginManager_AddRelPath' argument 3 names different: declaration 'relpath' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:224:19: note: Function 'GWEN_PluginManager_AddRelPath' argument 3 names different: declaration 'relpath' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:238:47: style: Function 'GWEN_PluginManager_InsertPath' argument 3 names different: declaration 'path' definition 's'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/plugin.h:131:19: note: Function 'GWEN_PluginManager_InsertPath' argument 3 names different: declaration 'path' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:238:47: note: Function 'GWEN_PluginManager_InsertPath' argument 3 names different: declaration 'path' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:250:47: style: Function 'GWEN_PluginManager_RemovePath' argument 3 names different: declaration 'path' definition 's'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/plugin.h:136:19: note: Function 'GWEN_PluginManager_RemovePath' argument 3 names different: declaration 'path' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:250:47: note: Function 'GWEN_PluginManager_RemovePath' argument 3 names different: declaration 'path' definition 's'.
gwenhywfar-4.3.3/src/base/plugin.c:327:56: style: Function 'GWEN_PluginManager_LoadPlugin' argument 2 names different: declaration 'modName' definition 'modname'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/plugin.h:174:56: note: Function 'GWEN_PluginManager_LoadPlugin' argument 2 names different: declaration 'modName' definition 'modname'.
gwenhywfar-4.3.3/src/base/plugin.c:327:56: note: Function 'GWEN_PluginManager_LoadPlugin' argument 2 names different: declaration 'modName' definition 'modname'.
gwenhywfar-4.3.3/src/base/plugin.c:414:60: style: Function 'GWEN_PluginManager_LoadPluginFile' argument 2 names different: declaration 'modName' definition 'modname'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/base/plugin.h:178:25: note: Function 'GWEN_PluginManager_LoadPluginFile' argument 2 names different: declaration 'modName' definition 'modname'.
gwenhywfar-4.3.3/src/base/plugin.c:414:60: note: Function 'GWEN_PluginManager_LoadPluginFile' argument 2 names different: declaration 'modName' definition 'modname'.
gwenhywfar-4.3.3/src/base/plugindescr.c:516:44: style: The scope of the variable 'pd' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/refptr.c:207:16: style: The scope of the variable 'nrp' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/stringlist.c:157:13: style: The scope of the variable 'tmpStr' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/stringlist.c:462:15: style: The scope of the variable 'el' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/stringlist.c:463:9: style: The scope of the variable 'result' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/base/stringlist2.c:349:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/base/stringlist2.c:235:16: style: The scope of the variable 'rp' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/crypt3/cryptalgo.c:203:76: style: Function 'GWEN_Crypt_CryptAlgo_dup' argument 1 names different: declaration 'a' definition 'na'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/crypt3/cryptalgo.h:78:91: note: Function 'GWEN_Crypt_CryptAlgo_dup' argument 1 names different: declaration 'a' definition 'na'.
gwenhywfar-4.3.3/src/crypt3/cryptalgo.c:203:76: note: Function 'GWEN_Crypt_CryptAlgo_dup' argument 1 names different: declaration 'a' definition 'na'.
gwenhywfar-4.3.3/src/crypt3/cryptkeyrsa.c:102:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/crypt3/cryptkeyrsa.c:104:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/crypt3/cryptkeyrsa.c:114:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/crypt3/cryptkeyrsa.c:101:5: style: Variable 'nbytes' is modified but its new value is never used. [unreadVariable]
gwenhywfar-4.3.3/src/crypt3/cryptkeysym.c:139:7: style: The scope of the variable 'kbytes' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/crypt3/cryptkeysym.c:295:9: style: Variable 'nbits' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/crypt3/cryptkeysym.c:393:9: style: Variable 'nbits' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/crypt3/hashalgo.c:137:73: style: Function 'GWEN_Crypt_HashAlgo_dup' argument 1 names different: declaration 'a' definition 'na'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/crypt3/hashalgo.h:63:88: note: Function 'GWEN_Crypt_HashAlgo_dup' argument 1 names different: declaration 'a' definition 'na'.
gwenhywfar-4.3.3/src/crypt3/hashalgo.c:137:73: note: Function 'GWEN_Crypt_HashAlgo_dup' argument 1 names different: declaration 'a' definition 'na'.
gwenhywfar-4.3.3/src/crypt3/padd.c:392:3: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
gwenhywfar-4.3.3/src/crypt3/paddalgo.c:152:73: style: Function 'GWEN_Crypt_PaddAlgo_dup' argument 1 names different: declaration 'a' definition 'na'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/crypt3/paddalgo.h:74:88: note: Function 'GWEN_Crypt_PaddAlgo_dup' argument 1 names different: declaration 'a' definition 'na'.
gwenhywfar-4.3.3/src/crypt3/paddalgo.c:152:73: note: Function 'GWEN_Crypt_PaddAlgo_dup' argument 1 names different: declaration 'a' definition 'na'.
gwenhywfar-4.3.3/src/crypt3/smalltresor.c:440:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
gwenhywfar-4.3.3/src/crypt3/smalltresor.c:70:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/crypt3/smalltresor.c:71:12: style: The scope of the variable 'pDest' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/crypt3/smalltresor.c:183:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/crypt3/smalltresor.c:184:12: style: The scope of the variable 'pDest' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/cryptmsg/cryptmgr.c:539:10: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/cryptmsg/cryptmgr.c:662:10: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/crypttoken/ct_context.c:83:88: style: Function 'GWEN_Crypt_Token_Context_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/crypttoken/ct_context.h:44:103: note: Function 'GWEN_Crypt_Token_Context_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/src/crypttoken/ct_context.c:83:88: note: Function 'GWEN_Crypt_Token_Context_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/src/crypttoken/ctfile.c:803:38: style: Function 'GWEN_Crypt_TokenFile__SetKeyInfo' argument 3 names different: declaration 'ki' definition 'ski'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/crypttoken/ctfile_p.h:80:40: note: Function 'GWEN_Crypt_TokenFile__SetKeyInfo' argument 3 names different: declaration 'ki' definition 'ski'.
gwenhywfar-4.3.3/src/crypttoken/ctfile.c:803:38: note: Function 'GWEN_Crypt_TokenFile__SetKeyInfo' argument 3 names different: declaration 'ki' definition 'ski'.
gwenhywfar-4.3.3/src/crypttoken/ctplugin.c:254:19: style: Redundant condition: ts. '!ts || (ts && strcasecmp(ts,nts)==0)' is equivalent to '!ts || strcasecmp(ts,nts)==0' [redundantCondition]
gwenhywfar-4.3.3/src/gui/cgui.c:227:7: style: The scope of the variable 'chr' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/cgui.c:358:7: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/cgui.c:819:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/cgui.c:820:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/cgui.c:481:0: error: Memory leak: lbuffer [memleak]
gwenhywfar-4.3.3/src/gui/cprogress.c:132:7: style: The scope of the variable 'fl' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/dlg_progress.c:384:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/gui.c:857:11: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/gui.c:1427:12: style: The scope of the variable 'parentPid' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/gui/gui.c:1079:10: style: Variable 'ipAddr' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/gui/gui.c:660:1: error: va_list 'list' was opened but not closed by va_end(). [va_end_missing]
gwenhywfar-4.3.3/src/gui/gui.c:768:52: error: va_list 'list' was opened but not closed by va_end(). [va_end_missing]
gwenhywfar-4.3.3/src/gwenhywfar.c:93:7: style: The scope of the variable 'err' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/g_box.c:406:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/g_box.c:407:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/g_box.c:409:16: style: The scope of the variable 'o' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/g_table.c:90:7: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/html/htmlctx.c:368:16: style: The scope of the variable 'o' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/htmlctx.c:755:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/htmlprops.c:55:45: style: Function 'HtmlProps_dup' argument 1 names different: declaration 'pr' definition 'pro'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/html/htmlprops_be.h:30:60: note: Function 'HtmlProps_dup' argument 1 names different: declaration 'pr' definition 'pro'.
gwenhywfar-4.3.3/src/html/htmlprops.c:55:45: note: Function 'HtmlProps_dup' argument 1 names different: declaration 'pr' definition 'pro'.
gwenhywfar-4.3.3/src/html/o_grid.c:42:7: style: The scope of the variable 'j' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/html/o_grid.c:53:5: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/os/directory_all.c:170:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
gwenhywfar-4.3.3/src/os/directory_all.c:180:7: note: Found duplicate branches for 'if' and 'else'.
gwenhywfar-4.3.3/src/os/directory_all.c:170:7: note: Found duplicate branches for 'if' and 'else'.
gwenhywfar-4.3.3/src/os/gwendate.c:477:9: style: The scope of the variable 'v' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/gwendate.c:550:12: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/gwentime_all.c:744:12: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/posix/fslock.c:244:3: style: Variable 'isInteractive' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/src/os/posix/fslock.c:239:0: note: Variable 'isInteractive' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/src/os/posix/fslock.c:244:3: note: Variable 'isInteractive' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/src/os/posix/inetaddr.c:116:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
gwenhywfar-4.3.3/src/os/posix/inetaddr.c:183:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
gwenhywfar-4.3.3/src/os/posix/inetaddr.c:206:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
gwenhywfar-4.3.3/src/os/posix/inetaddr.c:290:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
gwenhywfar-4.3.3/src/os/posix/inetaddr.c:258:19: style: The scope of the variable 'he' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/posix/inetaddr.c:359:19: style: The scope of the variable 'he' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/posix/inetsocket.c:224:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gwenhywfar-4.3.3/src/os/posix/inetsocket.c:223:10: note: outer condition: s==-1
gwenhywfar-4.3.3/src/os/posix/inetsocket.c:224:12: note: identical inner condition: s==-1
gwenhywfar-4.3.3/src/os/posix/inetsocket.c:224:12: style: Condition 's==-1' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/src/os/posix/inetsocket.c:223:10: note: Assuming that condition 's==-1' is not redundant
gwenhywfar-4.3.3/src/os/posix/inetsocket.c:224:12: note: Condition 's==-1' is always true
gwenhywfar-4.3.3/src/os/posix/libloader.c:82:15: style: The scope of the variable 'errorstring' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/posix/libloader.c:177:16: style: The scope of the variable 'pos2' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/posix/process.c:169:19: style: The scope of the variable 'p2' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/windows/fslock.c:157:21: style: Variable 'linkCount' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:93:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:178:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:238:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:271:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:316:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:215:19: style: The scope of the variable 'he' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:251:15: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/windows/inetaddr.c:284:19: style: The scope of the variable 'he' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/os/windows/libloader.c:169:7: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/os/windows/syncio_file.c:68:49: style: Function 'GWEN_SyncIo_File_fromHandle' argument 1 names different: declaration 'fh' definition 'hd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/os/windows/syncio_file_l.h:35:49: note: Function 'GWEN_SyncIo_File_fromHandle' argument 1 names different: declaration 'fh' definition 'hd'.
gwenhywfar-4.3.3/src/os/windows/syncio_file.c:68:49: note: Function 'GWEN_SyncIo_File_fromHandle' argument 1 names different: declaration 'fh' definition 'hd'.
gwenhywfar-4.3.3/src/parser/base64.c:51:29: style: The scope of the variable 'c4' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/base64.c:135:15: style: The scope of the variable 'p' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/base64.c:136:12: style: The scope of the variable 'v' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/db.c:1285:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/dbrw.c:41:18: style: Same expression on both sides of '||'. [duplicateExpression]
gwenhywfar-4.3.3/src/parser/db.c:1359:17: style: The scope of the variable 'cpn' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/db.c:1605:12: style: The scope of the variable 'flags' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/dbrw.c:80:23: style: The scope of the variable 'd1' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/dbrw.c:80:27: style: The scope of the variable 'd2' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/dbrw.c:81:23: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:2184:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/msgengine.c:2184:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/msgengine.c:2185:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/msgengine.c:2387:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/msgengine.c:2389:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/msgengine.c:3519:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
gwenhywfar-4.3.3/src/parser/msgengine.c:424:9: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:659:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:660:18: style: The scope of the variable 'dplen' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:773:13: style: The scope of the variable 'idata' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1104:15: style: The scope of the variable 'p' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1216:11: style: The scope of the variable 'z' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1435:21: style: The scope of the variable 'n' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1451:20: style: The scope of the variable 'pvalue' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1500:15: style: The scope of the variable 'p' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1705:18: style: The scope of the variable 'loopNr' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1725:13: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:1816:22: style: The scope of the variable 'posBeforeGroup' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:2299:18: style: The scope of the variable 'loopNr' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:2342:21: style: The scope of the variable 'gname' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:2963:17: style: The scope of the variable 'descr' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:2995:16: style: The scope of the variable 'minsize' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:2996:16: style: The scope of the variable 'maxsize' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:3491:13: style: The scope of the variable 'nc' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:3936:18: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/msgengine.c:666:13: style: Variable 'dplen' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/msgengine.c:2305:18: style: Variable 'addEmptyMode' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/path.c:141:15: style: Expression is always false because 'else if' condition matches previous condition at line 116. [multiCondition]
gwenhywfar-4.3.3/src/parser/path.c:322:15: style: Expression is always false because 'else if' condition matches previous condition at line 297. [multiCondition]
gwenhywfar-4.3.3/src/parser/path.c:44:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/path.c:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/path.c:216:11: style: The scope of the variable 'p' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/path.c:72:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/path.c:227:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/tag16.c:101:3: style: Variable 'tagMode' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/text.c:1256:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/text.c:1299:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/text.c:386:18: style: Same expression on both sides of '||'. [duplicateExpression]
gwenhywfar-4.3.3/src/parser/text.c:539:16: style: Same expression on both sides of '||'. [duplicateExpression]
gwenhywfar-4.3.3/src/parser/text.c:1441:18: style: Same expression on both sides of '||'. [duplicateExpression]
gwenhywfar-4.3.3/src/parser/text.c:1536:18: style: Same expression on both sides of '||'. [duplicateExpression]
gwenhywfar-4.3.3/src/parser/text.c:869:19: style: The scope of the variable 'd1' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:869:23: style: The scope of the variable 'd2' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:870:19: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:1249:16: style: The scope of the variable 'j' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:1290:16: style: The scope of the variable 'j' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:1482:23: style: The scope of the variable 'd1' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:1482:27: style: The scope of the variable 'd2' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:1483:23: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/text.c:661:34: style: Function 'GWEN_Text_ToHexGrouped' argument 7 names different: declaration 'skipLeadingZeros' definition 'skipLeadingZeroes'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/text.h:178:34: note: Function 'GWEN_Text_ToHexGrouped' argument 7 names different: declaration 'skipLeadingZeros' definition 'skipLeadingZeroes'.
gwenhywfar-4.3.3/src/parser/text.c:661:34: note: Function 'GWEN_Text_ToHexGrouped' argument 7 names different: declaration 'skipLeadingZeros' definition 'skipLeadingZeroes'.
gwenhywfar-4.3.3/src/parser/text.c:752:3: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/text.c:822:3: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/text.c:968:3: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/text.c:1478:12: style: Variable 'srcBak' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/parser/url.c:63:40: style: Function 'GWEN_Url_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:112:54: note: Function 'GWEN_Url_dup' argument 1 names different: declaration 'st' definition 'd'.
gwenhywfar-4.3.3/src/parser/url.c:63:40: note: Function 'GWEN_Url_dup' argument 1 names different: declaration 'st' definition 'd'.
gwenhywfar-4.3.3/src/parser/url.c:154:50: style: Function 'GWEN_Url_GetProtocol' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:135:65: note: Function 'GWEN_Url_GetProtocol' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:154:50: note: Function 'GWEN_Url_GetProtocol' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:160:37: style: Function 'GWEN_Url_SetProtocol' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:139:52: note: Function 'GWEN_Url_SetProtocol' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:160:37: note: Function 'GWEN_Url_SetProtocol' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:174:48: style: Function 'GWEN_Url_GetServer' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:144:63: note: Function 'GWEN_Url_GetServer' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:174:48: note: Function 'GWEN_Url_GetServer' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:180:35: style: Function 'GWEN_Url_SetServer' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:148:50: note: Function 'GWEN_Url_SetServer' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:180:35: note: Function 'GWEN_Url_SetServer' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:194:38: style: Function 'GWEN_Url_GetPort' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:153:53: note: Function 'GWEN_Url_GetPort' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:194:38: note: Function 'GWEN_Url_GetPort' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:200:33: style: Function 'GWEN_Url_SetPort' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:157:48: note: Function 'GWEN_Url_SetPort' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:200:33: note: Function 'GWEN_Url_SetPort' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:209:46: style: Function 'GWEN_Url_GetPath' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:162:61: note: Function 'GWEN_Url_GetPath' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:209:46: note: Function 'GWEN_Url_GetPath' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:215:33: style: Function 'GWEN_Url_SetPath' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:166:48: note: Function 'GWEN_Url_SetPath' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:215:33: note: Function 'GWEN_Url_SetPath' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:229:50: style: Function 'GWEN_Url_GetUserName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:171:65: note: Function 'GWEN_Url_GetUserName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:229:50: note: Function 'GWEN_Url_GetUserName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:235:37: style: Function 'GWEN_Url_SetUserName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:175:52: note: Function 'GWEN_Url_SetUserName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:235:37: note: Function 'GWEN_Url_SetUserName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:249:50: style: Function 'GWEN_Url_GetPassword' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:180:65: note: Function 'GWEN_Url_GetPassword' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:249:50: note: Function 'GWEN_Url_GetPassword' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:255:37: style: Function 'GWEN_Url_SetPassword' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:184:52: note: Function 'GWEN_Url_SetPassword' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:255:37: note: Function 'GWEN_Url_SetPassword' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:269:48: style: Function 'GWEN_Url_GetVars' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:189:63: note: Function 'GWEN_Url_GetVars' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:269:48: note: Function 'GWEN_Url_GetVars' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:275:33: style: Function 'GWEN_Url_SetVars' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url.h:193:48: note: Function 'GWEN_Url_SetVars' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:275:33: note: Function 'GWEN_Url_SetVars' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:289:45: style: Function 'GWEN_Url_GetUrl' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url_p.h:36:60: note: Function 'GWEN_Url_GetUrl' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:289:45: note: Function 'GWEN_Url_GetUrl' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:295:32: style: Function 'GWEN_Url_SetUrl' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/url_p.h:40:47: note: Function 'GWEN_Url_SetUrl' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/url.c:295:32: note: Function 'GWEN_Url_SetUrl' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/parser/urlfns.c:187:12: style: Redundant condition: If 'EXPR == '?'', the comparison 'EXPR' is always true. [redundantCondition]
gwenhywfar-4.3.3/src/parser/urlfns.c:319:12: style: Redundant condition: If 'EXPR == '?'', the comparison 'EXPR' is always true. [redundantCondition]
gwenhywfar-4.3.3/src/parser/urlfns.c:48:45: warning: Either the condition 's' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
gwenhywfar-4.3.3/src/parser/urlfns.c:42:7: note: Assuming that condition 's' is not redundant
gwenhywfar-4.3.3/src/parser/urlfns.c:48:45: note: Null pointer dereference
gwenhywfar-4.3.3/src/parser/urlfns.c:105:9: warning: Either the condition 's' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
gwenhywfar-4.3.3/src/parser/urlfns.c:99:10: note: Assuming that condition 's' is not redundant
gwenhywfar-4.3.3/src/parser/urlfns.c:105:9: note: Null pointer dereference
gwenhywfar-4.3.3/src/parser/urlfns.c:232:19: style: The scope of the variable 'dbV' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/urlfns.c:359:17: style: The scope of the variable 'dbV' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/xmlglobalize.c:155:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/src/parser/xmlglobalize.c:84:3: style: Variable 'dcopy' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/src/parser/xmlglobalize.c:78:0: note: Variable 'dcopy' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/src/parser/xmlglobalize.c:84:3: note: Variable 'dcopy' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/src/parser/xmlrw.c:541:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
gwenhywfar-4.3.3/src/parser/xmlrw.c:544:7: note: Found duplicate branches for 'if' and 'else'.
gwenhywfar-4.3.3/src/parser/xmlrw.c:541:7: note: Found duplicate branches for 'if' and 'else'.
gwenhywfar-4.3.3/src/parser/xml.c:407:17: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/xml.c:528:23: style: The scope of the variable 'np' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/xmlrw.c:34:17: style: The scope of the variable 'c' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/xmlrw.c:357:17: style: The scope of the variable 'uc' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/xmlrw.c:381:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/parser/xmlrw.c:403:36: style: Function 'GWEN_XML__ReadTag' argument 4 names different: declaration 'workBuf' definition 'dbuf'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/parser/xml_p.h:140:43: note: Function 'GWEN_XML__ReadTag' argument 4 names different: declaration 'workBuf' definition 'dbuf'.
gwenhywfar-4.3.3/src/parser/xmlrw.c:403:36: note: Function 'GWEN_XML__ReadTag' argument 4 names different: declaration 'workBuf' definition 'dbuf'.
gwenhywfar-4.3.3/src/parser/xmlrw.c:206:12: style: Variable 'lflags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/sar/gwen_sar_fileheader.c:122:72: style: Function 'GWEN_SarFileHeader_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sar/gwen_sar_fileheader.h:69:87: note: Function 'GWEN_SarFileHeader_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/src/sar/gwen_sar_fileheader.c:122:72: note: Function 'GWEN_SarFileHeader_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/src/sar/sar.c:1246:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gwenhywfar-4.3.3/src/sar/sar.c:1240:13: note: outer condition: !checkOnly
gwenhywfar-4.3.3/src/sar/sar.c:1246:17: note: identical inner condition: !checkOnly
gwenhywfar-4.3.3/src/sar/sar.c:1246:17: style: Condition '!checkOnly' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/src/sar/sar.c:1240:13: note: Assuming that condition '!checkOnly' is not redundant
gwenhywfar-4.3.3/src/sar/sar.c:1246:17: note: Condition '!checkOnly' is always true
gwenhywfar-4.3.3/src/sar/sar.c:487:12: style: The scope of the variable 'bytesDone' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:915:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:1102:12: style: The scope of the variable 'bytesDone' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:1105:12: style: The scope of the variable 'mpos' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:1166:14: style: The scope of the variable 'pid' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:1906:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:2083:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sar/sar.c:826:10: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
gwenhywfar-4.3.3/src/sar/sar.c:1133:12: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
gwenhywfar-4.3.3/src/sar/sar.c:1185:14: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
gwenhywfar-4.3.3/src/sar/sar.c:1308:14: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
gwenhywfar-4.3.3/src/sar/sar.c:1608:10: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
gwenhywfar-4.3.3/src/sar/sar.c:1652:12: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
gwenhywfar-4.3.3/src/sar/sar.c:1600:8: style: Variable 'dpos' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/sar/sar.c:1599:9: style: Variable 'fsize' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/sar/sar.c:1844:9: style: Variable 's' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/sar/sar.c:2387:9: style: Variable 's' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/src/sio/httpsession.c:454:14: style: Redundant condition: If 'rv < 0', the comparison 'rv < 200' is always true. [redundantCondition]
gwenhywfar-4.3.3/src/sio/httpsession.c:564:14: style: Redundant condition: If 'rv < 0', the comparison 'rv < 200' is always true. [redundantCondition]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:70:67: style: Function 'GWEN_SslCertDescr_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:166:81: note: Function 'GWEN_SslCertDescr_dup' argument 1 names different: declaration 'st' definition 'd'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:70:67: note: Function 'GWEN_SslCertDescr_dup' argument 1 names different: declaration 'st' definition 'd'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:198:71: style: Function 'GWEN_SslCertDescr_GetCountryName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:189:86: note: Function 'GWEN_SslCertDescr_GetCountryName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:198:71: note: Function 'GWEN_SslCertDescr_GetCountryName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:204:58: style: Function 'GWEN_SslCertDescr_SetCountryName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:193:73: note: Function 'GWEN_SslCertDescr_SetCountryName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:204:58: note: Function 'GWEN_SslCertDescr_SetCountryName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:218:70: style: Function 'GWEN_SslCertDescr_GetCommonName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:198:85: note: Function 'GWEN_SslCertDescr_GetCommonName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:218:70: note: Function 'GWEN_SslCertDescr_GetCommonName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:224:57: style: Function 'GWEN_SslCertDescr_SetCommonName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:202:72: note: Function 'GWEN_SslCertDescr_SetCommonName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:224:57: note: Function 'GWEN_SslCertDescr_SetCommonName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:238:76: style: Function 'GWEN_SslCertDescr_GetOrganizationName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:207:91: note: Function 'GWEN_SslCertDescr_GetOrganizationName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:238:76: note: Function 'GWEN_SslCertDescr_GetOrganizationName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:244:63: style: Function 'GWEN_SslCertDescr_SetOrganizationName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:211:78: note: Function 'GWEN_SslCertDescr_SetOrganizationName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:244:63: note: Function 'GWEN_SslCertDescr_SetOrganizationName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:258:82: style: Function 'GWEN_SslCertDescr_GetOrganizationalUnitName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:216:97: note: Function 'GWEN_SslCertDescr_GetOrganizationalUnitName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:258:82: note: Function 'GWEN_SslCertDescr_GetOrganizationalUnitName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:264:69: style: Function 'GWEN_SslCertDescr_SetOrganizationalUnitName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:220:84: note: Function 'GWEN_SslCertDescr_SetOrganizationalUnitName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:264:69: note: Function 'GWEN_SslCertDescr_SetOrganizationalUnitName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:278:72: style: Function 'GWEN_SslCertDescr_GetLocalityName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:225:87: note: Function 'GWEN_SslCertDescr_GetLocalityName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:278:72: note: Function 'GWEN_SslCertDescr_GetLocalityName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:284:59: style: Function 'GWEN_SslCertDescr_SetLocalityName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:229:74: note: Function 'GWEN_SslCertDescr_SetLocalityName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:284:59: note: Function 'GWEN_SslCertDescr_SetLocalityName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:298:79: style: Function 'GWEN_SslCertDescr_GetStateOrProvinceName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:234:94: note: Function 'GWEN_SslCertDescr_GetStateOrProvinceName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:298:79: note: Function 'GWEN_SslCertDescr_GetStateOrProvinceName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:304:66: style: Function 'GWEN_SslCertDescr_SetStateOrProvinceName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:238:81: note: Function 'GWEN_SslCertDescr_SetStateOrProvinceName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:304:66: note: Function 'GWEN_SslCertDescr_SetStateOrProvinceName' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:318:74: style: Function 'GWEN_SslCertDescr_GetNotBefore' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:243:89: note: Function 'GWEN_SslCertDescr_GetNotBefore' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:318:74: note: Function 'GWEN_SslCertDescr_GetNotBefore' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:324:56: style: Function 'GWEN_SslCertDescr_SetNotBefore' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:247:71: note: Function 'GWEN_SslCertDescr_SetNotBefore' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:324:56: note: Function 'GWEN_SslCertDescr_SetNotBefore' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:338:73: style: Function 'GWEN_SslCertDescr_GetNotAfter' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:252:88: note: Function 'GWEN_SslCertDescr_GetNotAfter' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:338:73: note: Function 'GWEN_SslCertDescr_GetNotAfter' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:344:55: style: Function 'GWEN_SslCertDescr_SetNotAfter' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:256:70: note: Function 'GWEN_SslCertDescr_SetNotAfter' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:344:55: note: Function 'GWEN_SslCertDescr_SetNotAfter' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:358:69: style: Function 'GWEN_SslCertDescr_GetIpAddress' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:261:84: note: Function 'GWEN_SslCertDescr_GetIpAddress' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:358:69: note: Function 'GWEN_SslCertDescr_GetIpAddress' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:364:56: style: Function 'GWEN_SslCertDescr_SetIpAddress' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:265:71: note: Function 'GWEN_SslCertDescr_SetIpAddress' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:364:56: note: Function 'GWEN_SslCertDescr_SetIpAddress' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:378:71: style: Function 'GWEN_SslCertDescr_GetFingerPrint' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:270:86: note: Function 'GWEN_SslCertDescr_GetFingerPrint' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:378:71: note: Function 'GWEN_SslCertDescr_GetFingerPrint' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:384:58: style: Function 'GWEN_SslCertDescr_SetFingerPrint' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:274:73: note: Function 'GWEN_SslCertDescr_SetFingerPrint' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:384:58: note: Function 'GWEN_SslCertDescr_SetFingerPrint' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:398:70: style: Function 'GWEN_SslCertDescr_GetStatusText' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:279:85: note: Function 'GWEN_SslCertDescr_GetStatusText' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:398:70: note: Function 'GWEN_SslCertDescr_GetStatusText' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:404:57: style: Function 'GWEN_SslCertDescr_SetStatusText' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:283:72: note: Function 'GWEN_SslCertDescr_SetStatusText' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:404:57: note: Function 'GWEN_SslCertDescr_SetStatusText' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:418:59: style: Function 'GWEN_SslCertDescr_GetIsError' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:288:74: note: Function 'GWEN_SslCertDescr_GetIsError' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:418:59: note: Function 'GWEN_SslCertDescr_GetIsError' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:424:54: style: Function 'GWEN_SslCertDescr_SetIsError' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:292:69: note: Function 'GWEN_SslCertDescr_SetIsError' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:424:54: note: Function 'GWEN_SslCertDescr_SetIsError' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:433:68: style: Function 'GWEN_SslCertDescr_GetStatusFlags' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:297:83: note: Function 'GWEN_SslCertDescr_GetStatusFlags' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:433:68: note: Function 'GWEN_SslCertDescr_GetStatusFlags' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:439:58: style: Function 'GWEN_SslCertDescr_SetStatusFlags' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.h:301:73: note: Function 'GWEN_SslCertDescr_SetStatusFlags' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/ssl_cert_descr.c:439:58: note: Function 'GWEN_SslCertDescr_SetStatusFlags' argument 1 names different: declaration 'el' definition 'st'.
gwenhywfar-4.3.3/src/sio/syncio_buffered.c:364:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sio/syncio_http.c:848:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
gwenhywfar-4.3.3/src/sio/syncio_http.c:674:11: style: The scope of the variable 'pVarBegin' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sio/syncio_http.c:675:11: style: The scope of the variable 'pVarEnd' can be reduced. [variableScope]
gwenhywfar-4.3.3/src/sio/syncio_tls.c:367:21: style: Condition 'trustFileSet==0' is always true [knownConditionTrueFalse]
gwenhywfar-4.3.3/src/sio/syncio_tls.c:339:22: note: Assignment 'trustFileSet=0', assigned value is 0
gwenhywfar-4.3.3/src/sio/syncio_tls.c:367:21: note: Condition 'trustFileSet==0' is always true
gwenhywfar-4.3.3/src/sio/syncio_tls.c:367:21: style: Same expression on both sides of '==' because the value of 'trustFileSet' and '0' are the same. [duplicateExpression]
gwenhywfar-4.3.3/src/sio/syncio_tls.c:339:22: note: 'trustFileSet' is assigned value '0' here.
gwenhywfar-4.3.3/src/sio/syncio_tls.c:367:21: note: Same expression on both sides of '==' because the value of 'trustFileSet' and '0' are the same.
gwenhywfar-4.3.3/src/testlib.c:76:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
gwenhywfar-4.3.3/test/gwentest.c:930:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2570:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2582:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2582:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2677:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2689:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2689:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2784:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2796:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2796:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2917:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2929:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:2929:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:3592:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/test/gwentest.c:429:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/test/gwentest.c:424:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:429:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:434:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/test/gwentest.c:429:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:434:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:475:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/test/gwentest.c:471:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:475:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:492:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/test/gwentest.c:475:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:492:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:497:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/test/gwentest.c:492:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:497:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:502:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/test/gwentest.c:497:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:502:3: note: Variable 'rv' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/test/gwentest.c:1083:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/test/gwentest.c:1161:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gwenhywfar-4.3.3/test/gwentest.c:1683:6: style: Variable 'w1' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/test/gwentest.c:1684:6: style: Variable 'w2' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/test/gwentest.c:1720:5: style: Variable 'x' is allocated memory that is never used. [unusedAllocatedMemory]
gwenhywfar-4.3.3/test/gwentest.c:1960:8: style: Variable 's' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/test/gwentest.c:1122:0: error: Resource leak: f [resourceLeak]
gwenhywfar-4.3.3/test/gwentest.c:1207:0: error: Resource leak: f [resourceLeak]
gwenhywfar-4.3.3/test/gwentest.c:1915:15: error: Uninitialized variable: id [uninitvar]
gwenhywfar-4.3.3/tools/gcttool/activatekey.c:150:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/cttest.c:131:7: style: Variable 'cid' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/gcttool/cttest.c:302:7: style: Variable 'cid' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/gcttool/cttest.c:463:15: style: Variable 'localedir' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/gcttool/genkey.c:206:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/genkey.c:206:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/showkey.c:142:11: style: The scope of the variable 'flags' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/gcttool/showkey.c:143:21: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:175:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:178:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:181:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:184:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:189:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:140:14: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/gcttool/showuser.c:141:18: style: The scope of the variable 'kid' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:68:7: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:66:7: note: Variable 's' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/tools/typemaker/code_c.c:68:7: note: Variable 's' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/tools/typemaker/code_c.c:338:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:337:5: note: Variable 'err' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/tools/typemaker/code_c.c:338:5: note: Variable 'err' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/tools/typemaker/code_c.c:354:15: style: The scope of the variable 'btype' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:719:15: style: The scope of the variable 'btype' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:1921:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:2939:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/code_c.c:2739:8: style: Variable 'nacc' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker/lhc.c:51:17: style: The scope of the variable 'n' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/lhc.c:404:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/main.c:151:23: style: The scope of the variable 'dn' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/main.c:206:18: style: Variable 'doCopy' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker/main.c:379:11: style: Variable 'isVoid' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker/phc.c:219:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker/phc.c:503:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/main.c:186:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
gwenhywfar-4.3.3/tools/typemaker2/main.c:187:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:426:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:617:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:816:15: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:971:15: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2768:27: style: The scope of the variable 'tml' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3455:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3558:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3658:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3773:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3870:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4030:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4162:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4593:11: style: The scope of the variable 'rv' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4638:17: style: The scope of the variable 's' can be reduced. [variableScope]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:273:7: style: Variable 'tym' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:475:7: style: Variable 'tym' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:1530:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:1726:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:1839:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:1889:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:1950:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2151:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2254:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2304:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2365:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2537:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2651:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2701:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2775:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:2890:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3143:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3240:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3297:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3651:7: style: Variable 'tym' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3653:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3863:7: style: Variable 'tym' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3865:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3971:7: style: Variable 'tym' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:3973:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4283:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4434:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4581:7: style: Variable 'tym' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4739:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_builder_c.c:4921:9: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
gwenhywfar-4.3.3/tools/typemaker2/tm_code.c:53:61: style: Function 'Typemaker2_Code_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/tools/typemaker2/tm_code.h:36:61: note: Function 'Typemaker2_Code_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_code.c:53:61: note: Function 'Typemaker2_Code_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:111:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:110:12: note: outer condition: p_src->items
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:111:16: note: identical inner condition: p_src->items
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:206:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:205:7: note: outer condition: p_src
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:206:11: note: identical inner condition: p_src
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:264:3: style: Variable 'p_struct->startValue' is reassigned a value before the old one has been used. [redundantAssignment]
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:263:3: note: Variable 'p_struct->startValue' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:264:3: note: Variable 'p_struct->startValue' is reassigned a value before the old one has been used.
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:73:67: style: Function 'Typemaker2_Define_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/tools/typemaker2/tm_define.h:47:67: note: Function 'Typemaker2_Define_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_define.c:73:67: note: Function 'Typemaker2_Define_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:91:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:90:12: note: outer condition: p_src->items
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:91:16: note: identical inner condition: p_src->items
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:190:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:189:7: note: outer condition: p_src
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:190:11: note: identical inner condition: p_src
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:53:61: style: Function 'Typemaker2_Enum_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.h:36:61: note: Function 'Typemaker2_Enum_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_enum.c:53:61: note: Function 'Typemaker2_Enum_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_item.c:46:61: style: Function 'Typemaker2_Item_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/tools/typemaker2/tm_item.h:34:61: note: Function 'Typemaker2_Item_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_item.c:46:61: note: Function 'Typemaker2_Item_dup' argument 1 names different: declaration 'p_struct' definition 'p_src'.
gwenhywfar-4.3.3/tools/typemaker2/tm_util.c:23:49: style: Function 'Typemaker2_FlagsFromString' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
gwenhywfar-4.3.3/tools/typemaker2/tm_util.h:18:49: note: Function 'Typemaker2_FlagsFromString' argument 1 names different: declaration 's' definition 't'.
gwenhywfar-4.3.3/tools/typemaker2/tm_util.c:23:49: note: Function 'Typemaker2_FlagsFromString' argument 1 names different: declaration 's' definition 't'.
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgxps/libgxps_0.3.0.orig.tar.xz
libgxps-0.3.0/libgxps/gxps-archive.c:260:24: style: The scope of the variable 'pathname' can be reduced. [variableScope]
libgxps-0.3.0/libgxps/gxps-archive.c:172:2: style: Variable 'archive_read_finish' is assigned a value that is never used. [unreadVariable]
libgxps-0.3.0/libgxps/gxps-page.h:21:0: error: #error "Only <libgxps/gxps.h> can be included directly." [preprocessorErrorDirective]
libgxps-0.3.0/libgxps/gxps-error.h:21:0: error: #error "Only <libgxps/gxps.h> can be included directly." [preprocessorErrorDirective]
libgxps-0.3.0/libgxps/gxps-core-properties.h:21:0: error: #error "Only <libgxps/gxps.h> can be included directly." [preprocessorErrorDirective]
libgxps-0.3.0/libgxps/gxps-document.h:21:0: error: #error "Only <libgxps/gxps.h> can be included directly." [preprocessorErrorDirective]
libgxps-0.3.0/libgxps/gxps-file.h:21:0: error: #error "Only <libgxps/gxps.h> can be included directly." [preprocessorErrorDirective]
libgxps-0.3.0/libgxps/gxps-links.h:21:0: error: #error "Only <libgxps/gxps.h> can be included directly." [preprocessorErrorDirective]
[15:12]

ftp://ftp.se.debian.org/debian/pool/main/libg/libgzstream/libgzstream_1.5+dfsg.orig.tar.xz
gzstream/gzstream.C:140:51: style: Function 'gzstreambase' argument 2 names different: declaration 'open_mode' definition 'mode'. [funcArgNamesDifferent]
gzstream/gzstream.h:79:41: note: Function 'gzstreambase' argument 2 names different: declaration 'open_mode' definition 'mode'.
gzstream/gzstream.C:140:51: note: Function 'gzstreambase' argument 2 names different: declaration 'open_mode' definition 'mode'.
gzstream/gzstream.h:57:5: warning: Member variable 'gzstreambuf::mode' is not initialized in the constructor. [uninitMemberVar]
[15:12]

DATE 2018-08-18
TIME 15:12:54